By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2023-01-07T03:26:55.122Z||main|||||INFO|500||The following profiles are active: basic
2023-01-07T03:27:07.952Z||main|||||INFO|500||Starting service [Tomcat]
2023-01-07T03:27:07.953Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2023-01-07T03:27:08.077Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2023-01-07T03:27:12.839Z||main|||||INFO|500||catdb-pool - Starting...
2023-01-07T03:27:13.322Z||main|||||INFO|500||catdb-pool - Start completed.
2023-01-07T03:27:13.918Z||main|||||INFO|500||reqdb-pool - Starting...
2023-01-07T03:27:13.926Z||main|||||INFO|500||reqdb-pool - Start completed.
2023-01-07T03:27:14.096Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2023-01-07T03:27:14.371Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2023-01-07T03:27:15.100Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2023-01-07T03:27:17.363Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-01-07T03:27:19.899Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-01-07T03:27:19.971Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2023-01-07T03:27:20.671Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-01-07T03:27:21.061Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2023-01-07T03:27:22.372Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-01-07T03:27:23.609Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2023-01-07T03:27:23.637Z||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$$af915e9a.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2023-01-07T03:27:23.638Z||main|||||WARN|500||The sdc end point is not alive
2023-01-07T03:27:27.381Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2023-01-07T03:27:30.884Z||main|||||WARN|500||---
2023-01-07T03:27:30.885Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2023-01-07T03:27:30.885Z||main|||||WARN|500||---
2023-01-07T03:27:31.421Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2023-01-07T03:27:37.698Z||main|||||INFO|500||Started Application in 46.431 seconds (JVM running for 48.888)
2023-01-07T03:27:37.722Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-01-07T03:27:37.724Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-01-07T03:27:37.740Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-01-07T03:27:37.771Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2023-01-07T03:27:37.821Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6df4d1d4-da58-4713-819c-528b95857287 url= /sdc/v1/artifactTypes
2023-01-07T03:27:37.822Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2023-01-07T03:27:38.126Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-01-07T03:27:38.200Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2023-01-07T03:27:38.227Z||scheduling-1|||||DEBUG|500||create keys
2023-01-07T03:27:38.235Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2023-01-07T03:27:38.271Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T03:27:38.294Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= d54cf4c2-342d-4663-b99c-04312c837f93 url= /sdc/v1/registerForDistribution
2023-01-07T03:27:38.392Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= d54cf4c2-342d-4663-b99c-04312c837f93 url= /sdc/v1/registerForDistribution
2023-01-07T03:27:38.393Z||scheduling-1|||||INFO|500||start DistributionClient
2023-01-07T03:27:38.446Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2023-01-07T03:27:38.447Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T03:27:38.448Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T03:27:38.473Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T03:27:38.474Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mqfFuXM1u4leQbBQ) ...
2023-01-07T03:27:38.486Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T03:27:38.487Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T03:27:48.780Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T03:27:48.790Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T03:28:38.430Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T03:28:38.432Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T03:28:38.432Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T03:28:38.433Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T03:28:38.436Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T03:28:38.436Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T03:28:48.017Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T03:28:48.017Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T03:29:38.430Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T03:29:38.431Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T03:29:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T03:29:38.433Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T03:29:38.436Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T03:29:38.437Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T03:29:47.988Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T03:29:47.990Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T03:30:38.430Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T03:30:38.432Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T03:30:38.433Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T03:30:38.436Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T03:30:38.437Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T03:30:38.437Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T03:30:48.007Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T03:30:48.007Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T03:31:38.430Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T03:31:38.432Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T03:31:38.432Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T03:31:38.433Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T03:31:38.434Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T03:31:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T03:31:47.981Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T03:31:48.005Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T03:32:38.431Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T03:32:38.433Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T03:32:38.433Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T03:32:38.433Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T03:32:38.434Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T03:32:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T03:32:47.980Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T03:32:47.980Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T03:33:38.430Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T03:33:38.432Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T03:33:38.432Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T03:33:38.433Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T03:33:38.434Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T03:33:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T03:33:48.006Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T03:33:48.006Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T03:34:38.430Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T03:34:38.432Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T03:34:38.432Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T03:34:38.433Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T03:34:38.436Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T03:34:38.436Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T03:34:47.984Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T03:34:47.984Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T03:35:38.430Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T03:35:38.431Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T03:35:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T03:35:38.433Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T03:35:38.434Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T03:35:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T03:35:47.988Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T03:35:48.002Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T03:36:38.430Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T03:36:38.432Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T03:36:38.432Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T03:36:38.433Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T03:36:38.434Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T03:36:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T03:36:47.982Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T03:36:47.997Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T03:37:19.306Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-01-07T03:37:38.430Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T03:37:38.431Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T03:37:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T03:37:38.433Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T03:37:38.434Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T03:37:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T03:37:47.986Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T03:37:47.987Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T03:38:38.430Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T03:38:38.431Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T03:38:38.431Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mqfFuXM1u4leQbBQ) ...
2023-01-07T03:38:38.433Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T03:38:38.434Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T03:38:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T03:38:47.991Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T03:38:47.995Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T03:39:38.430Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T03:39:38.431Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T03:39:38.431Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mqfFuXM1u4leQbBQ) ...
2023-01-07T03:39:38.433Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T03:39:38.434Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T03:39:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T03:39:47.987Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T03:39:47.989Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T03:40:38.430Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T03:40:38.431Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T03:40:38.432Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mqfFuXM1u4leQbBQ) ...
2023-01-07T03:40:38.441Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T03:40:38.442Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T03:40:38.443Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T03:40:47.983Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T03:40:48.015Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T03:41:38.430Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T03:41:38.432Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T03:41:38.432Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mqfFuXM1u4leQbBQ) ...
2023-01-07T03:41:38.433Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T03:41:38.434Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T03:41:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T03:41:47.997Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T03:41:47.998Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T03:42:38.430Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T03:42:38.433Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T03:42:38.433Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T03:42:38.433Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mqfFuXM1u4leQbBQ) ...
2023-01-07T03:42:38.434Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T03:42:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T03:42:47.975Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T03:42:47.975Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T03:43:38.430Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T03:43:38.431Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T03:43:38.432Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T03:43:38.433Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T03:43:38.434Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T03:43:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T03:43:40.129Z||http-nio-8085-exec-8|||||INFO|500||Error parsing HTTP request header
Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level.
java.lang.IllegalArgumentException: Invalid character found in method name [0x160x030x010x020x000x010x000x010xfc0x030x03,Q0x99b0x180xea0xc90xd70xcd0xc7/S7bf0x920x840x0bi0xd6dL0xaa0x120x8f0xc9f$|3@)]. HTTP method names must be tokens
at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417)
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.base/java.lang.Thread.run(Unknown Source)
2023-01-07T03:43:48.001Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T03:43:48.001Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T03:44:38.430Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T03:44:38.431Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T03:44:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T03:44:38.433Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T03:44:38.434Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T03:44:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T03:44:47.991Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T03:44:48.007Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T03:45:38.430Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T03:45:38.431Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T03:45:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T03:45:38.433Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T03:45:38.433Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T03:45:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T03:45:47.980Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T03:45:47.986Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T03:46:38.430Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T03:46:38.431Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T03:46:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T03:46:38.433Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T03:46:38.433Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T03:46:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T03:46:47.998Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T03:46:48.008Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T03:47:38.430Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T03:47:38.431Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T03:47:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T03:47:38.433Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T03:47:38.434Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T03:47:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T03:47:48.000Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T03:47:48.006Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T03:48:38.430Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T03:48:38.431Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T03:48:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T03:48:38.433Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T03:48:38.434Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T03:48:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T03:48:47.979Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T03:48:48.033Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T03:49:38.430Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T03:49:38.431Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T03:49:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T03:49:38.433Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T03:49:38.433Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T03:49:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T03:49:47.985Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T03:49:48.001Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T03:50:38.430Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T03:50:38.431Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T03:50:38.432Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T03:50:38.433Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T03:50:38.434Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T03:50:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T03:50:47.975Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T03:50:47.976Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T03:51:38.430Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T03:51:38.431Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T03:51:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T03:51:38.433Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T03:51:38.434Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T03:51:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T03:51:47.984Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T03:51:47.996Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T03:52:38.430Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T03:52:38.432Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T03:52:38.432Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T03:52:38.434Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T03:52:38.434Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T03:52:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T03:52:47.979Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T03:52:48.003Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T03:53:38.430Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T03:53:38.431Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T03:53:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T03:53:38.433Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T03:53:38.434Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T03:53:38.435Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T03:53:47.973Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T03:53:47.973Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T03:54:38.430Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T03:54:38.431Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T03:54:38.432Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T03:54:38.433Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T03:54:38.433Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T03:54:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T03:54:48.028Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T03:54:48.028Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T03:55:38.431Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T03:55:38.432Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T03:55:38.432Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T03:55:38.433Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T03:55:38.433Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T03:55:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T03:55:47.998Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T03:55:48.000Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T03:56:38.430Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T03:56:38.431Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T03:56:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T03:56:38.433Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T03:56:38.433Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T03:56:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T03:56:47.977Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T03:56:47.980Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T03:57:38.430Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T03:57:38.431Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T03:57:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T03:57:38.433Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T03:57:38.434Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T03:57:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T03:57:47.970Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T03:57:47.970Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T03:58:38.430Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T03:58:38.431Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T03:58:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T03:58:38.433Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T03:58:38.434Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T03:58:38.435Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T03:58:47.976Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T03:58:47.980Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T03:59:38.429Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T03:59:38.431Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T03:59:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T03:59:38.433Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T03:59:38.434Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T03:59:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T03:59:47.971Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T03:59:47.971Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T04:00:38.429Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T04:00:38.431Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T04:00:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T04:00:38.433Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T04:00:38.434Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T04:00:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T04:00:47.970Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T04:00:48.004Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T04:01:38.430Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T04:01:38.431Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T04:01:38.432Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T04:01:38.433Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T04:01:38.434Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T04:01:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T04:01:47.973Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T04:01:47.973Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T04:02:38.430Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T04:02:38.431Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T04:02:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T04:02:38.433Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T04:02:38.434Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T04:02:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T04:02:47.974Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T04:02:47.980Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T04:03:38.430Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T04:03:38.432Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T04:03:38.432Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T04:03:38.433Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T04:03:38.434Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T04:03:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T04:03:47.992Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T04:03:48.028Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T04:04:38.430Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T04:04:38.431Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T04:04:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T04:04:38.433Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T04:04:38.434Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T04:04:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T04:04:47.975Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T04:04:47.975Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T04:05:38.430Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T04:05:38.432Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T04:05:38.432Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T04:05:38.433Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T04:05:38.436Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T04:05:38.436Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T04:05:47.974Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T04:05:47.974Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T04:06:38.430Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T04:06:38.431Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T04:06:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T04:06:38.433Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T04:06:38.434Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T04:06:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T04:06:48.026Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T04:06:48.031Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T04:07:38.429Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T04:07:38.431Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T04:07:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T04:07:38.433Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T04:07:38.434Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T04:07:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T04:07:47.972Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T04:07:47.976Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T04:08:38.430Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T04:08:38.431Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T04:08:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T04:08:38.433Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T04:08:38.433Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T04:08:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T04:08:47.996Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T04:08:48.017Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T04:09:38.429Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T04:09:38.431Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T04:09:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T04:09:38.433Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T04:09:38.434Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T04:09:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T04:09:47.989Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T04:09:47.992Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T04:10:38.429Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T04:10:38.431Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T04:10:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T04:10:38.433Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T04:10:38.434Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T04:10:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T04:10:47.986Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T04:10:47.987Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T04:11:38.430Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T04:11:38.431Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T04:11:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T04:11:38.433Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T04:11:38.434Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T04:11:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T04:11:47.972Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T04:11:47.973Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T04:12:38.430Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T04:12:38.431Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T04:12:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T04:12:38.433Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T04:12:38.434Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T04:12:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T04:12:47.991Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T04:12:47.992Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T04:13:38.430Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T04:13:38.431Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T04:13:38.432Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T04:13:38.433Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T04:13:38.434Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T04:13:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T04:13:48.027Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T04:13:48.032Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T04:14:38.430Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T04:14:38.432Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T04:14:38.432Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T04:14:38.433Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T04:14:38.434Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T04:14:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T04:14:48.014Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T04:14:48.014Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T04:15:38.430Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T04:15:38.431Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T04:15:38.432Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T04:15:38.434Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T04:15:38.435Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T04:15:38.435Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T04:15:47.978Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T04:15:47.980Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T04:16:38.430Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T04:16:38.431Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T04:16:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T04:16:38.433Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T04:16:38.433Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T04:16:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T04:16:47.977Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T04:16:47.978Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T04:17:38.430Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T04:17:38.431Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T04:17:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T04:17:38.433Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T04:17:38.434Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T04:17:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T04:17:47.982Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T04:17:47.993Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T04:18:38.430Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T04:18:38.432Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T04:18:38.432Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T04:18:38.433Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T04:18:38.434Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T04:18:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T04:18:47.977Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T04:18:47.980Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T04:19:38.430Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T04:19:38.431Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T04:19:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T04:19:38.433Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T04:19:38.434Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T04:19:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T04:19:47.978Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T04:19:47.981Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T04:20:38.430Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T04:20:38.431Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T04:20:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T04:20:38.433Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T04:20:38.433Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T04:20:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T04:20:47.986Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T04:20:47.992Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T04:21:38.429Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T04:21:38.431Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T04:21:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T04:21:38.433Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T04:21:38.433Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T04:21:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T04:21:47.982Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T04:21:47.987Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T04:22:38.430Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T04:22:38.431Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T04:22:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T04:22:38.433Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T04:22:38.434Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T04:22:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T04:22:47.995Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T04:22:47.995Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T04:23:38.430Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T04:23:38.431Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T04:23:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T04:23:38.433Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T04:23:38.434Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T04:23:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T04:23:47.993Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T04:23:48.011Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T04:24:38.430Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T04:24:38.431Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T04:24:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T04:24:38.433Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T04:24:38.434Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T04:24:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T04:24:47.983Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T04:24:47.987Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T04:25:38.430Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T04:25:38.431Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T04:25:38.432Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T04:25:38.433Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T04:25:38.433Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T04:25:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T04:25:47.994Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T04:25:48.000Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T04:26:38.430Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T04:26:38.431Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T04:26:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T04:26:38.433Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T04:26:38.434Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T04:26:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T04:26:47.978Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T04:26:47.989Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T04:27:38.430Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T04:27:38.432Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T04:27:38.432Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T04:27:38.433Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T04:27:38.434Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T04:27:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T04:27:48.029Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T04:27:48.029Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T04:28:38.429Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T04:28:38.430Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T04:28:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T04:28:38.433Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T04:28:38.434Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T04:28:38.435Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T04:28:47.994Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T04:28:47.997Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T04:29:38.430Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T04:29:38.431Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T04:29:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T04:29:38.433Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T04:29:38.434Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T04:29:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T04:29:47.990Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T04:29:47.990Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T04:30:38.430Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T04:30:38.431Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T04:30:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T04:30:38.433Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T04:30:38.435Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T04:30:38.435Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T04:30:47.985Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T04:30:48.015Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T04:31:38.429Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T04:31:38.431Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T04:31:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T04:31:38.433Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T04:31:38.434Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T04:31:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T04:31:47.984Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T04:31:48.001Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T04:32:38.431Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T04:32:38.432Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T04:32:38.432Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T04:32:38.433Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T04:32:38.434Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T04:32:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T04:32:47.980Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T04:32:47.980Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T04:33:38.430Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T04:33:38.431Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T04:33:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T04:33:38.433Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T04:33:38.434Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T04:33:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T04:33:47.976Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T04:33:47.977Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T04:34:38.430Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T04:34:38.431Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T04:34:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T04:34:38.433Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T04:34:38.434Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T04:34:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T04:34:47.980Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T04:34:47.992Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T04:35:38.430Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T04:35:38.432Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T04:35:38.432Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T04:35:38.433Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T04:35:38.434Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T04:35:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T04:35:47.978Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T04:35:47.978Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T04:36:38.430Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T04:36:38.431Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T04:36:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T04:36:38.433Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T04:36:38.433Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T04:36:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T04:36:47.973Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T04:36:47.979Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T04:37:38.430Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T04:37:38.431Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T04:37:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T04:37:38.433Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T04:37:38.433Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T04:37:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T04:37:47.985Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T04:37:47.985Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T04:38:38.429Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T04:38:38.431Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T04:38:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T04:38:38.433Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T04:38:38.434Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T04:38:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T04:38:48.074Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T04:38:48.077Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T04:39:38.429Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T04:39:38.431Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T04:39:38.431Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mqfFuXM1u4leQbBQ) ...
2023-01-07T04:39:38.434Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T04:39:38.435Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T04:39:38.435Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T04:39:47.977Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T04:39:47.978Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T04:40:38.429Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T04:40:38.431Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T04:40:38.431Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mqfFuXM1u4leQbBQ) ...
2023-01-07T04:40:38.433Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T04:40:38.434Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T04:40:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T04:40:47.993Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T04:40:47.996Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T04:41:38.430Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T04:41:38.431Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T04:41:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T04:41:38.433Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T04:41:38.433Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T04:41:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T04:41:47.977Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T04:41:47.977Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T04:42:38.429Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T04:42:38.431Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T04:42:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T04:42:38.433Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T04:42:38.434Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T04:42:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T04:42:47.979Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T04:42:47.979Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T04:43:38.430Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T04:43:38.433Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T04:43:38.434Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T04:43:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T04:43:38.434Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T04:43:38.435Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mqfFuXM1u4leQbBQ) ...
2023-01-07T04:43:47.986Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T04:43:47.996Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T04:44:38.429Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T04:44:38.431Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T04:44:38.431Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mqfFuXM1u4leQbBQ) ...
2023-01-07T04:44:38.433Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T04:44:38.434Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T04:44:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T04:44:47.976Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T04:44:47.977Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T04:45:38.430Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T04:45:38.431Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T04:45:38.431Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mqfFuXM1u4leQbBQ) ...
2023-01-07T04:45:38.433Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T04:45:38.433Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T04:45:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T04:45:47.979Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T04:45:47.990Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T04:46:38.430Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T04:46:38.431Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T04:46:38.431Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mqfFuXM1u4leQbBQ) ...
2023-01-07T04:46:38.433Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T04:46:38.433Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T04:46:38.433Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T04:46:47.978Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T04:46:47.995Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T04:47:38.430Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T04:47:38.431Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T04:47:38.431Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mqfFuXM1u4leQbBQ) ...
2023-01-07T04:47:38.433Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T04:47:38.434Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T04:47:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T04:47:47.973Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T04:47:47.976Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T04:48:38.429Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T04:48:38.430Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T04:48:38.431Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mqfFuXM1u4leQbBQ) ...
2023-01-07T04:48:38.433Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T04:48:38.433Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T04:48:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T04:48:48.045Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T04:48:48.052Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T04:49:38.430Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T04:49:38.431Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T04:49:38.431Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mqfFuXM1u4leQbBQ) ...
2023-01-07T04:49:38.433Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T04:49:38.434Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T04:49:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T04:49:47.973Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T04:49:47.979Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T04:50:38.429Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T04:50:38.431Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T04:50:38.431Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mqfFuXM1u4leQbBQ) ...
2023-01-07T04:50:38.433Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T04:50:38.433Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T04:50:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T04:50:48.008Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T04:50:48.009Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T04:51:38.430Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T04:51:38.432Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T04:51:38.432Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T04:51:38.433Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T04:51:38.435Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T04:51:38.435Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T04:51:47.995Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T04:51:47.995Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T04:52:38.429Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T04:52:38.431Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T04:52:38.432Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T04:52:38.433Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T04:52:38.434Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T04:52:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T04:52:47.982Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T04:52:47.982Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T04:53:38.430Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T04:53:38.431Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T04:53:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T04:53:38.433Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T04:53:38.433Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T04:53:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T04:53:47.978Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T04:53:47.985Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T04:54:38.430Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T04:54:38.431Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T04:54:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T04:54:38.433Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T04:54:38.434Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T04:54:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T04:54:47.972Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T04:54:47.981Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T04:55:38.430Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T04:55:38.431Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T04:55:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T04:55:38.433Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T04:55:38.434Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T04:55:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T04:55:48.045Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T04:55:48.068Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T04:56:38.430Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T04:56:38.432Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T04:56:38.432Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T04:56:38.433Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T04:56:38.434Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T04:56:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T04:56:47.981Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T04:56:47.981Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T04:57:38.429Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T04:57:38.431Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T04:57:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T04:57:38.433Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T04:57:38.434Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T04:57:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T04:57:47.991Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T04:57:47.991Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T04:58:38.430Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T04:58:38.431Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T04:58:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T04:58:38.433Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T04:58:38.434Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T04:58:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T04:58:48.037Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T04:58:48.060Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T04:59:38.430Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T04:59:38.431Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T04:59:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T04:59:38.433Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T04:59:38.433Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T04:59:38.433Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T04:59:47.982Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T04:59:47.987Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:00:38.430Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:00:38.431Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T05:00:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T05:00:38.433Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:00:38.433Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T05:00:38.433Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T05:00:47.971Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:00:47.974Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:01:38.429Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:01:38.430Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T05:01:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T05:01:38.433Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:01:38.433Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T05:01:38.433Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T05:01:47.978Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:01:47.997Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:02:38.429Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:02:38.431Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T05:02:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T05:02:38.433Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:02:38.436Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T05:02:38.436Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T05:02:47.970Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:02:47.973Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:03:38.429Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:03:38.431Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T05:03:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T05:03:38.433Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:03:38.433Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T05:03:38.433Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T05:03:47.975Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:03:47.995Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:04:38.430Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:04:38.431Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T05:04:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T05:04:38.433Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:04:38.434Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T05:04:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T05:04:47.976Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:04:47.982Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:05:38.430Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:05:38.431Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T05:05:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T05:05:38.433Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:05:38.433Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T05:05:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T05:05:47.973Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:05:47.979Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:06:38.430Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:06:38.431Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T05:06:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T05:06:38.433Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:06:38.434Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T05:06:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T05:06:47.998Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:06:48.005Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:07:38.430Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:07:38.431Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T05:07:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T05:07:38.433Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:07:38.434Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T05:07:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T05:07:47.978Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:07:47.985Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:08:38.430Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:08:38.431Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T05:08:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T05:08:38.433Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:08:38.434Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T05:08:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T05:08:48.020Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:08:48.020Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:09:38.430Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:09:38.431Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T05:09:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T05:09:38.433Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:09:38.434Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T05:09:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T05:09:47.971Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:09:47.972Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:10:38.429Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:10:38.431Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T05:10:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T05:10:38.433Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:10:38.433Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T05:10:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T05:10:47.972Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:10:47.972Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:11:38.429Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:11:38.430Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T05:11:38.431Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mqfFuXM1u4leQbBQ) ...
2023-01-07T05:11:38.433Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:11:38.433Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T05:11:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T05:11:47.986Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:11:47.993Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:12:38.430Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:12:38.431Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T05:12:38.431Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mqfFuXM1u4leQbBQ) ...
2023-01-07T05:12:38.433Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:12:38.433Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T05:12:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T05:12:47.982Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:12:47.982Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:13:38.429Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:13:38.430Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T05:13:38.431Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mqfFuXM1u4leQbBQ) ...
2023-01-07T05:13:38.433Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:13:38.433Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T05:13:38.433Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T05:13:47.976Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:13:47.984Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:14:38.429Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:14:38.431Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T05:14:38.431Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mqfFuXM1u4leQbBQ) ...
2023-01-07T05:14:38.433Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:14:38.433Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T05:14:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T05:14:47.990Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:14:47.991Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:15:38.430Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:15:38.431Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T05:15:38.431Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mqfFuXM1u4leQbBQ) ...
2023-01-07T05:15:38.433Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:15:38.434Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T05:15:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T05:15:47.988Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:15:47.998Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:16:38.430Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:16:38.431Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T05:16:38.431Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mqfFuXM1u4leQbBQ) ...
2023-01-07T05:16:38.433Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:16:38.434Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T05:16:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T05:16:48.002Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:16:48.004Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:17:38.429Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:17:38.431Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T05:17:38.431Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mqfFuXM1u4leQbBQ) ...
2023-01-07T05:17:38.433Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:17:38.433Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T05:17:38.433Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T05:17:47.970Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:17:47.972Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:18:38.430Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:18:38.432Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T05:18:38.432Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mqfFuXM1u4leQbBQ) ...
2023-01-07T05:18:38.433Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:18:38.433Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T05:18:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T05:18:47.980Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:18:47.991Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:19:38.430Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:19:38.431Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T05:19:38.431Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mqfFuXM1u4leQbBQ) ...
2023-01-07T05:19:38.433Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:19:38.433Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T05:19:38.433Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T05:19:47.972Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:19:47.978Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:20:38.429Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:20:38.431Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T05:20:38.431Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mqfFuXM1u4leQbBQ) ...
2023-01-07T05:20:38.433Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:20:38.434Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T05:20:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T05:20:47.971Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:20:47.988Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:21:38.429Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:21:38.431Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T05:21:38.431Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mqfFuXM1u4leQbBQ) ...
2023-01-07T05:21:38.433Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:21:38.434Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T05:21:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T05:21:47.971Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:21:47.972Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:22:38.429Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:22:38.430Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T05:22:38.431Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mqfFuXM1u4leQbBQ) ...
2023-01-07T05:22:38.433Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:22:38.434Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T05:22:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T05:22:47.982Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:22:47.988Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:23:38.430Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:23:38.431Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T05:23:38.431Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mqfFuXM1u4leQbBQ) ...
2023-01-07T05:23:38.433Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:23:38.434Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T05:23:38.435Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T05:23:47.976Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:23:47.987Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:24:38.429Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:24:38.431Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T05:24:38.431Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mqfFuXM1u4leQbBQ) ...
2023-01-07T05:24:38.433Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:24:38.433Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T05:24:38.433Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T05:24:47.987Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:24:48.008Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:25:38.429Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:25:38.431Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T05:25:38.431Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mqfFuXM1u4leQbBQ) ...
2023-01-07T05:25:38.433Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:25:38.433Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T05:25:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T05:25:47.977Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:25:47.978Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:26:38.430Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:26:38.431Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T05:26:38.431Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mqfFuXM1u4leQbBQ) ...
2023-01-07T05:26:38.433Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:26:38.433Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T05:26:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T05:26:47.970Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:26:47.971Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:27:38.430Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:27:38.431Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T05:27:38.431Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mqfFuXM1u4leQbBQ) ...
2023-01-07T05:27:38.433Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:27:38.434Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T05:27:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T05:27:47.975Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:27:47.975Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:28:38.430Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:28:38.432Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T05:28:38.432Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mqfFuXM1u4leQbBQ) ...
2023-01-07T05:28:38.433Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:28:38.434Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T05:28:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T05:28:47.977Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:28:47.979Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:29:38.430Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:29:38.431Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T05:29:38.431Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mqfFuXM1u4leQbBQ) ...
2023-01-07T05:29:38.433Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:29:38.434Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T05:29:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T05:29:47.974Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:29:47.974Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:30:38.429Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:30:38.430Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T05:30:38.431Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mqfFuXM1u4leQbBQ) ...
2023-01-07T05:30:38.433Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:30:38.434Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T05:30:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T05:30:47.974Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:30:47.976Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:31:38.429Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:31:38.431Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T05:31:38.431Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mqfFuXM1u4leQbBQ) ...
2023-01-07T05:31:38.433Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:31:38.433Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T05:31:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T05:31:47.975Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:31:47.985Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:32:38.430Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:32:38.431Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T05:32:38.431Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mqfFuXM1u4leQbBQ) ...
2023-01-07T05:32:38.433Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:32:38.434Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T05:32:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T05:32:47.973Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:32:47.977Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:33:38.430Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:33:38.431Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T05:33:38.431Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mqfFuXM1u4leQbBQ) ...
2023-01-07T05:33:38.433Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:33:38.434Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T05:33:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T05:33:47.973Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:33:47.973Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:34:38.430Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:34:38.431Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T05:34:38.431Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mqfFuXM1u4leQbBQ) ...
2023-01-07T05:34:38.433Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:34:38.435Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T05:34:38.436Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T05:34:47.973Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:34:47.979Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:35:38.430Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:35:38.432Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T05:35:38.433Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:35:38.434Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T05:35:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T05:35:38.432Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mqfFuXM1u4leQbBQ) ...
2023-01-07T05:35:47.986Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:35:47.986Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:36:38.430Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:36:38.431Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T05:36:38.431Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mqfFuXM1u4leQbBQ) ...
2023-01-07T05:36:38.433Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:36:38.433Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T05:36:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T05:36:47.974Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:36:47.979Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:37:38.430Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:37:38.431Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T05:37:38.431Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mqfFuXM1u4leQbBQ) ...
2023-01-07T05:37:38.433Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:37:38.433Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T05:37:38.433Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T05:37:47.980Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:37:47.983Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:38:38.430Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:38:38.432Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T05:38:38.432Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mqfFuXM1u4leQbBQ) ...
2023-01-07T05:38:38.433Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:38:38.433Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T05:38:38.433Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T05:38:47.974Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:38:47.979Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:39:38.430Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:39:38.431Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T05:39:38.431Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mqfFuXM1u4leQbBQ) ...
2023-01-07T05:39:38.433Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:39:38.434Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T05:39:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T05:39:47.976Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:39:47.982Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:40:38.429Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:40:38.431Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T05:40:38.431Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mqfFuXM1u4leQbBQ) ...
2023-01-07T05:40:38.433Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:40:38.433Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T05:40:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T05:40:47.970Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:40:47.971Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:41:38.430Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:41:38.431Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T05:41:38.431Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mqfFuXM1u4leQbBQ) ...
2023-01-07T05:41:38.433Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:41:38.433Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T05:41:38.433Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T05:41:47.974Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:41:47.999Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:42:38.430Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:42:38.431Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T05:42:38.431Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mqfFuXM1u4leQbBQ) ...
2023-01-07T05:42:38.433Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:42:38.433Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T05:42:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T05:42:47.970Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:42:47.973Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:43:38.430Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:43:38.431Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T05:43:38.431Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mqfFuXM1u4leQbBQ) ...
2023-01-07T05:43:38.433Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:43:38.434Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T05:43:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T05:43:47.974Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:43:48.002Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:44:38.430Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:44:38.431Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T05:44:38.431Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mqfFuXM1u4leQbBQ) ...
2023-01-07T05:44:38.433Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:44:38.434Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T05:44:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T05:44:47.970Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:44:47.970Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:45:38.429Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:45:38.430Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T05:45:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T05:45:38.433Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:45:38.434Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T05:45:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T05:45:47.972Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:45:47.976Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:46:38.429Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:46:38.430Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T05:46:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T05:46:38.433Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:46:38.434Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T05:46:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T05:46:47.972Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:46:47.972Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:47:38.429Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:47:38.430Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T05:47:38.430Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T05:47:38.433Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:47:38.434Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T05:47:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T05:47:47.983Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:47:48.001Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:48:38.430Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:48:38.431Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T05:48:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T05:48:38.435Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:48:38.436Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T05:48:38.436Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T05:48:47.977Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:48:47.977Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:49:38.430Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:49:38.431Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T05:49:38.431Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mqfFuXM1u4leQbBQ) ...
2023-01-07T05:49:38.434Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:49:38.434Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T05:49:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T05:49:47.970Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:49:47.977Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:50:38.430Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:50:38.432Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T05:50:38.432Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mqfFuXM1u4leQbBQ) ...
2023-01-07T05:50:38.433Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:50:38.434Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T05:50:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T05:50:47.970Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:50:47.975Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:51:38.429Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:51:38.430Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T05:51:38.431Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mqfFuXM1u4leQbBQ) ...
2023-01-07T05:51:38.433Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:51:38.433Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T05:51:38.433Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T05:51:47.969Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:51:47.971Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:52:38.429Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:52:38.430Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T05:52:38.431Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mqfFuXM1u4leQbBQ) ...
2023-01-07T05:52:38.433Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:52:38.434Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T05:52:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T05:52:47.975Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:52:47.975Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:53:38.430Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:53:38.431Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T05:53:38.431Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mqfFuXM1u4leQbBQ) ...
2023-01-07T05:53:38.433Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:53:38.434Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T05:53:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T05:53:47.972Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:53:47.973Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:54:38.429Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:54:38.431Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T05:54:38.431Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mqfFuXM1u4leQbBQ) ...
2023-01-07T05:54:38.433Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:54:38.434Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T05:54:38.435Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T05:54:47.974Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:54:47.977Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:55:38.429Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:55:38.431Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T05:55:38.431Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mqfFuXM1u4leQbBQ) ...
2023-01-07T05:55:38.433Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:55:38.433Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T05:55:38.433Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T05:55:47.971Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:55:47.972Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:56:38.429Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:56:38.430Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T05:56:38.430Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mqfFuXM1u4leQbBQ) ...
2023-01-07T05:56:38.433Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:56:38.433Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T05:56:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T05:56:47.968Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:56:47.973Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:57:38.429Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:57:38.431Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T05:57:38.431Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mqfFuXM1u4leQbBQ) ...
2023-01-07T05:57:38.433Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:57:38.433Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T05:57:38.433Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T05:57:47.976Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:57:47.976Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:58:38.429Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:58:38.430Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T05:58:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T05:58:38.433Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:58:38.434Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T05:58:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T05:58:47.974Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:58:47.977Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:59:38.429Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:59:38.430Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T05:59:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T05:59:38.433Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:59:38.433Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T05:59:38.433Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T05:59:47.972Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:59:47.976Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:00:38.430Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:00:38.431Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:00:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T06:00:38.433Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:00:38.433Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:00:38.433Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T06:00:47.981Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:00:47.991Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:01:38.430Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:01:38.431Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:01:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T06:01:38.433Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:01:38.433Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:01:38.433Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T06:01:47.971Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:01:47.974Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:02:38.430Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:02:38.431Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:02:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T06:02:38.433Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:02:38.434Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:02:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T06:02:48.021Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:02:48.022Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:03:38.430Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:03:38.431Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:03:38.432Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T06:03:38.433Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:03:38.433Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:03:38.433Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T06:03:47.991Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:03:47.992Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:04:38.429Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:04:38.430Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:04:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T06:04:38.433Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:04:38.433Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:04:38.433Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T06:04:47.983Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:04:47.986Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:05:38.429Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:05:38.431Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:05:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T06:05:38.433Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:05:38.434Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:05:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T06:05:47.980Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:05:47.981Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:06:38.430Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:06:38.431Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:06:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T06:06:38.434Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:06:38.435Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:06:38.435Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T06:06:47.973Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:06:47.977Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:07:38.430Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:07:38.431Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:07:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T06:07:38.433Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:07:38.434Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:07:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T06:07:47.972Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:07:47.978Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:08:38.429Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:08:38.431Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:08:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T06:08:38.433Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:08:38.434Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:08:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T06:08:47.973Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:08:47.984Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:09:38.429Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:09:38.431Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:09:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T06:09:38.433Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:09:38.434Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:09:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T06:09:47.975Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:09:47.975Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:10:38.429Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:10:38.431Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:10:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T06:10:38.433Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:10:38.434Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:10:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T06:10:47.975Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:10:47.975Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:11:38.430Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:11:38.431Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:11:38.432Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T06:11:38.433Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:11:38.433Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:11:38.433Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T06:11:47.974Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:11:47.974Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:12:38.430Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:12:38.431Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:12:38.432Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T06:12:38.433Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:12:38.433Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:12:38.433Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T06:12:47.974Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:12:47.996Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:13:38.430Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:13:38.432Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:13:38.432Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T06:13:38.433Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:13:38.434Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:13:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T06:13:47.980Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:13:47.981Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:14:38.429Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:14:38.430Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:14:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T06:14:38.433Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:14:38.433Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:14:38.433Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T06:14:47.972Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:14:47.974Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:15:38.430Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:15:38.431Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:15:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T06:15:38.433Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:15:38.434Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:15:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T06:15:47.996Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:15:48.003Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:16:38.429Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:16:38.431Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:16:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T06:16:38.433Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:16:38.434Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:16:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T06:16:47.980Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:16:47.982Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:17:38.430Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:17:38.431Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:17:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T06:17:38.433Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:17:38.434Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:17:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T06:17:47.973Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:17:48.004Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:18:38.430Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:18:38.431Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:18:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T06:18:38.433Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:18:38.433Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:18:38.433Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T06:18:47.974Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:18:47.975Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:19:38.429Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:19:38.431Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:19:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T06:19:38.433Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:19:38.434Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:19:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T06:19:47.984Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:19:47.986Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:20:38.430Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:20:38.431Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:20:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T06:20:38.433Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:20:38.433Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:20:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T06:20:47.993Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:20:48.008Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:21:38.430Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:21:38.431Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:21:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T06:21:38.433Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:21:38.433Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:21:38.433Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T06:21:47.974Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:21:47.987Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:22:38.430Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:22:38.431Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:22:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T06:22:38.433Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:22:38.434Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:22:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T06:22:47.971Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:22:47.971Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:23:38.429Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:23:38.431Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:23:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T06:23:38.433Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:23:38.433Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:23:38.433Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T06:23:47.975Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:23:47.976Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:24:38.429Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:24:38.431Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:24:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T06:24:38.433Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:24:38.434Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:24:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T06:24:47.994Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:24:47.994Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:25:38.430Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:25:38.431Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:25:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T06:25:38.433Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:25:38.434Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:25:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T06:25:48.092Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:25:48.109Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:26:38.430Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:26:38.431Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:26:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T06:26:38.433Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:26:38.434Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:26:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T06:26:48.026Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:26:48.026Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:27:38.429Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:27:38.430Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:27:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T06:27:38.433Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:27:38.433Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:27:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T06:27:47.974Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:27:47.974Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:28:38.429Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:28:38.431Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:28:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T06:28:38.441Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:28:38.443Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:28:38.443Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T06:28:47.970Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:28:48.010Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:29:38.430Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:29:38.431Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:29:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T06:29:38.433Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:29:38.433Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:29:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T06:29:48.022Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:29:48.024Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:30:38.430Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:30:38.431Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:30:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T06:30:38.433Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:30:38.433Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:30:38.433Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T06:30:47.978Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:30:47.978Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:31:38.429Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:31:38.431Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:31:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T06:31:38.433Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:31:38.434Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:31:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T06:31:47.973Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:31:47.975Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:32:38.430Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:32:38.431Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:32:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T06:32:38.433Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:32:38.433Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:32:38.433Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T06:32:47.974Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:32:48.001Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:33:38.430Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:33:38.431Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:33:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T06:33:38.433Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:33:38.434Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:33:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T06:33:47.992Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:33:47.996Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:34:38.430Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:34:38.431Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:34:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T06:34:38.433Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:34:38.434Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:34:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T06:34:47.978Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:34:48.031Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:35:38.429Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:35:38.431Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:35:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T06:35:38.433Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:35:38.434Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:35:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T06:35:47.988Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:35:47.989Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:36:38.430Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:36:38.431Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:36:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T06:36:38.433Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:36:38.434Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:36:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T06:36:47.982Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:36:47.983Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:37:38.429Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:37:38.430Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:37:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T06:37:38.433Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:37:38.433Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:37:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T06:37:47.970Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:37:47.973Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:38:38.429Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:38:38.430Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:38:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T06:38:38.433Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:38:38.434Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:38:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T06:38:47.986Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:38:47.987Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:39:38.429Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:39:38.431Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:39:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T06:39:38.433Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:39:38.434Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:39:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T06:39:47.994Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:39:47.995Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:40:38.430Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:40:38.431Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:40:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T06:40:38.433Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:40:38.433Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:40:38.433Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T06:40:47.981Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:40:47.982Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:41:38.430Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:41:38.431Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:41:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T06:41:38.433Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:41:38.434Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:41:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T06:41:47.990Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:41:47.994Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:42:38.429Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:42:38.431Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:42:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T06:42:38.433Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:42:38.434Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:42:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T06:42:47.999Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:42:48.025Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:43:38.429Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:43:38.431Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:43:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T06:43:38.433Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:43:38.434Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:43:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T06:43:47.993Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:43:48.050Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:44:38.429Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:44:38.431Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:44:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T06:44:38.433Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:44:38.434Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:44:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T06:44:47.975Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:44:47.985Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:45:38.430Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:45:38.432Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:45:38.432Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T06:45:38.433Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:45:38.434Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:45:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T06:45:48.025Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:45:48.032Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:46:38.429Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:46:38.431Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:46:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T06:46:38.433Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:46:38.433Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:46:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T06:46:47.992Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:46:47.995Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:47:38.429Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:47:38.430Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:47:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T06:47:38.433Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:47:38.433Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:47:38.433Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T06:47:47.989Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:47:47.993Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:48:38.429Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:48:38.430Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:48:38.431Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mqfFuXM1u4leQbBQ) ...
2023-01-07T06:48:38.433Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:48:38.434Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:48:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T06:48:48.025Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:48:48.031Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:49:38.430Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:49:38.430Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:49:38.431Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mqfFuXM1u4leQbBQ) ...
2023-01-07T06:49:38.433Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:49:38.434Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:49:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T06:49:47.982Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:49:47.984Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:50:38.429Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:50:38.431Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:50:38.431Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mqfFuXM1u4leQbBQ) ...
2023-01-07T06:50:38.433Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:50:38.433Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:50:38.433Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T06:50:47.974Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:50:47.976Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:51:38.429Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:51:38.430Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:51:38.431Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mqfFuXM1u4leQbBQ) ...
2023-01-07T06:51:38.433Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:51:38.433Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:51:38.433Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T06:51:47.976Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:51:47.984Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:52:38.430Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:52:38.431Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:52:38.431Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mqfFuXM1u4leQbBQ) ...
2023-01-07T06:52:38.433Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:52:38.433Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:52:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T06:52:47.974Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:52:47.991Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:53:38.429Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:53:38.431Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:53:38.431Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mqfFuXM1u4leQbBQ) ...
2023-01-07T06:53:38.433Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:53:38.433Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:53:38.433Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T06:53:48.043Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:53:48.057Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:54:38.429Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:54:38.430Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:54:38.430Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mqfFuXM1u4leQbBQ) ...
2023-01-07T06:54:38.433Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:54:38.434Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:54:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T06:54:47.972Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:54:47.972Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:55:38.429Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:55:38.430Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:55:38.430Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mqfFuXM1u4leQbBQ) ...
2023-01-07T06:55:38.433Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:55:38.433Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:55:38.433Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T06:55:47.979Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:55:47.982Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:56:38.429Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:56:38.431Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:56:38.431Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mqfFuXM1u4leQbBQ) ...
2023-01-07T06:56:38.433Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:56:38.433Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:56:38.433Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T06:56:48.014Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:56:48.014Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:57:38.429Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:57:38.431Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:57:38.431Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mqfFuXM1u4leQbBQ) ...
2023-01-07T06:57:38.433Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:57:38.433Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:57:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T06:57:47.975Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:57:47.992Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:58:38.429Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:58:38.430Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:58:38.430Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mqfFuXM1u4leQbBQ) ...
2023-01-07T06:58:38.433Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:58:38.434Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:58:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T06:58:47.974Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:58:47.975Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:59:38.430Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:59:38.432Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:59:38.432Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mqfFuXM1u4leQbBQ) ...
2023-01-07T06:59:38.433Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:59:38.434Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:59:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T06:59:47.984Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:59:47.986Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T07:00:38.429Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:00:38.431Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T07:00:38.431Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mqfFuXM1u4leQbBQ) ...
2023-01-07T07:00:38.433Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:00:38.433Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T07:00:38.433Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T07:00:47.974Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T07:00:47.976Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T07:01:38.430Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:01:38.431Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T07:01:38.432Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mqfFuXM1u4leQbBQ) ...
2023-01-07T07:01:38.433Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:01:38.433Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T07:01:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T07:01:47.975Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T07:01:47.994Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T07:02:38.429Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:02:38.430Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T07:02:38.431Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mqfFuXM1u4leQbBQ) ...
2023-01-07T07:02:38.433Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:02:38.434Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T07:02:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T07:02:47.972Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T07:02:47.979Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T07:03:38.429Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:03:38.430Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T07:03:38.431Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mqfFuXM1u4leQbBQ) ...
2023-01-07T07:03:38.433Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:03:38.434Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T07:03:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T07:03:47.990Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T07:03:47.991Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T07:04:38.429Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:04:38.431Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T07:04:38.431Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mqfFuXM1u4leQbBQ) ...
2023-01-07T07:04:38.433Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:04:38.433Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T07:04:38.433Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T07:04:47.986Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T07:04:47.987Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T07:05:38.429Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:05:38.430Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T07:05:38.430Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mqfFuXM1u4leQbBQ) ...
2023-01-07T07:05:38.433Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:05:38.434Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T07:05:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T07:05:48.028Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T07:05:48.029Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T07:06:38.430Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:06:38.431Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T07:06:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T07:06:38.433Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:06:38.434Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T07:06:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T07:06:47.977Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T07:06:47.983Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T07:07:38.429Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:07:38.431Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T07:07:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T07:07:38.433Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:07:38.433Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T07:07:38.433Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T07:07:47.983Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T07:07:47.992Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T07:08:38.430Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:08:38.431Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T07:08:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T07:08:38.433Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:08:38.434Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T07:08:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T07:08:47.993Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T07:08:47.993Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T07:09:38.429Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:09:38.431Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T07:09:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T07:09:38.433Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:09:38.433Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T07:09:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T07:09:48.019Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T07:09:48.023Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T07:10:38.429Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:10:38.430Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T07:10:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T07:10:38.433Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:10:38.434Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T07:10:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T07:10:47.987Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T07:10:47.989Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T07:11:38.429Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:11:38.431Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T07:11:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T07:11:38.433Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:11:38.434Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T07:11:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T07:11:48.017Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T07:11:48.017Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T07:12:38.430Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:12:38.431Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T07:12:38.432Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T07:12:38.433Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:12:38.434Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T07:12:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T07:12:48.002Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T07:12:48.002Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T07:13:38.429Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:13:38.430Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T07:13:38.430Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T07:13:38.433Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:13:38.434Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T07:13:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T07:13:47.971Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T07:13:47.975Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T07:14:38.429Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:14:38.430Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T07:14:38.430Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T07:14:38.433Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:14:38.433Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T07:14:38.433Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T07:14:47.976Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T07:14:47.986Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T07:15:38.429Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:15:38.431Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T07:15:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T07:15:38.433Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:15:38.434Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T07:15:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T07:15:48.010Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T07:15:48.010Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T07:16:38.429Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:16:38.430Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T07:16:38.430Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mqfFuXM1u4leQbBQ) ...
2023-01-07T07:16:38.433Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:16:38.434Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T07:16:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T07:16:48.025Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T07:16:48.025Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T07:17:38.429Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:17:38.431Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T07:17:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T07:17:38.433Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:17:38.433Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T07:17:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T07:17:47.969Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T07:17:47.973Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T07:18:38.429Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:18:38.430Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T07:18:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T07:18:38.433Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:18:38.434Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T07:18:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T07:18:47.976Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T07:18:47.996Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T07:19:38.429Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:19:38.430Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T07:19:38.430Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T07:19:38.433Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:19:38.434Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T07:19:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T07:19:48.021Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T07:19:48.030Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T07:20:38.429Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:20:38.430Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T07:20:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T07:20:38.433Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:20:38.434Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T07:20:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T07:20:47.977Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T07:20:47.979Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T07:21:38.430Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:21:38.431Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T07:21:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T07:21:38.433Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:21:38.434Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T07:21:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T07:21:47.996Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T07:21:48.000Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T07:22:38.429Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:22:38.430Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T07:22:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T07:22:38.433Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:22:38.434Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T07:22:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T07:22:47.994Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T07:22:47.997Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T07:23:38.429Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:23:38.431Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T07:23:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T07:23:38.433Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:23:38.434Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T07:23:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T07:23:48.025Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T07:23:48.026Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T07:24:38.430Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:24:38.431Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T07:24:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T07:24:38.433Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:24:38.434Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T07:24:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T07:24:47.993Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T07:24:47.996Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T07:25:38.429Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:25:38.431Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T07:25:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T07:25:38.433Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:25:38.433Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T07:25:38.433Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T07:25:47.984Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T07:25:47.990Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T07:26:38.429Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:26:38.430Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T07:26:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T07:26:38.433Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:26:38.433Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T07:26:38.433Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T07:26:47.982Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T07:26:47.987Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T07:27:38.429Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:27:38.430Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T07:27:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T07:27:38.433Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:27:38.433Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T07:27:38.433Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T07:27:47.998Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T07:27:47.998Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T07:28:38.429Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:28:38.431Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T07:28:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T07:28:38.433Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:28:38.434Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T07:28:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T07:28:47.994Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T07:28:48.004Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T07:29:38.430Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:29:38.431Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T07:29:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T07:29:38.433Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:29:38.433Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T07:29:38.433Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T07:29:48.003Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T07:29:48.011Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T07:30:38.429Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:30:38.431Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T07:30:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T07:30:38.433Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:30:38.433Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T07:30:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T07:30:47.973Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T07:30:47.983Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T07:31:38.429Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:31:38.430Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T07:31:38.430Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T07:31:38.433Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:31:38.434Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T07:31:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T07:31:47.974Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T07:31:47.990Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T07:32:38.429Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:32:38.430Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T07:32:38.430Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T07:32:38.433Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:32:38.434Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T07:32:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T07:32:47.991Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T07:32:47.992Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T07:33:38.430Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:33:38.431Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T07:33:38.431Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mqfFuXM1u4leQbBQ) ...
2023-01-07T07:33:38.433Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:33:38.433Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T07:33:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T07:33:47.981Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T07:33:48.010Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T07:34:38.430Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:34:38.431Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T07:34:38.431Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mqfFuXM1u4leQbBQ) ...
2023-01-07T07:34:38.433Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:34:38.433Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T07:34:38.433Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T07:34:47.993Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T07:34:47.994Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T07:35:38.429Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:35:38.431Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T07:35:38.431Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mqfFuXM1u4leQbBQ) ...
2023-01-07T07:35:38.433Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:35:38.433Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T07:35:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T07:35:47.977Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T07:35:47.980Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T07:36:38.430Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:36:38.432Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T07:36:38.432Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mqfFuXM1u4leQbBQ) ...
2023-01-07T07:36:38.433Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:36:38.433Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T07:36:38.433Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T07:36:47.987Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T07:36:47.999Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T07:37:38.430Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:37:38.431Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T07:37:38.431Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mqfFuXM1u4leQbBQ) ...
2023-01-07T07:37:38.433Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:37:38.433Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T07:37:38.433Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T07:37:47.998Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T07:37:47.999Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T07:38:38.429Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:38:38.430Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T07:38:38.431Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mqfFuXM1u4leQbBQ) ...
2023-01-07T07:38:38.433Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:38:38.433Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T07:38:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T07:38:47.980Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T07:38:47.982Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T07:39:38.430Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:39:38.432Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T07:39:38.432Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mqfFuXM1u4leQbBQ) ...
2023-01-07T07:39:38.433Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:39:38.433Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T07:39:38.433Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T07:39:47.993Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T07:39:47.997Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T07:40:38.430Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:40:38.432Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T07:40:38.432Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mqfFuXM1u4leQbBQ) ...
2023-01-07T07:40:38.433Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:40:38.433Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T07:40:38.433Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T07:40:47.991Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T07:40:47.992Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T07:41:38.429Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:41:38.431Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T07:41:38.431Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mqfFuXM1u4leQbBQ) ...
2023-01-07T07:41:38.433Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:41:38.434Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T07:41:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T07:41:48.038Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T07:41:48.042Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T07:42:38.429Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:42:38.431Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T07:42:38.431Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mqfFuXM1u4leQbBQ) ...
2023-01-07T07:42:38.433Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:42:38.434Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T07:42:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T07:42:47.972Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T07:42:47.973Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T07:43:38.430Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:43:38.431Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T07:43:38.431Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mqfFuXM1u4leQbBQ) ...
2023-01-07T07:43:38.433Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:43:38.434Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T07:43:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T07:43:47.976Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T07:43:48.002Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T07:44:38.429Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:44:38.431Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T07:44:38.431Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mqfFuXM1u4leQbBQ) ...
2023-01-07T07:44:38.433Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:44:38.434Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T07:44:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T07:44:47.973Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T07:44:47.984Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T07:45:38.429Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:45:38.430Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T07:45:38.431Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mqfFuXM1u4leQbBQ) ...
2023-01-07T07:45:38.433Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:45:38.434Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T07:45:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T07:45:48.006Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T07:45:48.017Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T07:46:38.429Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:46:38.431Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T07:46:38.431Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mqfFuXM1u4leQbBQ) ...
2023-01-07T07:46:38.434Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:46:38.437Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T07:46:38.442Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T07:46:48.012Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T07:46:48.014Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T07:47:38.429Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:47:38.430Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T07:47:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T07:47:38.433Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:47:38.434Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T07:47:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T07:47:47.970Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T07:47:47.976Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T07:48:38.429Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:48:38.431Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T07:48:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T07:48:38.433Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:48:38.434Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T07:48:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T07:48:47.980Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T07:48:47.984Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T07:49:38.430Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:49:38.431Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T07:49:38.431Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mqfFuXM1u4leQbBQ) ...
2023-01-07T07:49:38.434Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:49:38.435Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T07:49:38.435Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T07:49:48.022Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T07:49:48.022Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T07:50:38.429Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:50:38.431Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T07:50:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T07:50:38.433Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:50:38.434Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T07:50:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T07:50:47.982Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T07:50:47.989Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T07:51:38.430Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:51:38.431Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T07:51:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T07:51:38.433Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:51:38.434Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T07:51:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T07:51:47.973Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T07:51:47.973Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T07:52:38.429Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:52:38.431Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T07:52:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T07:52:38.433Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:52:38.433Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T07:52:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T07:52:47.984Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T07:52:47.991Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T07:53:38.429Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:53:38.431Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T07:53:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T07:53:38.433Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:53:38.433Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T07:53:38.433Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T07:53:47.976Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T07:53:47.978Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T07:54:38.429Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:54:38.430Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T07:54:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T07:54:38.433Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:54:38.433Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T07:54:38.433Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T07:54:47.978Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T07:54:47.978Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T07:55:38.429Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:55:38.431Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T07:55:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T07:55:38.433Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:55:38.433Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T07:55:38.433Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T07:55:47.973Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T07:55:47.973Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T07:56:38.430Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:56:38.431Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T07:56:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T07:56:38.433Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:56:38.433Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T07:56:38.433Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T07:56:47.978Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T07:56:47.978Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T07:57:38.430Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:57:38.431Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T07:57:38.431Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mqfFuXM1u4leQbBQ) ...
2023-01-07T07:57:38.433Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:57:38.434Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T07:57:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T07:57:47.988Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T07:57:48.013Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T07:58:38.430Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:58:38.431Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T07:58:38.431Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mqfFuXM1u4leQbBQ) ...
2023-01-07T07:58:38.433Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:58:38.433Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T07:58:38.433Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T07:58:47.973Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T07:58:47.973Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T07:59:38.429Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:59:38.430Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T07:59:38.431Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mqfFuXM1u4leQbBQ) ...
2023-01-07T07:59:38.433Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T07:59:38.434Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T07:59:38.435Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T07:59:47.968Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T07:59:47.974Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T08:00:38.430Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:00:38.431Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T08:00:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T08:00:38.433Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:00:38.434Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T08:00:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T08:00:48.061Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T08:00:48.082Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T08:01:38.429Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:01:38.430Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T08:01:38.430Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T08:01:38.433Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:01:38.433Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T08:01:38.433Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T08:01:47.972Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T08:01:47.973Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T08:02:38.429Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:02:38.431Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T08:02:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T08:02:38.433Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:02:38.434Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T08:02:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T08:02:48.015Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T08:02:48.031Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T08:03:38.429Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:03:38.430Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T08:03:38.430Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T08:03:38.433Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:03:38.433Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T08:03:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T08:03:47.977Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T08:03:47.977Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T08:04:38.429Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:04:38.431Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T08:04:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T08:04:38.433Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:04:38.433Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T08:04:38.433Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T08:04:47.969Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T08:04:47.971Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T08:05:38.429Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:05:38.431Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T08:05:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T08:05:38.433Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:05:38.434Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T08:05:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T08:05:47.970Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T08:05:47.970Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T08:06:38.430Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:06:38.432Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T08:06:38.432Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T08:06:38.433Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:06:38.434Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T08:06:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T08:06:47.980Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T08:06:47.983Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T08:07:38.429Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:07:38.431Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T08:07:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T08:07:38.433Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:07:38.434Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T08:07:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T08:07:48.014Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T08:07:48.015Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T08:08:38.429Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:08:38.431Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T08:08:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T08:08:38.433Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:08:38.434Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T08:08:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T08:08:47.982Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T08:08:48.000Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T08:09:38.429Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:09:38.431Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T08:09:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T08:09:38.433Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:09:38.434Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T08:09:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T08:09:47.976Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T08:09:47.984Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T08:10:38.429Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:10:38.430Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T08:10:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T08:10:38.433Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:10:38.433Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T08:10:38.433Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T08:10:48.000Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T08:10:48.003Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T08:11:38.429Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:11:38.430Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T08:11:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T08:11:38.433Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:11:38.434Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T08:11:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T08:11:47.987Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T08:11:47.991Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T08:12:38.430Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:12:38.431Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T08:12:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T08:12:38.433Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:12:38.434Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T08:12:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T08:12:47.994Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T08:12:47.998Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T08:13:38.430Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:13:38.431Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T08:13:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T08:13:38.433Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:13:38.434Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T08:13:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T08:13:48.001Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T08:13:48.001Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T08:14:38.430Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:14:38.431Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T08:14:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T08:14:38.433Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:14:38.434Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T08:14:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T08:14:47.984Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T08:14:47.994Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T08:15:38.430Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:15:38.431Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T08:15:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T08:15:38.433Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:15:38.433Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T08:15:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T08:15:48.003Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T08:15:48.008Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T08:16:38.429Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:16:38.430Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T08:16:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T08:16:38.433Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:16:38.433Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T08:16:38.433Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T08:16:47.978Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T08:16:48.001Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T08:17:38.430Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:17:38.431Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T08:17:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T08:17:38.433Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:17:38.434Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T08:17:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T08:17:48.001Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T08:17:48.001Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T08:18:38.429Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:18:38.431Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T08:18:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T08:18:38.433Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:18:38.434Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T08:18:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T08:18:48.043Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T08:18:48.066Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T08:19:38.429Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:19:38.431Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T08:19:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T08:19:38.433Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:19:38.434Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T08:19:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T08:19:47.984Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T08:19:47.997Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T08:20:38.430Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:20:38.432Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T08:20:38.432Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T08:20:38.433Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:20:38.433Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T08:20:38.433Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T08:20:47.996Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T08:20:47.997Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T08:21:38.429Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:21:38.431Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T08:21:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T08:21:38.433Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:21:38.433Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T08:21:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T08:21:47.975Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T08:21:48.006Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T08:22:38.429Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:22:38.430Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T08:22:38.430Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T08:22:38.433Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:22:38.433Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T08:22:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T08:22:48.023Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T08:22:48.024Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T08:23:38.429Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:23:38.430Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T08:23:38.430Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T08:23:38.433Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:23:38.433Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T08:23:38.433Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T08:23:47.985Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T08:23:47.986Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T08:24:38.429Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:24:38.430Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T08:24:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T08:24:38.433Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:24:38.434Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T08:24:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T08:24:47.993Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T08:24:47.994Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T08:25:38.429Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:25:38.430Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T08:25:38.430Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T08:25:38.433Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:25:38.433Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T08:25:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T08:25:47.987Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T08:25:48.002Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T08:26:38.429Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:26:38.431Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T08:26:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T08:26:38.433Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:26:38.433Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T08:26:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T08:26:47.996Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T08:26:47.998Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T08:27:38.430Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:27:38.431Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T08:27:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T08:27:38.433Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:27:38.433Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T08:27:38.433Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T08:27:48.018Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T08:27:48.020Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T08:28:38.430Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:28:38.431Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T08:28:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T08:28:38.433Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:28:38.433Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T08:28:38.433Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T08:28:48.059Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T08:28:48.060Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T08:29:38.429Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:29:38.431Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T08:29:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T08:29:38.433Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:29:38.434Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T08:29:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T08:29:47.969Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T08:29:47.997Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T08:30:38.430Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:30:38.431Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T08:30:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T08:30:38.433Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:30:38.434Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T08:30:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T08:30:47.978Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T08:30:47.978Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T08:31:38.429Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:31:38.431Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T08:31:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T08:31:38.433Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:31:38.433Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T08:31:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T08:31:48.013Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T08:31:48.027Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T08:32:38.430Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:32:38.431Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T08:32:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T08:32:38.433Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:32:38.433Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T08:32:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T08:32:47.976Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T08:32:47.976Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T08:33:38.429Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:33:38.431Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T08:33:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T08:33:38.433Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:33:38.434Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T08:33:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T08:33:47.976Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T08:33:47.976Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T08:34:38.429Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:34:38.431Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T08:34:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T08:34:38.433Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:34:38.434Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T08:34:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T08:34:47.973Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T08:34:47.980Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T08:35:38.430Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:35:38.431Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T08:35:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T08:35:38.433Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:35:38.434Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T08:35:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T08:35:47.972Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T08:35:47.972Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T08:36:38.429Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:36:38.430Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T08:36:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T08:36:38.433Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:36:38.434Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T08:36:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T08:36:47.971Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T08:36:47.973Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T08:37:38.429Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:37:38.430Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T08:37:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T08:37:38.439Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:37:38.440Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T08:37:38.440Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T08:37:47.973Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T08:37:47.973Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T08:38:38.430Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:38:38.431Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T08:38:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T08:38:38.433Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:38:38.434Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T08:38:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T08:38:47.975Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T08:38:47.976Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T08:39:38.430Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:39:38.431Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T08:39:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T08:39:38.433Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:39:38.434Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T08:39:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T08:39:47.973Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T08:39:47.974Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T08:40:38.430Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:40:38.431Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T08:40:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T08:40:38.433Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:40:38.434Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T08:40:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T08:40:47.969Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T08:40:47.970Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T08:41:38.429Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:41:38.430Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T08:41:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T08:41:38.433Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:41:38.434Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T08:41:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T08:41:47.971Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T08:41:47.973Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T08:42:38.429Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:42:38.431Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T08:42:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T08:42:38.433Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:42:38.433Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T08:42:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T08:42:47.976Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T08:42:47.984Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T08:43:38.429Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:43:38.431Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T08:43:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T08:43:38.433Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:43:38.434Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T08:43:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T08:43:47.972Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T08:43:47.973Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T08:44:38.429Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:44:38.430Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T08:44:38.430Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T08:44:38.433Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:44:38.434Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T08:44:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T08:44:47.974Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T08:44:47.976Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T08:45:38.430Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:45:38.431Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T08:45:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T08:45:38.433Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:45:38.434Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T08:45:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T08:45:48.049Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T08:45:48.053Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T08:46:38.429Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:46:38.431Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T08:46:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T08:46:38.433Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:46:38.434Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T08:46:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T08:46:47.989Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T08:46:47.991Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T08:47:38.430Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:47:38.433Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T08:47:38.433Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T08:47:38.433Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:47:38.434Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T08:47:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T08:47:47.994Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T08:47:47.994Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T08:48:38.429Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:48:38.431Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T08:48:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T08:48:38.433Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:48:38.433Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T08:48:38.433Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T08:48:47.976Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T08:48:47.976Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T08:49:38.429Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:49:38.431Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T08:49:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T08:49:38.433Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:49:38.434Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T08:49:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T08:49:47.988Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T08:49:47.988Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T08:50:38.429Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:50:38.430Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T08:50:38.430Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T08:50:38.436Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:50:38.437Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T08:50:38.437Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T08:50:47.978Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T08:50:47.979Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T08:51:38.429Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:51:38.431Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T08:51:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T08:51:38.433Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:51:38.434Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T08:51:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T08:51:47.973Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T08:51:47.994Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T08:52:38.429Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:52:38.430Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T08:52:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T08:52:38.433Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:52:38.433Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T08:52:38.433Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T08:52:47.971Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T08:52:48.000Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T08:53:38.429Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:53:38.431Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T08:53:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T08:53:38.433Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:53:38.434Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T08:53:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T08:53:47.973Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T08:53:47.978Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T08:54:38.429Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:54:38.430Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T08:54:38.430Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T08:54:38.433Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:54:38.433Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T08:54:38.433Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T08:54:47.976Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T08:54:47.976Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T08:55:38.429Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:55:38.431Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T08:55:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T08:55:38.433Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:55:38.434Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T08:55:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T08:55:47.981Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T08:55:47.982Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T08:56:38.430Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:56:38.431Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T08:56:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T08:56:38.433Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:56:38.434Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T08:56:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T08:56:47.998Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T08:56:47.998Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T08:57:38.429Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:57:38.431Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T08:57:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T08:57:38.433Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:57:38.433Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T08:57:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T08:57:47.977Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T08:57:47.977Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T08:58:38.429Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:58:38.431Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T08:58:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T08:58:38.433Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:58:38.433Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T08:58:38.433Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T08:58:47.706Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T08:58:47.708Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-07T08:58:47.709Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"d11dd549-b726-4514-aece-b4dcfc491ce8","serviceName":"vFW 2023-01-07 08-57-54","serviceVersion":"1.0","serviceUUID":"ac49a889-0fa1-4785-8a10-9b7c00cd4c08","serviceDescription":"catalog service description","serviceInvariantUUID":"1cd63abd-f675-42c0-9a41-bbcc7c496027","resources":[],"serviceArtifacts":[{"artifactName":"service-Vfw20230107085754-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230107085754/1.0/artifacts/service-Vfw20230107085754-template.yml","artifactChecksum":"YzQwNDVjMjIyZjZiY2QwNDljZjA4MTkwOGFjZWYxYTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3f169583-8601-4482-9403-74a97a679520","artifactVersion":"1"},{"artifactName":"service-Vfw20230107085754-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230107085754/1.0/artifacts/service-Vfw20230107085754-csar.csar","artifactChecksum":"YjI3ZTE1NzhlNmZkZWFkMTY3Zjg3Yjg4ZmI4MGZhZGQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1d4e229c-bfa7-4670-b945-a6b0507edffd","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-07T08:58:47.734Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-07T08:58:47.746Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-07T08:58:47.772Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T08:58:47.772Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "d11dd549-b726-4514-aece-b4dcfc491ce8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673081918429,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107085754/1.0/artifacts/service-Vfw20230107085754-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-07T08:58:47.872Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2023-01-07T08:58:47.878Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-07T08:58:47.879Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ...
2023-01-07T08:58:47.895Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T08:58:47.896Z||pool-3-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":3,"count":1}
2023-01-07T08:58:48.517Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T08:58:48.518Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-07T08:58:48.519Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d11dd549-b726-4514-aece-b4dcfc491ce8",
"consumerID": "cds",
"timestamp": 1673081921416,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107085754/1.0/artifacts/service-Vfw20230107085754-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-07T08:58:48.548Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-07T08:58:48.548Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-07T08:58:48.548Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d11dd549-b726-4514-aece-b4dcfc491ce8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673081918429,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107085754/1.0/artifacts/service-Vfw20230107085754-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-07T08:58:48.549Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-07T08:58:48.783Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-07T08:58:48.784Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-07T08:58:48.786Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T08:58:48.786Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "d11dd549-b726-4514-aece-b4dcfc491ce8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673081918429,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107085754/1.0/artifacts/service-Vfw20230107085754-csar.csar",
"status": "NOTIFIED"
}
2023-01-07T08:58:48.886Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T08:58:48.888Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-07T08:58:48.888Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ...
2023-01-07T08:58:48.899Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T08:58:48.900Z||pool-4-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-01-07T08:58:49.788Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "d11dd549-b726-4514-aece-b4dcfc491ce8",
"serviceName": "vFW 2023-01-07 08-57-54",
"serviceVersion": "1.0",
"serviceUUID": "ac49a889-0fa1-4785-8a10-9b7c00cd4c08",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "1cd63abd-f675-42c0-9a41-bbcc7c496027",
"resources": [],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20230107085754-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107085754/1.0/artifacts/service-Vfw20230107085754-csar.csar",
"artifactChecksum": "YjI3ZTE1NzhlNmZkZWFkMTY3Zjg3Yjg4ZmI4MGZhZGQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "1d4e229c-bfa7-4670-b945-a6b0507edffd"
}
],
"workloadContext": "Production"
}
2023-01-07T08:58:49.789Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 0
2023-01-07T08:58:49.790Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 ac49a889-0fa1-4785-8a10-9b7c00cd4c08 ASDC
2023-01-07T08:58:49.862Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:d11dd549-b726-4514-aece-b4dcfc491ce8
ServiceName:vFW 2023-01-07 08-57-54
ServiceVersion:1.0
ServiceUUID:ac49a889-0fa1-4785-8a10-9b7c00cd4c08
ServiceInvariantUUID:1cd63abd-f675-42c0-9a41-bbcc7c496027
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230107085754-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230107085754/1.0/artifacts/service-Vfw20230107085754-csar.csar
ArtifactUUID:1d4e229c-bfa7-4670-b945-a6b0507edffd
ArtifactChecksum:YjI3ZTE1NzhlNmZkZWFkMTY3Zjg3Yjg4ZmI4MGZhZGQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
}
2023-01-07T08:58:49.864Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ac49a889-0fa1-4785-8a10-9b7c00cd4c08 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-07T08:58:50.212Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-07T08:58:50.215Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-01-07T08:58:50.217Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-01-07T08:58:50.217Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 1d4e229c-bfa7-4670-b945-a6b0507edffd from URL: /sdc/v1/catalog/services/Vfw20230107085754/1.0/artifacts/service-Vfw20230107085754-csar.csar
2023-01-07T08:58:50.217Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-01-07T08:58:50.219Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230107085754/1.0/artifacts/service-Vfw20230107085754-csar.csar
2023-01-07T08:58:50.394Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-01-07T08:58:50.408Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230107085754/1.0/artifacts/service-Vfw20230107085754-csar.csar 1d4e229c-bfa7-4670-b945-a6b0507edffd 55749
2023-01-07T08:58:50.410Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230107085754/1.0/artifacts/service-Vfw20230107085754-csar.csar ASDC sendASDCNotification
2023-01-07T08:58:50.410Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230107085754/1.0/artifacts/service-Vfw20230107085754-csar.csar
2023-01-07T08:58:50.412Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-07T08:58:50.414Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-07T08:58:50.416Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T08:58:50.416Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "d11dd549-b726-4514-aece-b4dcfc491ce8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673081930409,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107085754/1.0/artifacts/service-Vfw20230107085754-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-07T08:58:50.516Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T08:58:50.518Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-07T08:58:50.518Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ...
2023-01-07T08:58:50.528Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T08:58:50.529Z||pool-5-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2023-01-07T08:58:51.417Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-07T08:58:51.418Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-01-07T08:58:51.419Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 1d4e229c-bfa7-4670-b945-a6b0507edffd, URL: /sdc/v1/catalog/services/Vfw20230107085754/1.0/artifacts/service-Vfw20230107085754-csar.csar to file: /app/ASDC/1/service-Vfw20230107085754-csar.csar
2023-01-07T08:58:51.420Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230107085754-csar.csar
2023-01-07T08:58:51.546Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230107085754-csar.csar
2023-01-07T08:58:51.546Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230107085754-csar.csar
2023-01-07T08:58:52.245Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7366692876185453414/Definitions/service-Vfw20230107085754-template.yml
2023-01-07T08:58:53.326Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-07T08:58:53.339Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T08:58:53.341Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-01-07 08-57-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T08:58:53.345Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-01-07T08:58:53.346Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-07T08:58:53.351Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T08:58:53.351Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-01-07 08-57-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T08:58:53.352Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-01-07T08:58:53.352Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-07T08:58:53.352Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T08:58:53.352Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-01-07 08-57-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T08:58:53.353Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T08:58:53.353Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-01-07 08-57-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T08:58:53.353Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T08:58:53.353Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-01-07 08-57-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T08:58:53.354Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T08:58:53.354Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-01-07 08-57-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T08:58:53.354Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T08:58:53.355Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-01-07 08-57-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T08:58:53.355Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2023-01-07 08-57-54
Description:catalog service description
Model UUID:ac49a889-0fa1-4785-8a10-9b7c00cd4c08
Model Version:NULL
Model InvariantUuid:1cd63abd-f675-42c0-9a41-bbcc7c496027
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-01-07T08:58:53.392Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||ERROR|500||Service Model contains no resources.
2023-01-07T08:58:53.393Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d11dd549-b726-4514-aece-b4dcfc491ce8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-07T08:58:53.529Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d11dd549-b726-4514-aece-b4dcfc491ce8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-07T08:58:53.534Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-07T08:58:53.534Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-07T08:59:23.535Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d11dd549-b726-4514-aece-b4dcfc491ce8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-07T08:59:23.549Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d11dd549-b726-4514-aece-b4dcfc491ce8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-07T08:59:23.551Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-07T08:59:23.551Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-07T08:59:38.433Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T08:59:38.435Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T08:59:38.435Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T08:59:38.610Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T08:59:38.610Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-07T08:59:38.611Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d11dd549-b726-4514-aece-b4dcfc491ce8",
"consumerID": "cds",
"timestamp": 1673081921416,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107085754/1.0/artifacts/service-Vfw20230107085754-csar.csar",
"status": "NOTIFIED"
}
2023-01-07T08:59:38.612Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-07T08:59:53.552Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d11dd549-b726-4514-aece-b4dcfc491ce8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-07T08:59:53.568Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d11dd549-b726-4514-aece-b4dcfc491ce8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-07T08:59:53.570Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-07T08:59:53.570Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-07T09:00:23.571Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d11dd549-b726-4514-aece-b4dcfc491ce8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-07T09:00:23.583Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d11dd549-b726-4514-aece-b4dcfc491ce8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-07T09:00:23.586Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-07T09:00:23.586Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-07T09:00:38.433Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T09:00:38.435Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T09:00:38.435Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T09:00:38.463Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T09:00:38.469Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-07T09:00:38.469Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d11dd549-b726-4514-aece-b4dcfc491ce8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673081918429,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107085754/1.0/artifacts/service-Vfw20230107085754-csar.csar",
"status": "NOTIFIED"
}
2023-01-07T09:00:38.471Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-07T09:00:38.471Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-07T09:00:38.472Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d11dd549-b726-4514-aece-b4dcfc491ce8",
"consumerID": "cds",
"timestamp": 1673081931902,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107085754/1.0/artifacts/service-Vfw20230107085754-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-07T09:00:38.472Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T09:00:38.472Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-07T09:00:38.472Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d11dd549-b726-4514-aece-b4dcfc491ce8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673081930409,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107085754/1.0/artifacts/service-Vfw20230107085754-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-07T09:00:38.473Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T09:00:38.473Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-07T09:00:38.473Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d11dd549-b726-4514-aece-b4dcfc491ce8",
"consumerID": "cds",
"timestamp": 1673081932926,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107085754/1.0/artifacts/service-Vfw20230107085754-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-07T09:00:38.484Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d11dd549-b726-4514-aece-b4dcfc491ce8
2023-01-07T09:00:38.485Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d11dd549-b726-4514-aece-b4dcfc491ce8 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-07T09:00:38.507Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-07T09:00:38.507Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d11dd549-b726-4514-aece-b4dcfc491ce8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673081929941,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107085754/1.0/artifacts/service-Vfw20230107085754-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-07T09:00:38.508Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-07T09:00:38.508Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-07T09:00:38.509Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d11dd549-b726-4514-aece-b4dcfc491ce8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673081929941,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107085754/1.0/artifacts/service-Vfw20230107085754-csar.csar",
"status": "NOTIFIED"
}
2023-01-07T09:00:38.509Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-07T09:00:38.509Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-07T09:00:38.509Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d11dd549-b726-4514-aece-b4dcfc491ce8",
"consumerID": "aai-ml",
"timestamp": 1673081932614,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107085754/1.0/artifacts/service-Vfw20230107085754-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-07T09:00:38.510Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-07T09:00:38.510Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-07T09:00:38.510Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d11dd549-b726-4514-aece-b4dcfc491ce8",
"consumerID": "aai-ml",
"timestamp": 1673081932614,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107085754/1.0/artifacts/service-Vfw20230107085754-csar.csar",
"status": "NOTIFIED"
}
2023-01-07T09:00:38.510Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-07T09:00:38.510Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-07T09:00:38.510Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d11dd549-b726-4514-aece-b4dcfc491ce8",
"consumerID": "aai-ml",
"timestamp": 1673081935595,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107085754/1.0/artifacts/service-Vfw20230107085754-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-07T09:00:38.511Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T09:00:38.511Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-07T09:00:38.511Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d11dd549-b726-4514-aece-b4dcfc491ce8",
"consumerID": "ves-openapi-manager",
"timestamp": 1673081935930,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107085754/1.0/artifacts/service-Vfw20230107085754-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-07T09:00:38.511Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-07T09:00:38.511Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-07T09:00:38.512Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d11dd549-b726-4514-aece-b4dcfc491ce8",
"consumerID": "ves-openapi-manager",
"timestamp": 1673081935930,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107085754/1.0/artifacts/service-Vfw20230107085754-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-01-07T09:00:38.512Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-07T09:00:38.512Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-07T09:00:38.512Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1",
"consumerID": "cds",
"timestamp": 1673081936416,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-07T09:00:38.512Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-07T09:00:38.513Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-07T09:00:38.513Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1",
"consumerID": "cds",
"timestamp": 1673081936416,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/basic_onboard_iakhiy0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-07T09:00:38.513Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-07T09:00:38.513Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-07T09:00:38.513Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d11dd549-b726-4514-aece-b4dcfc491ce8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673081940543,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107085754/1.0/artifacts/service-Vfw20230107085754-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-07T09:00:38.514Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-07T09:00:38.514Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-07T09:00:38.514Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1",
"consumerID": "cds",
"timestamp": 1673081936416,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-07T09:00:38.515Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-07T09:00:38.516Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-07T09:00:38.516Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d11dd549-b726-4514-aece-b4dcfc491ce8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673081940543,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107085754/1.0/artifacts/service-Vfw20230107085754-csar.csar",
"status": "NOTIFIED"
}
2023-01-07T09:00:38.516Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-07T09:00:38.516Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-07T09:00:38.516Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1",
"consumerID": "cds",
"timestamp": 1673081936416,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-07T09:00:38.517Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-07T09:00:38.517Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-07T09:00:38.517Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d11dd549-b726-4514-aece-b4dcfc491ce8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673081943362,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107085754/1.0/artifacts/service-Vfw20230107085754-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-07T09:00:38.517Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T09:00:38.517Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-07T09:00:38.517Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1",
"consumerID": "cds",
"timestamp": 1673081936416,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-01-07T09:00:38.518Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-07T09:00:38.518Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-07T09:00:38.518Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d11dd549-b726-4514-aece-b4dcfc491ce8",
"consumerID": "aai-ml",
"timestamp": 1673081943913,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107085754/1.0/artifacts/service-Vfw20230107085754-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-07T09:00:38.518Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T09:00:38.518Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-07T09:00:38.518Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1",
"consumerID": "cds",
"timestamp": 1673081936416,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/artifacts/service-BasicOnboardIakhiy-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-07T09:00:38.519Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-07T09:00:38.519Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-07T09:00:38.519Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d11dd549-b726-4514-aece-b4dcfc491ce8",
"consumerID": "aai-ml",
"timestamp": 1673081944919,
"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-01-07T09:00:38.524Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d11dd549-b726-4514-aece-b4dcfc491ce8
2023-01-07T09:00:38.524Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d11dd549-b726-4514-aece-b4dcfc491ce8 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-07T09:00:38.533Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-07T09:00:38.533Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1",
"consumerID": "cds",
"timestamp": 1673081936416,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/artifacts/service-BasicOnboardIakhiy-csar.csar",
"status": "NOTIFIED"
}
2023-01-07T09:00:38.533Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-07T09:00:38.534Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-07T09:00:38.534Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d11dd549-b726-4514-aece-b4dcfc491ce8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673081946613,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107085754/1.0/artifacts/service-Vfw20230107085754-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-07T09:00:38.534Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T09:00:38.534Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-07T09:00:38.534Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1",
"consumerID": "cds",
"timestamp": 1673081950007,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/artifacts/service-BasicOnboardIakhiy-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-07T09:00:38.535Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T09:00:38.535Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-07T09:00:38.535Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d11dd549-b726-4514-aece-b4dcfc491ce8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673081947620,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-07T09:00:38.540Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d11dd549-b726-4514-aece-b4dcfc491ce8
2023-01-07T09:00:38.540Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d11dd549-b726-4514-aece-b4dcfc491ce8 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-07T09:00:38.551Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-07T09:00:38.553Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1",
"consumerID": "cds",
"timestamp": 1673081951038,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/artifacts/service-BasicOnboardIakhiy-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-07T09:00:38.573Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8ab07e63-1de1-4f74-b05a-c2d6516432d1
2023-01-07T09:00:38.573Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8ab07e63-1de1-4f74-b05a-c2d6516432d1 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-07T09:00:38.585Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-07T09:00:38.586Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673081940543,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-07T09:00:38.586Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-07T09:00:38.586Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-07T09:00:38.586Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673081940543,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/basic_onboard_iakhiy0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-07T09:00:38.587Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-07T09:00:38.587Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-07T09:00:38.587Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673081949941,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-07T09:00:38.587Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-07T09:00:38.587Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-07T09:00:38.588Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673081940543,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-07T09:00:38.588Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-07T09:00:38.588Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-07T09:00:38.588Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673081949941,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/basic_onboard_iakhiy0_modules.json",
"status": "NOTIFIED"
}
2023-01-07T09:00:38.588Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-07T09:00:38.589Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-07T09:00:38.589Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673081940543,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-07T09:00:38.589Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-07T09:00:38.589Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-07T09:00:38.589Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673081949941,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-01-07T09:00:38.590Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-07T09:00:38.590Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-07T09:00:38.590Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673081940543,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-01-07T09:00:38.590Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-07T09:00:38.590Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-07T09:00:38.590Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673081949941,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-07T09:00:38.591Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-07T09:00:38.591Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-07T09:00:38.591Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673081940543,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/artifacts/service-BasicOnboardIakhiy-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-07T09:00:38.591Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-07T09:00:38.591Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-07T09:00:38.591Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673081949941,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2023-01-07T09:00:38.592Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-07T09:00:38.592Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-07T09:00:38.592Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673081940543,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/artifacts/service-BasicOnboardIakhiy-csar.csar",
"status": "NOTIFIED"
}
2023-01-07T09:00:38.592Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-07T09:00:38.592Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-07T09:00:38.593Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673081949941,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/artifacts/service-BasicOnboardIakhiy-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-07T09:00:38.593Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-07T09:00:38.593Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-07T09:00:38.593Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673081955729,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/artifacts/service-BasicOnboardIakhiy-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-07T09:00:38.593Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T09:00:38.593Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-07T09:00:38.594Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1",
"consumerID": "ves-openapi-manager",
"timestamp": 1673081955930,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-07T09:00:38.594Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-07T09:00:38.594Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-07T09:00:38.594Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673081949941,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/artifacts/service-BasicOnboardIakhiy-csar.csar",
"status": "NOTIFIED"
}
2023-01-07T09:00:38.594Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-07T09:00:38.595Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-07T09:00:38.595Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1",
"consumerID": "ves-openapi-manager",
"timestamp": 1673081955930,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/basic_onboard_iakhiy0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-07T09:00:38.595Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-07T09:00:38.595Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-07T09:00:38.595Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673081957697,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/basic_onboard_iakhiy0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-01-07T09:00:38.595Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T09:00:38.596Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-07T09:00:38.596Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1",
"consumerID": "ves-openapi-manager",
"timestamp": 1673081955930,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-07T09:00:38.596Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-07T09:00:38.596Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-07T09:00:38.596Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673081958435,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/artifacts/service-BasicOnboardIakhiy-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-07T09:00:38.597Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T09:00:38.597Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-07T09:00:38.597Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673081958866,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-07T09:00:38.597Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T09:00:38.597Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-07T09:00:38.597Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1",
"consumerID": "ves-openapi-manager",
"timestamp": 1673081955930,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-07T09:00:38.598Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-07T09:00:38.598Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-07T09:00:38.598Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673081959438,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-07T09:00:38.604Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8ab07e63-1de1-4f74-b05a-c2d6516432d1
2023-01-07T09:00:38.605Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8ab07e63-1de1-4f74-b05a-c2d6516432d1 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-07T09:00:38.616Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-07T09:00:38.617Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673081959937,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2023-01-07T09:00:38.617Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T09:00:38.618Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-07T09:00:38.618Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1",
"consumerID": "ves-openapi-manager",
"timestamp": 1673081955930,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-01-07T09:00:38.618Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-07T09:00:38.618Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-07T09:00:38.618Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673081961050,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-07T09:00:38.625Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8ab07e63-1de1-4f74-b05a-c2d6516432d1
2023-01-07T09:00:38.626Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8ab07e63-1de1-4f74-b05a-c2d6516432d1 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-07T09:00:38.638Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-07T09:00:38.639Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1",
"consumerID": "ves-openapi-manager",
"timestamp": 1673081955930,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/artifacts/service-BasicOnboardIakhiy-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-07T09:00:38.639Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-07T09:00:38.640Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-07T09:00:38.640Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673081962055,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/basic_onboard_iakhiy0_modules.json",
"status": "DEPLOY_OK"
}
2023-01-07T09:00:38.640Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T09:00:38.641Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-07T09:00:38.641Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1",
"consumerID": "ves-openapi-manager",
"timestamp": 1673081955930,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/artifacts/service-BasicOnboardIakhiy-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-01-07T09:00:38.641Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-07T09:00:38.641Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-07T09:00:38.641Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1",
"consumerID": "aai-ml",
"timestamp": 1673081962614,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-07T09:00:38.641Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-07T09:00:38.642Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-07T09:00:38.642Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1",
"consumerID": "aai-ml",
"timestamp": 1673081962614,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/basic_onboard_iakhiy0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-07T09:00:38.642Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-07T09:00:38.642Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-07T09:00:38.642Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1",
"consumerID": "aai-ml",
"timestamp": 1673081962614,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-07T09:00:38.643Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-07T09:00:38.643Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-07T09:00:38.643Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1",
"consumerID": "aai-ml",
"timestamp": 1673081962614,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-07T09:00:38.643Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-07T09:00:38.643Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-07T09:00:38.643Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1",
"consumerID": "aai-ml",
"timestamp": 1673081962614,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-01-07T09:00:38.644Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-07T09:00:38.644Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-07T09:00:38.644Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1",
"consumerID": "aai-ml",
"timestamp": 1673081962614,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/artifacts/service-BasicOnboardIakhiy-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-07T09:00:38.644Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-07T09:00:38.644Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-07T09:00:38.645Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1",
"consumerID": "aai-ml",
"timestamp": 1673081962614,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/artifacts/service-BasicOnboardIakhiy-csar.csar",
"status": "NOTIFIED"
}
2023-01-07T09:00:38.645Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-07T09:00:38.645Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-07T09:00:38.645Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1",
"consumerID": "aai-ml",
"timestamp": 1673081970425,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/artifacts/service-BasicOnboardIakhiy-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-07T09:00:38.645Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T09:00:53.587Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d11dd549-b726-4514-aece-b4dcfc491ce8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-07T09:00:53.602Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d11dd549-b726-4514-aece-b4dcfc491ce8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-07T09:00:53.605Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-07T09:00:53.605Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-07T09:01:23.606Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d11dd549-b726-4514-aece-b4dcfc491ce8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-07T09:01:23.619Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d11dd549-b726-4514-aece-b4dcfc491ce8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-07T09:01:23.623Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-07T09:01:23.623Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-07T09:01:38.433Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T09:01:38.435Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T09:01:38.435Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T09:01:38.966Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T09:01:38.967Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-07T09:01:38.967Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1",
"consumerID": "aai-ml",
"timestamp": 1673081978792,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/artifacts/service-BasicOnboardIakhiy-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-07T09:01:38.969Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T09:01:38.969Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-07T09:01:38.969Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1",
"consumerID": "aai-ml",
"timestamp": 1673081979797,
"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-01-07T09:01:38.978Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8ab07e63-1de1-4f74-b05a-c2d6516432d1
2023-01-07T09:01:38.979Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8ab07e63-1de1-4f74-b05a-c2d6516432d1 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-07T09:01:53.623Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d11dd549-b726-4514-aece-b4dcfc491ce8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-07T09:01:53.639Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d11dd549-b726-4514-aece-b4dcfc491ce8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-07T09:01:53.642Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-07T09:01:53.643Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-07T09:02:23.643Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d11dd549-b726-4514-aece-b4dcfc491ce8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-07T09:02:23.663Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d11dd549-b726-4514-aece-b4dcfc491ce8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-07T09:02:23.667Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-07T09:02:23.667Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-07T09:02:38.433Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T09:02:38.434Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T09:02:38.435Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T09:02:48.014Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T09:02:53.668Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d11dd549-b726-4514-aece-b4dcfc491ce8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-07T09:02:53.685Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d11dd549-b726-4514-aece-b4dcfc491ce8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-07T09:02:53.690Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-07T09:02:53.690Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-07T09:03:23.691Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d11dd549-b726-4514-aece-b4dcfc491ce8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-07T09:03:23.707Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d11dd549-b726-4514-aece-b4dcfc491ce8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-07T09:03:23.713Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-07T09:03:23.713Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-07T09:03:38.433Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T09:03:38.434Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T09:03:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T09:03:48.006Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T09:03:53.715Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-01-07T09:03:53.715Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d11dd549-b726-4514-aece-b4dcfc491ce8 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-01-07T09:03:53.732Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d11dd549-b726-4514-aece-b4dcfc491ce8 and serviceModelVersionId: ac49a889-0fa1-4785-8a10-9b7c00cd4c08
2023-01-07T09:03:53.732Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1cd63abd-f675-42c0-9a41-bbcc7c496027
2023-01-07T09:04:10.898Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1cd63abd-f675-42c0-9a41-bbcc7c496027/model-vers/model-ver/ac49a889-0fa1-4785-8a10-9b7c00cd4c08?depth=0
2023-01-07T09:04:11.018Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2023-01-07T09:04:11.554Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1cd63abd-f675-42c0-9a41-bbcc7c496027/model-vers/model-ver/ac49a889-0fa1-4785-8a10-9b7c00cd4c08?depth=0|INFO|500||Invoke
2023-01-07T09:04:11.564Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1cd63abd-f675-42c0-9a41-bbcc7c496027/model-vers/model-ver/ac49a889-0fa1-4785-8a10-9b7c00cd4c08?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1cd63abd-f675-42c0-9a41-bbcc7c496027/model-vers/model-ver/ac49a889-0fa1-4785-8a10-9b7c00cd4c08?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d11dd549-b726-4514-aece-b4dcfc491ce8], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ac4e4e92-b2f7-4a3b-ab52-38ff5a732944], X-ECOMP-RequestID=[d11dd549-b726-4514-aece-b4dcfc491ce8], X-TransactionId=[], X-ONAP-RequestID=[d11dd549-b726-4514-aece-b4dcfc491ce8], Content-Type=[application/merge-patch+json]}
2023-01-07T09:04:11.727Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1cd63abd-f675-42c0-9a41-bbcc7c496027/model-vers/model-ver/ac49a889-0fa1-4785-8a10-9b7c00cd4c08?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}
2023-01-07T09:04:12.015Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1cd63abd-f675-42c0-9a41-bbcc7c496027/model-vers/model-ver/ac49a889-0fa1-4785-8a10-9b7c00cd4c08?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/1cd63abd-f675-42c0-9a41-bbcc7c496027/model-vers/model-ver/ac49a889-0fa1-4785-8a10-9b7c00cd4c08?depth=0 has http status code:200 and response headers:{date=[Sat, 07 Jan 2023 09:04:11 GMT], content-length=[0], vertex-id=[192624], x-aai-txid=[0-aai-resources-230107-09:04:11:937-46401], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-07T09:04:12.017Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1cd63abd-f675-42c0-9a41-bbcc7c496027/model-vers/model-ver/ac49a889-0fa1-4785-8a10-9b7c00cd4c08?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-01-07T09:04:12.017Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1cd63abd-f675-42c0-9a41-bbcc7c496027/model-vers/model-ver/ac49a889-0fa1-4785-8a10-9b7c00cd4c08?depth=0|INFO|500||InvokeReturn
2023-01-07T09:04:12.021Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-07T09:04:12.021Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||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-01-07T09:04:12.040Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2023-01-07T09:04:12.046Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d11dd549-b726-4514-aece-b4dcfc491ce8 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-01-07T09:04:12.047Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-01-07T09:04:12.048Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-07T09:04:12.050Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T09:04:12.051Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "d11dd549-b726-4514-aece-b4dcfc491ce8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673082252046,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-01-07T09:04:12.151Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T09:04:12.152Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-07T09:04:12.152Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ...
2023-01-07T09:04:12.165Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T09:04:12.166Z||pool-6-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-01-07T09:04:13.068Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T09:04:13.069Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T09:04:13.070Z|d11dd549-b726-4514-aece-b4dcfc491ce8|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 mqfFuXM1u4leQbBQ) ...
2023-01-07T09:04:17.489Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T09:04:17.490Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-07T09:04:17.490Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"8ab07e63-1de1-4f74-b05a-c2d6516432d1","serviceName":"basic_onboard_Iakhiy","serviceVersion":"1.0","serviceUUID":"ee459fb4-815c-462b-a5d2-6206d7886514","serviceDescription":"service","serviceInvariantUUID":"0c76da03-28c6-4b86-a91a-dfeffc0e7fcc","resources":[{"resourceInstanceName":"basic_onboard_Iakhiy 0","resourceName":"basic_onboard_Iakhiy","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"59423a4c-f140-438d-84ae-a9d8c306df13","resourceInvariantUUID":"fce70d0f-5890-42ca-9f48-1beb2c6ba18b","resourceCustomizationUUID":"290a2135-64ec-4c56-89ac-e3b66fed1969","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/vf-license-model.xml","artifactChecksum":"NWU4MGNmZjYwZGU0Njg4YThmNmZmMjA2YTQyNTRkOWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f2053080-9291-4a9a-a12a-10a009dee696","artifactVersion":"1"},{"artifactName":"basic_onboard_iakhiy0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/basic_onboard_iakhiy0_modules.json","artifactChecksum":"N2VmODY5MjdjOWJiM2UxZGIzYzUyYWQyYmVhMDBiNTc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"84e6c45c-6dd0-4257-8258-8011cd79b6d8","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"6d8d5b48-4715-4b76-b7ad-deda5b01f98d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"45ea32e9-dc0e-4a02-9d9d-921e16c41132","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"347ebee0-6522-4fea-98d3-a9dc5412805b","artifactVersion":"2","generatedFromUUID":"6d8d5b48-4715-4b76-b7ad-deda5b01f98d"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardIakhiy-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/artifacts/service-BasicOnboardIakhiy-template.yml","artifactChecksum":"ODMzNTFkZmQxYTQ4OTQwZmJjZGFmMDk3OTU2ZjMwOGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cc202a93-1cfd-49f0-8792-8d35e3fd823e","artifactVersion":"1"},{"artifactName":"service-BasicOnboardIakhiy-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/artifacts/service-BasicOnboardIakhiy-csar.csar","artifactChecksum":"ZDg0YTU2NzMxNGNlOGFjYzIyZTIwNDZhZjkyZmExMTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b7895ca3-9d21-43f0-aa7a-bcc07432a32a","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-07T09:04:17.493Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-07T09:04:17.494Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-07T09:04:17.496Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T09:04:17.496Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673082253068,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-07T09:04:17.596Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T09:04:17.598Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-07T09:04:17.598Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ...
2023-01-07T09:04:17.609Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T09:04:17.610Z||pool-7-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2023-01-07T09:04:18.497Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-07T09:04:18.499Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-07T09:04:18.501Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T09:04:18.501Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673082253068,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/basic_onboard_iakhiy0_modules.json",
"status": "NOTIFIED"
}
2023-01-07T09:04:18.602Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T09:04:18.603Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-07T09:04:18.603Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ...
2023-01-07T09:04:18.619Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T09:04:18.619Z||pool-8-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2023-01-07T09:04:19.502Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-07T09:04:19.503Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-07T09:04:19.505Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T09:04:19.505Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673082253068,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-01-07T09:04:19.605Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T09:04:19.606Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-07T09:04:19.607Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ...
2023-01-07T09:04:19.619Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T09:04:19.619Z||pool-9-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-01-07T09:04:20.506Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-07T09:04:20.507Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-07T09:04:20.510Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T09:04:20.511Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673082253068,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-07T09:04:20.611Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T09:04:20.649Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-07T09:04:20.649Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ...
2023-01-07T09:04:20.660Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T09:04:20.662Z||pool-10-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-01-07T09:04:21.511Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-07T09:04:21.512Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-07T09:04:21.517Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T09:04:21.517Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673082253068,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2023-01-07T09:04:21.617Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T09:04:21.619Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-07T09:04:21.619Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ...
2023-01-07T09:04:21.631Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T09:04:21.632Z||pool-11-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-01-07T09:04:22.518Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-07T09:04:22.519Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-07T09:04:22.521Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T09:04:22.522Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673082253068,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/artifacts/service-BasicOnboardIakhiy-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-07T09:04:22.622Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T09:04:22.623Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-07T09:04:22.623Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ...
2023-01-07T09:04:22.635Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T09:04:22.635Z||pool-12-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-01-07T09:04:23.522Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-07T09:04:23.523Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-07T09:04:23.526Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T09:04:23.526Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673082253068,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/artifacts/service-BasicOnboardIakhiy-csar.csar",
"status": "NOTIFIED"
}
2023-01-07T09:04:23.627Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T09:04:23.628Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-07T09:04:23.628Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ...
2023-01-07T09:04:23.638Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T09:04:23.638Z||pool-13-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2023-01-07T09:04:24.530Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1",
"serviceName": "basic_onboard_Iakhiy",
"serviceVersion": "1.0",
"serviceUUID": "ee459fb4-815c-462b-a5d2-6206d7886514",
"serviceDescription": "service",
"serviceInvariantUUID": "0c76da03-28c6-4b86-a91a-dfeffc0e7fcc",
"resources": [
{
"resourceInstanceName": "basic_onboard_Iakhiy 0",
"resourceCustomizationUUID": "290a2135-64ec-4c56-89ac-e3b66fed1969",
"resourceName": "basic_onboard_Iakhiy",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "59423a4c-f140-438d-84ae-a9d8c306df13",
"resourceInvariantUUID": "fce70d0f-5890-42ca-9f48-1beb2c6ba18b",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_iakhiy0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/basic_onboard_iakhiy0_modules.json",
"artifactChecksum": "N2VmODY5MjdjOWJiM2UxZGIzYzUyYWQyYmVhMDBiNTc\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "84e6c45c-6dd0-4257-8258-8011cd79b6d8",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "6d8d5b48-4715-4b76-b7ad-deda5b01f98d",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "347ebee0-6522-4fea-98d3-a9dc5412805b",
"generatedFromUUID": "6d8d5b48-4715-4b76-b7ad-deda5b01f98d"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "347ebee0-6522-4fea-98d3-a9dc5412805b",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardIakhiy-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/artifacts/service-BasicOnboardIakhiy-csar.csar",
"artifactChecksum": "ZDg0YTU2NzMxNGNlOGFjYzIyZTIwNDZhZjkyZmExMTU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b7895ca3-9d21-43f0-aa7a-bcc07432a32a"
}
],
"workloadContext": "Production"
}
2023-01-07T09:04:24.530Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-07T09:04:24.530Z|d11dd549-b726-4514-aece-b4dcfc491ce8|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ee459fb4-815c-462b-a5d2-6206d7886514 ASDC
2023-01-07T09:04:24.588Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:8ab07e63-1de1-4f74-b05a-c2d6516432d1
ServiceName:basic_onboard_Iakhiy
ServiceVersion:1.0
ServiceUUID:ee459fb4-815c-462b-a5d2-6206d7886514
ServiceInvariantUUID:0c76da03-28c6-4b86-a91a-dfeffc0e7fcc
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardIakhiy-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/artifacts/service-BasicOnboardIakhiy-csar.csar
ArtifactUUID:b7895ca3-9d21-43f0-aa7a-bcc07432a32a
ArtifactChecksum:ZDg0YTU2NzMxNGNlOGFjYzIyZTIwNDZhZjkyZmExMTU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_Iakhiy 0
ResourceCustomizationUUID:290a2135-64ec-4c56-89ac-e3b66fed1969
ResourceInvariantUUID:fce70d0f-5890-42ca-9f48-1beb2c6ba18b
ResourceName:basic_onboard_Iakhiy
ResourceType:VF
ResourceUUID:59423a4c-f140-438d-84ae-a9d8c306df13
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_iakhiy0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/basic_onboard_iakhiy0_modules.json
ArtifactUUID:84e6c45c-6dd0-4257-8258-8011cd79b6d8
ArtifactChecksum:N2VmODY5MjdjOWJiM2UxZGIzYzUyYWQyYmVhMDBiNTc=
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/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/base_ubuntu18.yaml
ArtifactUUID:6d8d5b48-4715-4b76-b7ad-deda5b01f98d
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/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/base_ubuntu18.env
ArtifactUUID:347ebee0-6522-4fea-98d3-a9dc5412805b
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/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/base_ubuntu18.env
ArtifactUUID:347ebee0-6522-4fea-98d3-a9dc5412805b
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-01-07T09:04:24.589Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ee459fb4-815c-462b-a5d2-6206d7886514 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-01-07T09:04:24.633Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-07T09:04:24.634Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-01-07T09:04:24.635Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-01-07T09:04:24.635Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: b7895ca3-9d21-43f0-aa7a-bcc07432a32a from URL: /sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/artifacts/service-BasicOnboardIakhiy-csar.csar
2023-01-07T09:04:24.636Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-01-07T09:04:24.636Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/artifacts/service-BasicOnboardIakhiy-csar.csar
2023-01-07T09:04:24.859Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-01-07T09:04:24.864Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/artifacts/service-BasicOnboardIakhiy-csar.csar b7895ca3-9d21-43f0-aa7a-bcc07432a32a 75294
2023-01-07T09:04:24.864Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/artifacts/service-BasicOnboardIakhiy-csar.csar ASDC sendASDCNotification
2023-01-07T09:04:24.864Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/artifacts/service-BasicOnboardIakhiy-csar.csar
2023-01-07T09:04:24.865Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-07T09:04:24.865Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-07T09:04:24.868Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T09:04:24.868Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673082264864,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/artifacts/service-BasicOnboardIakhiy-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-07T09:04:24.968Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T09:04:24.969Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-07T09:04:24.970Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ...
2023-01-07T09:04:24.981Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T09:04:24.982Z||pool-14-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2023-01-07T09:04:25.869Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-07T09:04:25.870Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-01-07T09:04:25.871Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: b7895ca3-9d21-43f0-aa7a-bcc07432a32a, URL: /sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/artifacts/service-BasicOnboardIakhiy-csar.csar to file: /app/ASDC/1/service-BasicOnboardIakhiy-csar.csar
2023-01-07T09:04:25.872Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardIakhiy-csar.csar
2023-01-07T09:04:25.872Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardIakhiy-csar.csar
2023-01-07T09:04:25.872Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardIakhiy-csar.csar
2023-01-07T09:04:26.038Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3192478301469661199/Definitions/service-BasicOnboardIakhiy-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_ubuntu18_metadata" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "compute_ubuntu18_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu18_key_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided
2023-01-07T09:04:27.520Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-07T09:04:27.524Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-01-07T09:04:27.524Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardIakhiy-csar.csar
2023-01-07T09:04:27.525Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-01-07T09:04:27.525Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardIakhiy-csar.csar
2023-01-07T09:04:27.525Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||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-BasicOnboardIakhiy-csar.csar
2023-01-07T09:04:27.525Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_Iakhiy 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-BasicOnboardIakhiy-csar.csar
2023-01-07T09:04:27.525Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||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-BasicOnboardIakhiy-csar.csar
2023-01-07T09:04:27.526Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||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-BasicOnboardIakhiy-csar.csar
2023-01-07T09:04:27.526Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardIakhiy-csar.csar
2023-01-07T09:04:27.526Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||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-BasicOnboardIakhiy-csar.csar
2023-01-07T09:04:27.526Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-01-07T09:04:27.526Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T09:04:27.526Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_Iakhiy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T09:04:27.527Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_Iakhiy 0 is matching search criteria
2023-01-07T09:04:27.527Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-01-07T09:04:27.528Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_Iakhiy 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-07T09:04:27.529Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T09:04:27.529Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_Iakhiy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T09:04:27.529Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_Iakhiy 0 is matching search criteria
2023-01-07T09:04:27.529Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-01-07T09:04:27.530Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_Iakhiy 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-07T09:04:27.530Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T09:04:27.530Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_Iakhiy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T09:04:27.534Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T09:04:27.534Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_Iakhiy 0 is not matching search criteria
2023-01-07T09:04:27.534Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2023-01-07T09:04:27.535Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2023-01-07T09:04:27.535Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2023-01-07T09:04:27.535Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-01-07T09:04:27.535Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-01-07T09:04:27.535Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T09:04:27.536Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_Iakhiy is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-07T09:04:27.537Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T09:04:27.537Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_Iakhiy 0 is matching search criteria
2023-01-07T09:04:27.537Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_Iakhiy 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-07T09:04:27.538Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T09:04:27.538Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_Iakhiy 0 is matching search criteria
2023-01-07T09:04:27.538Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_Iakhiy 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-07T09:04:27.538Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T09:04:27.539Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_Iakhiy 0 is matching search criteria
2023-01-07T09:04:27.539Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_Iakhiy 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-07T09:04:27.539Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T09:04:27.539Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_Iakhiy 0 is not matching search criteria
2023-01-07T09:04:27.540Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-01-07T09:04:27.540Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-01-07T09:04:27.540Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=9f1aaa9c-c09d-4ab8-8a29-24295e8ee8fd
2023-01-07T09:04:27.540Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T09:04:27.540Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_Iakhiy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T09:04:27.541Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T09:04:27.541Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_Iakhiy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T09:04:27.541Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T09:04:27.541Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_Iakhiy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T09:04:27.541Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T09:04:27.542Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_Iakhiy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T09:04:27.542Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_Iakhiy
Description:service
Model UUID:ee459fb4-815c-462b-a5d2-6206d7886514
Model Version:NULL
Model InvariantUuid:0c76da03-28c6-4b86-a91a-dfeffc0e7fcc
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_Iakhiy
Model UUID:7662191b-065d-4a3d-a084-6402c0ea823a
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:fce70d0f-5890-42ca-9f48-1beb2c6ba18b
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:290a2135-64ec-4c56-89ac-e3b66fed1969
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:682438a0-8b82-46bd-80c7-564685a1f8e6
ModelName:BasicOnboardIakhiy..base_ubuntu18..module-0
ModelUuid:df679151-caea-4699-a8b1-8ecf9819bd0e
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:9f1aaa9c-c09d-4ab8-8a29-24295e8ee8fd
ModelInvariantUuid:a824c260-9626-4656-b7e9-406fbb10027b
ModelName:basic_onboard_Iakhiy-nodes.ubuntu18Cvfc
ModelUuid:5d381303-1b43-4305-bc70-24fc62e0782e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:4c1722fa-9a58-4a49-91a8-0bc422ffdb4b
ModelInvariantUuid:b547f072-11d8-4780-88c8-4eb9492d43c3
ModelName:BasicOnboardIakhiy.compute.nodes.heat.ubuntu18
ModelUuid:f4092aa5-7053-4935-8eff-c57013cde201
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-01-07T09:04:27.550Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 59423a4c-f140-438d-84ae-a9d8c306df13
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-07T09:04:27.559Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||basic_onboard_Iakhiy 0
2023-01-07T09:04:27.567Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 59423a4c-f140-438d-84ae-a9d8c306df13
2023-01-07T09:04:27.567Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 84e6c45c-6dd0-4257-8258-8011cd79b6d8 from URL: /sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/basic_onboard_iakhiy0_modules.json
2023-01-07T09:04:27.567Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-01-07T09:04:27.568Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/basic_onboard_iakhiy0_modules.json
2023-01-07T09:04:27.636Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-01-07T09:04:27.636Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/basic_onboard_iakhiy0_modules.json 84e6c45c-6dd0-4257-8258-8011cd79b6d8 798
2023-01-07T09:04:27.637Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/basic_onboard_iakhiy0_modules.json ASDC sendASDCNotification
2023-01-07T09:04:27.637Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/basic_onboard_iakhiy0_modules.json
2023-01-07T09:04:27.637Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-07T09:04:27.637Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-07T09:04:27.639Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T09:04:27.640Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673082267636,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/basic_onboard_iakhiy0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-01-07T09:04:27.740Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T09:04:27.742Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-07T09:04:27.743Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ...
2023-01-07T09:04:27.755Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T09:04:27.755Z||pool-15-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-01-07T09:04:28.642Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardIakhiy..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "682438a0-8b82-46bd-80c7-564685a1f8e6",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "df679151-caea-4699-a8b1-8ecf9819bd0e",
"vfModuleModelCustomizationUUID": "eb2d7eec-9b55-42cf-8580-0d4c42e26d2a",
"isBase": true,
"artifacts": [
"6d8d5b48-4715-4b76-b7ad-deda5b01f98d",
"347ebee0-6522-4fea-98d3-a9dc5412805b"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2023-01-07T09:04:28.667Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardIakhiy..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:df679151-caea-4699-a8b1-8ecf9819bd0e
VfModuleModelInvariantUUID:682438a0-8b82-46bd-80c7-564685a1f8e6
VfModuleModelDescription:NULL
Artifacts UUID List:{
6d8d5b48-4715-4b76-b7ad-deda5b01f98d
,
347ebee0-6522-4fea-98d3-a9dc5412805b
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2023-01-07T09:04:28.671Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardIakhiy..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "682438a0-8b82-46bd-80c7-564685a1f8e6",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "df679151-caea-4699-a8b1-8ecf9819bd0e",
"vfModuleModelCustomizationUUID": "eb2d7eec-9b55-42cf-8580-0d4c42e26d2a",
"isBase": true,
"artifacts": [
"6d8d5b48-4715-4b76-b7ad-deda5b01f98d",
"347ebee0-6522-4fea-98d3-a9dc5412805b"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2023-01-07T09:04:28.672Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardIakhiy..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:df679151-caea-4699-a8b1-8ecf9819bd0e
VfModuleModelInvariantUUID:682438a0-8b82-46bd-80c7-564685a1f8e6
VfModuleModelDescription:NULL
Artifacts UUID List:{
6d8d5b48-4715-4b76-b7ad-deda5b01f98d
,
347ebee0-6522-4fea-98d3-a9dc5412805b
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2023-01-07T09:04:28.672Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 6d8d5b48-4715-4b76-b7ad-deda5b01f98d from URL: /sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/base_ubuntu18.yaml
2023-01-07T09:04:28.672Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-01-07T09:04:28.672Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/base_ubuntu18.yaml
2023-01-07T09:04:28.725Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-01-07T09:04:28.726Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/base_ubuntu18.yaml 6d8d5b48-4715-4b76-b7ad-deda5b01f98d 5033
2023-01-07T09:04:28.726Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-01-07T09:04:28.726Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/base_ubuntu18.yaml
2023-01-07T09:04:28.726Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-07T09:04:28.727Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-07T09:04:28.729Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T09:04:28.729Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673082268726,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-07T09:04:28.829Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T09:04:28.830Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-07T09:04:28.830Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ...
2023-01-07T09:04:28.841Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T09:04:28.842Z||pool-16-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-01-07T09:04:29.730Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 347ebee0-6522-4fea-98d3-a9dc5412805b from URL: /sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/base_ubuntu18.env
2023-01-07T09:04:29.730Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-01-07T09:04:29.731Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/base_ubuntu18.env
2023-01-07T09:04:29.798Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-01-07T09:04:29.798Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/base_ubuntu18.env 347ebee0-6522-4fea-98d3-a9dc5412805b 909
2023-01-07T09:04:29.799Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-01-07T09:04:29.799Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/base_ubuntu18.env
2023-01-07T09:04:29.799Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-07T09:04:29.799Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-07T09:04:29.802Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T09:04:29.802Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673082269799,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2023-01-07T09:04:29.902Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T09:04:29.903Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-07T09:04:29.903Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ...
2023-01-07T09:04:29.915Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T09:04:29.915Z||pool-17-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-01-07T09:04:30.802Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: ee459fb4-815c-462b-a5d2-6206d7886514
2023-01-07T09:04:30.804Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_Iakhiy 0 59423a4c-f140-438d-84ae-a9d8c306df13 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-07T09:04:30.838Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@88b2423, org.onap.sdc.toscaparser.api.parameters.Input@66732577, org.onap.sdc.toscaparser.api.parameters.Input@4aee7eea, org.onap.sdc.toscaparser.api.parameters.Input@63fdaa33, org.onap.sdc.toscaparser.api.parameters.Input@32863053]
2023-01-07T09:04:30.844Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T09:04:30.844Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_Iakhiy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T09:04:30.844Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic
2023-01-07T09:04:30.844Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 290a2135-64ec-4c56-89ac-e3b66fed1969
2023-01-07T09:04:30.845Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 290a2135-64ec-4c56-89ac-e3b66fed1969 matches Tosca VF Customization UUID: 290a2135-64ec-4c56-89ac-e3b66fed1969
2023-01-07T09:04:30.845Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 290a2135-64ec-4c56-89ac-e3b66fed1969 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2023-01-07T09:04:30.853Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T09:04:30.853Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_Iakhiy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T09:04:30.854Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 290a2135-64ec-4c56-89ac-e3b66fed1969: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-01-07T09:04:30.855Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3b0c96e8
2023-01-07T09:04:30.855Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T09:04:30.855Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_Iakhiy is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-07T09:04:30.856Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : eb2d7eec-9b55-42cf-8580-0d4c42e26d2a
2023-01-07T09:04:30.857Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID eb2d7eec-9b55-42cf-8580-0d4c42e26d2a
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2023-01-07T09:04:30.865Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T09:04:30.865Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_Iakhiy 0 is matching search criteria
2023-01-07T09:04:30.865Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_Iakhiy 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-07T09:04:30.866Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T09:04:30.866Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_Iakhiy 0 is matching search criteria
2023-01-07T09:04:30.866Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_Iakhiy 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-07T09:04:30.867Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T09:04:30.867Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_Iakhiy 0 is not matching search criteria
2023-01-07T09:04:30.867Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-01-07T09:04:30.867Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-01-07T09:04:30.867Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=9f1aaa9c-c09d-4ab8-8a29-24295e8ee8fd
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-01-07T09:04:30.874Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T09:04:30.875Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_Iakhiy 0 is matching search criteria
2023-01-07T09:04:30.875Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_Iakhiy 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-07T09:04:30.875Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T09:04:30.875Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_Iakhiy 0 is matching search criteria
2023-01-07T09:04:30.875Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_Iakhiy 0] matching following query criteria: sdcType=VF, customizationUUID=290a2135-64ec-4c56-89ac-e3b66fed1969
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-07T09:04:30.877Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T09:04:30.878Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_Iakhiy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T09:04:30.878Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid ee459fb4-815c-462b-a5d2-6206d7886514: basic_onboard_Iakhiy
2023-01-07T09:04:30.878Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T09:04:30.878Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_Iakhiy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T09:04:30.879Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T09:04:30.879Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_Iakhiy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T09:04:30.879Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T09:04:30.879Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_Iakhiy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T09:04:30.879Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T09:04:30.880Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_Iakhiy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T09:04:30.880Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T09:04:30.880Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_Iakhiy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T09:04:30.880Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||Saving Service: basic_onboard_Iakhiy
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-07T09:04:31.050Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_Iakhiy 59423a4c-f140-438d-84ae-a9d8c306df13 1 ASDC deployResourceStructure
2023-01-07T09:04:31.050Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/basic_onboard_iakhiy0_modules.json ASDC sendASDCNotification
2023-01-07T09:04:31.050Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/basic_onboard_iakhiy0_modules.json
2023-01-07T09:04:31.050Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-07T09:04:31.051Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-07T09:04:31.053Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T09:04:31.053Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673082271050,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/basic_onboard_iakhiy0_modules.json",
"status": "DEPLOY_OK"
}
2023-01-07T09:04:31.153Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T09:04:31.154Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-07T09:04:31.154Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ...
2023-01-07T09:04:31.164Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T09:04:31.165Z||pool-18-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2023-01-07T09:04:32.054Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-01-07T09:04:32.054Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/base_ubuntu18.yaml
2023-01-07T09:04:32.054Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-07T09:04:32.055Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-07T09:04:32.057Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T09:04:32.057Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673082272054,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2023-01-07T09:04:32.157Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-07T09:04:32.159Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-07T09:04:32.159Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ...
2023-01-07T09:04:32.169Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T09:04:32.169Z||pool-19-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2023-01-07T09:04:33.059Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-01-07T09:04:33.059Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/base_ubuntu18.env
2023-01-07T09:04:33.059Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-07T09:04:33.060Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-07T09:04:33.063Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T09:04:33.063Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673082273058,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2023-01-07T09:04:33.163Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T09:04:33.164Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-07T09:04:33.164Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ...
2023-01-07T09:04:33.175Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T09:04:33.175Z||pool-20-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2023-01-07T09:04:34.064Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/artifacts/service-BasicOnboardIakhiy-csar.csar ASDC sendASDCNotification
2023-01-07T09:04:34.064Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/artifacts/service-BasicOnboardIakhiy-csar.csar
2023-01-07T09:04:34.064Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-07T09:04:34.064Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-07T09:04:34.066Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T09:04:34.066Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673082274063,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/artifacts/service-BasicOnboardIakhiy-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-07T09:04:34.167Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-01-07T09:04:34.168Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-07T09:04:34.168Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ...
2023-01-07T09:04:34.178Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T09:04:34.179Z||pool-21-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2023-01-07T09:04:35.068Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8ab07e63-1de1-4f74-b05a-c2d6516432d1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-07T09:04:35.081Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8ab07e63-1de1-4f74-b05a-c2d6516432d1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-07T09:04:35.087Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-07T09:04:35.087Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-07T09:04:35.088Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-07T09:04:35.088Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-07T09:04:35.088Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-07T09:04:35.088Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-07T09:04:35.088Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-07T09:04:35.088Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-07T09:04:35.088Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-07T09:04:35.088Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||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-01-07T09:04:35.095Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-07T09:04:38.433Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T09:04:38.434Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T09:04:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T09:04:39.058Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T09:04:39.059Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-07T09:04:39.059Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d11dd549-b726-4514-aece-b4dcfc491ce8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673082252046,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-01-07T09:04:39.060Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T09:04:39.060Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-07T09:04:39.061Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673082253068,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-07T09:04:39.061Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-07T09:04:39.061Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-07T09:04:39.061Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673082253068,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/basic_onboard_iakhiy0_modules.json",
"status": "NOTIFIED"
}
2023-01-07T09:04:39.062Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-07T09:04:39.062Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-07T09:04:39.062Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673082253068,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-01-07T09:04:39.062Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-07T09:04:39.062Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-07T09:04:39.063Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673082253068,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-07T09:04:39.063Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-07T09:04:39.063Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-07T09:04:39.063Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673082253068,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2023-01-07T09:04:39.064Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-07T09:04:39.064Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-07T09:04:39.064Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673082253068,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/artifacts/service-BasicOnboardIakhiy-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-07T09:04:39.064Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-07T09:04:39.064Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-07T09:04:39.064Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673082253068,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/artifacts/service-BasicOnboardIakhiy-csar.csar",
"status": "NOTIFIED"
}
2023-01-07T09:04:39.065Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-07T09:04:39.065Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-07T09:04:39.065Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673082264864,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/artifacts/service-BasicOnboardIakhiy-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-07T09:04:39.065Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T09:04:39.065Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-07T09:04:39.066Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673082267636,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/basic_onboard_iakhiy0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-01-07T09:04:39.066Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T09:04:39.066Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-07T09:04:39.066Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673082268726,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-07T09:04:39.066Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T09:04:39.067Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-07T09:04:39.067Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673082269799,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2023-01-07T09:04:39.067Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T09:04:39.067Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-07T09:04:39.067Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673082271050,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/basic_onboard_iakhiy0_modules.json",
"status": "DEPLOY_OK"
}
2023-01-07T09:04:39.068Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T09:04:39.068Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-07T09:04:39.068Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673082272054,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2023-01-07T09:04:39.068Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T09:04:39.069Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-07T09:04:39.069Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673082273058,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/resourceInstances/basic_onboard_iakhiy0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2023-01-07T09:04:39.069Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T09:04:39.070Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-07T09:04:39.070Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673082274063,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIakhiy/1.0/artifacts/service-BasicOnboardIakhiy-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-07T09:04:39.070Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T09:05:05.095Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8ab07e63-1de1-4f74-b05a-c2d6516432d1 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-01-07T09:05:05.103Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8ab07e63-1de1-4f74-b05a-c2d6516432d1 and serviceModelVersionId: ee459fb4-815c-462b-a5d2-6206d7886514
2023-01-07T09:05:05.103Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0c76da03-28c6-4b86-a91a-dfeffc0e7fcc
2023-01-07T09:05:05.104Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0c76da03-28c6-4b86-a91a-dfeffc0e7fcc/model-vers/model-ver/ee459fb4-815c-462b-a5d2-6206d7886514?depth=0
2023-01-07T09:05:05.109Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2023-01-07T09:05:05.168Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c76da03-28c6-4b86-a91a-dfeffc0e7fcc/model-vers/model-ver/ee459fb4-815c-462b-a5d2-6206d7886514?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-01-07T09:05:05.169Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c76da03-28c6-4b86-a91a-dfeffc0e7fcc/model-vers/model-ver/ee459fb4-815c-462b-a5d2-6206d7886514?depth=0|INFO|500||Invoke
2023-01-07T09:05:05.203Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c76da03-28c6-4b86-a91a-dfeffc0e7fcc/model-vers/model-ver/ee459fb4-815c-462b-a5d2-6206d7886514?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-01-07T09:05:05.348Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c76da03-28c6-4b86-a91a-dfeffc0e7fcc/model-vers/model-ver/ee459fb4-815c-462b-a5d2-6206d7886514?depth=0|INFO|500||InvokeReturn
2023-01-07T09:05:05.349Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c76da03-28c6-4b86-a91a-dfeffc0e7fcc/model-vers/model-ver/ee459fb4-815c-462b-a5d2-6206d7886514?depth=0 has http status code:200 and response headers:{date=[Sat, 07 Jan 2023 09:05:05 GMT], content-length=[0], vertex-id=[237584], x-aai-txid=[2-aai-resources-230107-09:05:05:407-8024], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-07T09:05:05.350Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2023-01-07T09:05:05.350Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-07T09:05:05.350Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||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-01-07T09:05:05.356Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2023-01-07T09:05:05.356Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8ab07e63-1de1-4f74-b05a-c2d6516432d1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-07T09:05:05.357Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-07T09:05:05.357Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-07T09:05:05.360Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T09:05:05.360Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673082305356,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-07T09:05:05.461Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-01-07T09:05:05.462Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-07T09:05:05.462Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ...
2023-01-07T09:05:05.477Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T09:05:05.478Z||pool-22-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-01-07T09:05:06.375Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T09:05:06.376Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T09:05:06.376Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|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 mqfFuXM1u4leQbBQ) ...
2023-01-07T09:05:15.914Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T09:05:15.915Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T09:05:15.916Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T09:05:15.916Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|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 mqfFuXM1u4leQbBQ) ...
2023-01-07T09:05:25.455Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T09:05:25.456Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T09:05:25.457Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T09:05:25.457Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|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 mqfFuXM1u4leQbBQ) ...
2023-01-07T09:05:35.012Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T09:05:35.013Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T09:05:35.013Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T09:05:35.014Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|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 mqfFuXM1u4leQbBQ) ...
2023-01-07T09:05:38.433Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T09:05:38.434Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T09:05:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T09:05:39.066Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T09:05:39.067Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T09:05:39.067Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ab07e63-1de1-4f74-b05a-c2d6516432d1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673082305356,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-07T09:05:39.068Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T09:05:44.551Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T09:05:44.552Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T09:05:44.553Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T09:05:44.553Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|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 mqfFuXM1u4leQbBQ) ...
2023-01-07T09:05:54.090Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T09:05:54.091Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T09:05:54.092Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T09:05:54.092Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|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 mqfFuXM1u4leQbBQ) ...
2023-01-07T09:06:03.628Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T09:06:38.429Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T09:06:38.431Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T09:06:38.431Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|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 mqfFuXM1u4leQbBQ) ...
2023-01-07T09:06:38.433Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T09:06:38.434Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T09:06:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T09:06:47.972Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T09:06:47.992Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T09:07:38.429Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T09:07:38.430Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T09:07:38.431Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|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 mqfFuXM1u4leQbBQ) ...
2023-01-07T09:07:38.433Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T09:07:38.434Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T09:07:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T09:07:47.973Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T09:07:47.974Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T09:08:38.429Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T09:08:38.430Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T09:08:38.431Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|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 mqfFuXM1u4leQbBQ) ...
2023-01-07T09:08:38.433Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T09:08:38.434Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T09:08:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T09:08:47.969Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T09:08:47.973Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T09:09:38.430Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T09:09:38.431Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T09:09:38.431Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|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 mqfFuXM1u4leQbBQ) ...
2023-01-07T09:09:38.433Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T09:09:38.433Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T09:09:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T09:09:39.056Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T09:09:39.057Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-07T09:09:39.057Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"89bf7ef7-1670-4bc7-baf0-240aaeedea4b","serviceName":"vFW 2023-01-07 09-08-09","serviceVersion":"1.0","serviceUUID":"f2abae17-17b1-4c4b-908e-2288d2c55abd","serviceDescription":"catalog service description","serviceInvariantUUID":"d9236d5a-0851-49b6-b6af-5a4e2b94f768","resources":[{"resourceInstanceName":"vFW 78f82065-3dff 0","resourceName":"vFW 78f82065-3dff","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"fa9d2b77-8d84-476a-a5db-a206714f3076","resourceInvariantUUID":"4c2d8ac7-9961-47de-bf5e-f8b022a62c98","resourceCustomizationUUID":"9481133a-c72a-4558-8c9b-c3c94e11e293","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/vf-license-model.xml","artifactChecksum":"YmVlYjhiMDQ2M2QxMzJiODU4NGY3OGQzZWIzMzg1OTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2b96fa5e-d876-4117-b6ba-82d17d85918f","artifactVersion":"1"},{"artifactName":"vfw78f820653dff0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/vfw78f820653dff0_modules.json","artifactChecksum":"ZjJjYTEzMTI5MmFjYmVmNTA1YzJhODBlOGVlZjg3NDU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"945cdbec-b18e-407a-abd1-78eef72e703d","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"02436612-71e4-4ab6-8083-b52f1a61f519","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/vendor-license-model.xml","artifactChecksum":"ODYxZDE0NDZlMzRhOGMwMTdmNzllNTE3ZmI4Zjg3ZWE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7bec76aa-1149-41f0-96c3-052c2e433035","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ebf297af-24d5-47c3-b980-c93e82c4069f","artifactVersion":"2","generatedFromUUID":"02436612-71e4-4ab6-8083-b52f1a61f519"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230107090809-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230107090809/1.0/artifacts/service-Vfw20230107090809-template.yml","artifactChecksum":"Yzk0NmI0ZTZhOTBlYmRhOWY3MmZmOTQ2Y2U5MWQ2YzE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"581464c9-6bd0-484e-b916-46d8f967fca2","artifactVersion":"1"},{"artifactName":"service-Vfw20230107090809-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230107090809/1.0/artifacts/service-Vfw20230107090809-csar.csar","artifactChecksum":"NjE3NDQ4YzczOWY4ZjUwMDNjZjUyMjM1MGJkMTFhMGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"54c5f0ad-c669-42d1-b93e-e4517e9ce25c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-07T09:09:39.061Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T09:09:39.061Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-07T09:09:39.062Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-07T09:09:39.062Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-07T09:09:39.063Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b",
"consumerID": "aai-ml",
"timestamp": 1673082532614,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-07T09:09:39.063Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-07T09:09:39.064Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-07T09:09:39.064Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b",
"consumerID": "cds",
"timestamp": 1673082536416,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-07T09:09:39.064Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-07T09:09:39.064Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-07T09:09:39.064Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b",
"consumerID": "ves-openapi-manager",
"timestamp": 1673082535931,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-07T09:09:39.064Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-07T09:09:39.064Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-07T09:09:39.064Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673082540543,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-07T09:09:39.065Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-07T09:09:39.065Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-07T09:09:39.065Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b",
"consumerID": "aai-ml",
"timestamp": 1673082532614,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/vfw78f820653dff0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-07T09:09:39.065Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T09:09:39.065Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-07T09:09:39.065Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673082578430,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-07T09:09:39.065Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-07T09:09:39.065Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b",
"consumerID": "ves-openapi-manager",
"timestamp": 1673082535931,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/vfw78f820653dff0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-07T09:09:39.066Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-07T09:09:39.066Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-07T09:09:39.066Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b",
"consumerID": "cds",
"timestamp": 1673082536416,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/vfw78f820653dff0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-07T09:09:39.066Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-07T09:09:39.066Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-07T09:09:39.066Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673082540543,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/vfw78f820653dff0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-07T09:09:39.067Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-07T09:09:39.067Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-07T09:09:39.067Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b",
"consumerID": "aai-ml",
"timestamp": 1673082532614,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-07T09:09:39.067Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-07T09:09:39.067Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-07T09:09:39.067Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b",
"consumerID": "ves-openapi-manager",
"timestamp": 1673082535931,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-07T09:09:39.067Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-07T09:09:39.068Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-07T09:09:39.068Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b",
"consumerID": "cds",
"timestamp": 1673082536416,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-07T09:09:39.068Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-07T09:09:39.068Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-07T09:09:39.068Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673082540543,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-07T09:09:39.068Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-07T09:09:39.068Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-07T09:09:39.068Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b",
"consumerID": "aai-ml",
"timestamp": 1673082532614,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-07T09:09:39.069Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-07T09:09:39.069Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-07T09:09:39.069Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b",
"consumerID": "ves-openapi-manager",
"timestamp": 1673082535931,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-07T09:09:39.069Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-07T09:09:39.069Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-07T09:09:39.069Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b",
"consumerID": "cds",
"timestamp": 1673082536416,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-07T09:09:39.070Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-07T09:09:39.070Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-07T09:09:39.070Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673082540543,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-07T09:09:39.070Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-07T09:09:39.070Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-07T09:09:39.070Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b",
"consumerID": "aai-ml",
"timestamp": 1673082532614,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-01-07T09:09:39.071Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-07T09:09:39.071Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-07T09:09:39.071Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b",
"consumerID": "ves-openapi-manager",
"timestamp": 1673082535931,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-01-07T09:09:39.071Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-07T09:09:39.071Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-07T09:09:39.071Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b",
"consumerID": "cds",
"timestamp": 1673082536416,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-01-07T09:09:39.071Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-07T09:09:39.071Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-07T09:09:39.071Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673082540543,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-01-07T09:09:39.072Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-07T09:09:39.072Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-07T09:09:39.072Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b",
"consumerID": "aai-ml",
"timestamp": 1673082532614,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/artifacts/service-Vfw20230107090809-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-07T09:09:39.072Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-07T09:09:39.072Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-07T09:09:39.072Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b",
"consumerID": "ves-openapi-manager",
"timestamp": 1673082535931,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/artifacts/service-Vfw20230107090809-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-07T09:09:39.073Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-07T09:09:39.073Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-07T09:09:39.073Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b",
"consumerID": "cds",
"timestamp": 1673082536416,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/artifacts/service-Vfw20230107090809-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-07T09:09:39.073Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-07T09:09:39.073Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-07T09:09:39.073Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673082540543,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/artifacts/service-Vfw20230107090809-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-07T09:09:39.073Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-07T09:09:39.073Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-07T09:09:39.074Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b",
"consumerID": "aai-ml",
"timestamp": 1673082532614,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/artifacts/service-Vfw20230107090809-csar.csar",
"status": "NOTIFIED"
}
2023-01-07T09:09:39.074Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-07T09:09:39.074Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-07T09:09:39.074Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b",
"consumerID": "ves-openapi-manager",
"timestamp": 1673082535931,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/artifacts/service-Vfw20230107090809-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-01-07T09:09:39.074Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-07T09:09:39.074Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-07T09:09:39.074Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b",
"consumerID": "cds",
"timestamp": 1673082536416,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/artifacts/service-Vfw20230107090809-csar.csar",
"status": "NOTIFIED"
}
2023-01-07T09:09:39.074Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-07T09:09:39.075Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-07T09:09:39.075Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673082540543,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/artifacts/service-Vfw20230107090809-csar.csar",
"status": "NOTIFIED"
}
2023-01-07T09:09:39.075Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-07T09:09:39.075Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-07T09:09:39.075Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b",
"consumerID": "aai-ml",
"timestamp": 1673082547623,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/artifacts/service-Vfw20230107090809-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-07T09:09:39.075Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T09:09:39.075Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-07T09:09:39.075Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b",
"consumerID": "cds",
"timestamp": 1673082550900,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/artifacts/service-Vfw20230107090809-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-07T09:09:39.076Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T09:09:39.076Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-07T09:09:39.076Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673082548309,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/artifacts/service-Vfw20230107090809-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-07T09:09:39.076Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T09:09:39.076Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-07T09:09:39.076Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b",
"consumerID": "cds",
"timestamp": 1673082551909,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/artifacts/service-Vfw20230107090809-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-07T09:09:39.096Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 89bf7ef7-1670-4bc7-baf0-240aaeedea4b
2023-01-07T09:09:39.096Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 89bf7ef7-1670-4bc7-baf0-240aaeedea4b and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-07T09:09:39.106Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-07T09:09:39.106Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673082549941,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-07T09:09:39.106Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-07T09:09:39.106Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-07T09:09:39.106Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673082549941,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/vfw78f820653dff0_modules.json",
"status": "NOTIFIED"
}
2023-01-07T09:09:39.107Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-07T09:09:39.107Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-07T09:09:39.107Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673082551801,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/artifacts/service-Vfw20230107090809-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-07T09:09:39.107Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T09:09:39.107Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-07T09:09:39.107Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673082549941,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-01-07T09:09:39.107Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-07T09:09:39.107Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-07T09:09:39.107Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673082552804,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-07T09:09:39.113Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 89bf7ef7-1670-4bc7-baf0-240aaeedea4b
2023-01-07T09:09:39.113Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 89bf7ef7-1670-4bc7-baf0-240aaeedea4b and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-07T09:09:39.124Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-07T09:09:39.124Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673082549941,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-07T09:09:39.125Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-07T09:09:39.125Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-07T09:09:39.125Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673082549941,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2023-01-07T09:09:39.125Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-07T09:09:39.125Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-07T09:09:39.125Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673082549941,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/artifacts/service-Vfw20230107090809-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-07T09:09:39.126Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-07T09:09:39.126Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-07T09:09:39.126Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673082549941,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/artifacts/service-Vfw20230107090809-csar.csar",
"status": "NOTIFIED"
}
2023-01-07T09:09:39.126Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-07T09:09:39.126Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-07T09:09:39.126Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673082557772,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/vfw78f820653dff0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-01-07T09:09:39.126Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T09:09:39.126Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-07T09:09:39.126Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673082558893,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-07T09:09:39.127Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T09:09:39.127Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-07T09:09:39.127Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b",
"consumerID": "aai-ml",
"timestamp": 1673082559528,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/artifacts/service-Vfw20230107090809-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-07T09:09:39.127Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T09:09:39.127Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-07T09:09:39.127Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673082559952,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2023-01-07T09:09:39.127Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T09:09:39.127Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-07T09:09:39.127Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b",
"consumerID": "aai-ml",
"timestamp": 1673082560539,
"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-01-07T09:09:39.133Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 89bf7ef7-1670-4bc7-baf0-240aaeedea4b
2023-01-07T09:09:39.133Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 89bf7ef7-1670-4bc7-baf0-240aaeedea4b and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-07T09:09:39.142Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-07T09:09:39.142Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673082560978,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-07T09:09:39.147Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 89bf7ef7-1670-4bc7-baf0-240aaeedea4b
2023-01-07T09:09:39.147Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 89bf7ef7-1670-4bc7-baf0-240aaeedea4b and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-07T09:09:39.155Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-07T09:09:39.155Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673082561981,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/vfw78f820653dff0_modules.json",
"status": "DEPLOY_OK"
}
2023-01-07T09:09:39.155Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T09:09:39.165Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T09:09:39.166Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-07T09:09:39.166Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ...
2023-01-07T09:09:39.178Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T09:09:39.179Z||pool-23-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2023-01-07T09:09:40.066Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-07T09:09:40.067Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-07T09:09:40.069Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T09:09:40.069Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673082578430,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/vfw78f820653dff0_modules.json",
"status": "NOTIFIED"
}
2023-01-07T09:09:40.171Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2023-01-07T09:09:40.173Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-07T09:09:40.173Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ...
2023-01-07T09:09:40.183Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T09:09:40.184Z||pool-24-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2023-01-07T09:09:41.070Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-07T09:09:41.071Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-07T09:09:41.074Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T09:09:41.074Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673082578430,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-01-07T09:09:41.175Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T09:09:41.175Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-07T09:09:41.176Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ...
2023-01-07T09:09:41.186Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T09:09:41.186Z||pool-25-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2023-01-07T09:09:42.075Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-07T09:09:42.076Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-07T09:09:42.078Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T09:09:42.079Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673082578430,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-07T09:09:42.179Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T09:09:42.180Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-07T09:09:42.180Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ...
2023-01-07T09:09:42.190Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T09:09:42.191Z||pool-26-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2023-01-07T09:09:43.080Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-07T09:09:43.081Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-07T09:09:43.083Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T09:09:43.084Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673082578430,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2023-01-07T09:09:43.186Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2023-01-07T09:09:43.187Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-07T09:09:43.187Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ...
2023-01-07T09:09:43.198Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T09:09:43.199Z||pool-27-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2023-01-07T09:09:44.085Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-07T09:09:44.086Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-07T09:09:44.089Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T09:09:44.089Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673082578430,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/artifacts/service-Vfw20230107090809-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-07T09:09:44.189Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T09:09:44.190Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-07T09:09:44.190Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ...
2023-01-07T09:09:44.203Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T09:09:44.203Z||pool-28-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-01-07T09:09:45.090Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-07T09:09:45.091Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-07T09:09:45.093Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T09:09:45.094Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673082578430,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/artifacts/service-Vfw20230107090809-csar.csar",
"status": "NOTIFIED"
}
2023-01-07T09:09:45.194Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T09:09:45.195Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-07T09:09:45.195Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ...
2023-01-07T09:09:45.226Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T09:09:45.226Z||pool-29-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2023-01-07T09:09:46.096Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b",
"serviceName": "vFW 2023-01-07 09-08-09",
"serviceVersion": "1.0",
"serviceUUID": "f2abae17-17b1-4c4b-908e-2288d2c55abd",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "d9236d5a-0851-49b6-b6af-5a4e2b94f768",
"resources": [
{
"resourceInstanceName": "vFW 78f82065-3dff 0",
"resourceCustomizationUUID": "9481133a-c72a-4558-8c9b-c3c94e11e293",
"resourceName": "vFW 78f82065-3dff",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "fa9d2b77-8d84-476a-a5db-a206714f3076",
"resourceInvariantUUID": "4c2d8ac7-9961-47de-bf5e-f8b022a62c98",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw78f820653dff0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/vfw78f820653dff0_modules.json",
"artifactChecksum": "ZjJjYTEzMTI5MmFjYmVmNTA1YzJhODBlOGVlZjg3NDU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "945cdbec-b18e-407a-abd1-78eef72e703d",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "02436612-71e4-4ab6-8083-b52f1a61f519",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "ebf297af-24d5-47c3-b980-c93e82c4069f",
"generatedFromUUID": "02436612-71e4-4ab6-8083-b52f1a61f519"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "ebf297af-24d5-47c3-b980-c93e82c4069f",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20230107090809-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/artifacts/service-Vfw20230107090809-csar.csar",
"artifactChecksum": "NjE3NDQ4YzczOWY4ZjUwMDNjZjUyMjM1MGJkMTFhMGY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "54c5f0ad-c669-42d1-b93e-e4517e9ce25c"
}
],
"workloadContext": "Production"
}
2023-01-07T09:09:46.097Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-07T09:09:46.097Z|8ab07e63-1de1-4f74-b05a-c2d6516432d1|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f2abae17-17b1-4c4b-908e-2288d2c55abd ASDC
2023-01-07T09:09:46.098Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:89bf7ef7-1670-4bc7-baf0-240aaeedea4b
ServiceName:vFW 2023-01-07 09-08-09
ServiceVersion:1.0
ServiceUUID:f2abae17-17b1-4c4b-908e-2288d2c55abd
ServiceInvariantUUID:d9236d5a-0851-49b6-b6af-5a4e2b94f768
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230107090809-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230107090809/1.0/artifacts/service-Vfw20230107090809-csar.csar
ArtifactUUID:54c5f0ad-c669-42d1-b93e-e4517e9ce25c
ArtifactChecksum:NjE3NDQ4YzczOWY4ZjUwMDNjZjUyMjM1MGJkMTFhMGY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 78f82065-3dff 0
ResourceCustomizationUUID:9481133a-c72a-4558-8c9b-c3c94e11e293
ResourceInvariantUUID:4c2d8ac7-9961-47de-bf5e-f8b022a62c98
ResourceName:vFW 78f82065-3dff
ResourceType:VF
ResourceUUID:fa9d2b77-8d84-476a-a5db-a206714f3076
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw78f820653dff0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/vfw78f820653dff0_modules.json
ArtifactUUID:945cdbec-b18e-407a-abd1-78eef72e703d
ArtifactChecksum:ZjJjYTEzMTI5MmFjYmVmNTA1YzJhODBlOGVlZjg3NDU=
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/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/base_vfw.yaml
ArtifactUUID:02436612-71e4-4ab6-8083-b52f1a61f519
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/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/base_vfw.env
ArtifactUUID:ebf297af-24d5-47c3-b980-c93e82c4069f
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/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/base_vfw.env
ArtifactUUID:ebf297af-24d5-47c3-b980-c93e82c4069f
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-01-07T09:09:46.098Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f2abae17-17b1-4c4b-908e-2288d2c55abd ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-01-07T09:09:46.148Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-07T09:09:46.149Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-01-07T09:09:46.149Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-01-07T09:09:46.149Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 54c5f0ad-c669-42d1-b93e-e4517e9ce25c from URL: /sdc/v1/catalog/services/Vfw20230107090809/1.0/artifacts/service-Vfw20230107090809-csar.csar
2023-01-07T09:09:46.150Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-01-07T09:09:46.150Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230107090809/1.0/artifacts/service-Vfw20230107090809-csar.csar
2023-01-07T09:09:46.241Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-01-07T09:09:46.246Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230107090809/1.0/artifacts/service-Vfw20230107090809-csar.csar 54c5f0ad-c669-42d1-b93e-e4517e9ce25c 100697
2023-01-07T09:09:46.246Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230107090809/1.0/artifacts/service-Vfw20230107090809-csar.csar ASDC sendASDCNotification
2023-01-07T09:09:46.246Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230107090809/1.0/artifacts/service-Vfw20230107090809-csar.csar
2023-01-07T09:09:46.247Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-07T09:09:46.247Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-07T09:09:46.249Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T09:09:46.250Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673082586246,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/artifacts/service-Vfw20230107090809-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-07T09:09:46.350Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T09:09:46.351Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-07T09:09:46.351Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ...
2023-01-07T09:09:46.362Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T09:09:46.363Z||pool-30-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2023-01-07T09:09:47.252Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-07T09:09:47.253Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-01-07T09:09:47.253Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 54c5f0ad-c669-42d1-b93e-e4517e9ce25c, URL: /sdc/v1/catalog/services/Vfw20230107090809/1.0/artifacts/service-Vfw20230107090809-csar.csar to file: /app/ASDC/1/service-Vfw20230107090809-csar.csar
2023-01-07T09:09:47.253Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230107090809-csar.csar
2023-01-07T09:09:47.254Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230107090809-csar.csar
2023-01-07T09:09:47.254Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230107090809-csar.csar
2023-01-07T09:09:47.460Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14319140206122125167/Definitions/service-Vfw20230107090809-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_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
2023-01-07T09:09:49.849Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-07T09:09:49.850Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-01-07T09:09:49.850Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230107090809-csar.csar
2023-01-07T09:09:49.850Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-01-07T09:09:49.850Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230107090809-csar.csar
2023-01-07T09:09:49.850Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||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-Vfw20230107090809-csar.csar
2023-01-07T09:09:49.851Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||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-Vfw20230107090809-csar.csar
2023-01-07T09:09:49.851Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||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-Vfw20230107090809-csar.csar
2023-01-07T09:09:49.851Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230107090809-csar.csar
2023-01-07T09:09:49.851Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 78f82065-3dff 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-Vfw20230107090809-csar.csar
2023-01-07T09:09:49.851Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230107090809-csar.csar
2023-01-07T09:09:49.851Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||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-Vfw20230107090809-csar.csar
2023-01-07T09:09:49.852Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230107090809-csar.csar
2023-01-07T09:09:49.852Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230107090809-csar.csar
2023-01-07T09:09:49.852Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230107090809-csar.csar
2023-01-07T09:09:49.852Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-01-07T09:09:49.852Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T09:09:49.853Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-01-07 09-08-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T09:09:49.853Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template vFW 78f82065-3dff 0 is matching search criteria
2023-01-07T09:09:49.853Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-01-07T09:09:49.853Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 78f82065-3dff 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-07T09:09:49.854Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T09:09:49.854Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-01-07 09-08-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T09:09:49.854Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template vFW 78f82065-3dff 0 is matching search criteria
2023-01-07T09:09:49.854Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-01-07T09:09:49.854Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 78f82065-3dff 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-07T09:09:49.855Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T09:09:49.855Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-01-07 09-08-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T09:09:49.855Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T09:09:49.855Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template vFW 78f82065-3dff 0 is not matching search criteria
2023-01-07T09:09:49.855Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-07T09:09:49.856Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-07T09:09:49.856Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-07T09:09:49.856Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-07T09:09:49.856Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-07T09:09:49.856Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-07T09:09:49.856Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-07T09:09:49.856Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-07T09:09:49.857Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-07T09:09:49.857Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-07T09:09:49.857Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-07T09:09:49.857Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-07T09:09:49.857Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-07T09:09:49.857Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-07T09:09:49.857Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-07T09:09:49.858Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-01-07T09:09:49.858Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T09:09:49.858Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-01-07 09-08-09 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-07T09:09:49.858Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T09:09:49.858Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template vFW 78f82065-3dff 0 is matching search criteria
2023-01-07T09:09:49.858Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 78f82065-3dff 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-07T09:09:49.859Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T09:09:49.859Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template vFW 78f82065-3dff 0 is matching search criteria
2023-01-07T09:09:49.859Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 78f82065-3dff 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-07T09:09:49.859Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T09:09:49.859Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template vFW 78f82065-3dff 0 is matching search criteria
2023-01-07T09:09:49.859Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 78f82065-3dff 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-07T09:09:49.860Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T09:09:49.860Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template vFW 78f82065-3dff 0 is not matching search criteria
2023-01-07T09:09:49.860Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-07T09:09:49.860Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-07T09:09:49.860Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-01-07T09:09:49.860Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-07T09:09:49.861Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-07T09:09:49.861Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-07T09:09:49.861Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-07T09:09:49.861Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-07T09:09:49.861Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-07T09:09:49.861Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-07T09:09:49.861Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-07T09:09:49.862Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f01d376c-5eda-4b2d-bd0c-763c9f3c0549
2023-01-07T09:09:49.862Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T09:09:49.862Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template vFW 78f82065-3dff 0 is not matching search criteria
2023-01-07T09:09:49.862Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-07T09:09:49.862Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-07T09:09:49.862Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-07T09:09:49.862Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-07T09:09:49.863Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-07T09:09:49.863Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-07T09:09:49.863Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-07T09:09:49.863Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-01-07T09:09:49.863Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-07T09:09:49.863Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-07T09:09:49.863Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-07T09:09:49.864Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-07T09:09:49.864Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=a87c74e4-9de9-494c-b26f-746f58322f3f
2023-01-07T09:09:49.864Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T09:09:49.864Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template vFW 78f82065-3dff 0 is not matching search criteria
2023-01-07T09:09:49.864Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-07T09:09:49.864Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-07T09:09:49.865Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-07T09:09:49.865Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-07T09:09:49.865Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-07T09:09:49.865Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-07T09:09:49.865Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-07T09:09:49.865Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-07T09:09:49.865Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-07T09:09:49.866Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-07T09:09:49.866Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-07T09:09:49.866Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-01-07T09:09:49.866Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=aa09dbed-db42-4458-859a-4fed3c544c52
2023-01-07T09:09:49.866Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T09:09:49.867Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-01-07 09-08-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T09:09:49.867Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T09:09:49.867Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-01-07 09-08-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T09:09:49.867Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T09:09:49.867Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-01-07 09-08-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T09:09:49.867Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T09:09:49.868Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-01-07 09-08-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T09:09:49.868Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2023-01-07 09-08-09
Description:catalog service description
Model UUID:f2abae17-17b1-4c4b-908e-2288d2c55abd
Model Version:NULL
Model InvariantUuid:d9236d5a-0851-49b6-b6af-5a4e2b94f768
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 78f82065-3dff
Model UUID:1a56b978-48cc-41b9-ba04-9b231385a921
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:4c2d8ac7-9961-47de-bf5e-f8b022a62c98
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:9481133a-c72a-4558-8c9b-c3c94e11e293
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:62ea7ab7-74c4-42f9-b693-ea7349d00d18
ModelName:Vfw78f820653dff..base_vfw..module-0
ModelUuid:838074a7-ef2b-4178-a1f0-0e6ede7c1129
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:f01d376c-5eda-4b2d-bd0c-763c9f3c0549
ModelInvariantUuid:27d95457-45f8-4593-8b34-bf936a3dfe5d
ModelName:vFW 78f82065-3dff-nodes.vfwCvfc
ModelUuid:b7d2d6ab-5ecd-4744-960e-4405d9c98422
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:29c50d0c-c430-4f20-b76d-e0a14dbb5218
ModelInvariantUuid:9b9983fd-b780-4f62-937b-2996eef7aa13
ModelName:Vfw78f820653dff.compute.nodes.heat.vfw
ModelUuid:cfc2ad47-89c6-400e-a3a6-8fbc12143695
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:a87c74e4-9de9-494c-b26f-746f58322f3f
ModelInvariantUuid:268dbc6d-54c6-4d27-8560-bd95967a57ac
ModelName:vFW 78f82065-3dff-nodes.vsnCvfc
ModelUuid:d2ebdbf5-005c-4bb4-b8cb-9e5f6241a8f4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:637af151-7468-46e2-961a-982e09b4841c
ModelInvariantUuid:31662f51-2747-44a8-b090-04ebe3286a16
ModelName:Vfw78f820653dff.compute.nodes.heat.vsn
ModelUuid:7200670b-cce7-43e2-9106-82054b9f99cd
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:aa09dbed-db42-4458-859a-4fed3c544c52
ModelInvariantUuid:c0e0da63-474b-487c-a615-e719b963d02f
ModelName:vFW 78f82065-3dff-nodes.vpgCvfc
ModelUuid:33273fb0-388b-4168-ac59-4fd86d66ed90
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:c8d206b0-3f83-4915-aa0d-e97dba046710
ModelInvariantUuid:dce9cc7c-8537-4540-9c6c-e81747713bc9
ModelName:Vfw78f820653dff.compute.nodes.heat.vpg
ModelUuid:731fb7d2-886a-484a-8945-4d9416b10ff4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-01-07T09:09:49.874Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: fa9d2b77-8d84-476a-a5db-a206714f3076
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-07T09:09:49.877Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||INFO|500||vFW 78f82065-3dff 0
2023-01-07T09:09:49.878Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: fa9d2b77-8d84-476a-a5db-a206714f3076
2023-01-07T09:09:49.878Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 945cdbec-b18e-407a-abd1-78eef72e703d from URL: /sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/vfw78f820653dff0_modules.json
2023-01-07T09:09:49.878Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-01-07T09:09:49.878Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/vfw78f820653dff0_modules.json
2023-01-07T09:09:49.973Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-01-07T09:09:49.973Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/vfw78f820653dff0_modules.json 945cdbec-b18e-407a-abd1-78eef72e703d 785
2023-01-07T09:09:49.974Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/vfw78f820653dff0_modules.json ASDC sendASDCNotification
2023-01-07T09:09:49.974Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/vfw78f820653dff0_modules.json
2023-01-07T09:09:49.974Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-07T09:09:49.974Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-07T09:09:49.997Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T09:09:49.997Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673082589974,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/vfw78f820653dff0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-01-07T09:09:50.077Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 80 ms
2023-01-07T09:09:50.078Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-07T09:09:50.078Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ...
2023-01-07T09:09:50.095Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T09:09:50.095Z||pool-31-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2023-01-07T09:09:50.998Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw78f820653dff..base_vfw..module-0",
"vfModuleModelInvariantUUID": "62ea7ab7-74c4-42f9-b693-ea7349d00d18",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "838074a7-ef2b-4178-a1f0-0e6ede7c1129",
"vfModuleModelCustomizationUUID": "00b98de9-3628-42e9-8684-bfe912132061",
"isBase": true,
"artifacts": [
"02436612-71e4-4ab6-8083-b52f1a61f519",
"ebf297af-24d5-47c3-b980-c93e82c4069f"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2023-01-07T09:09:51.003Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw78f820653dff..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:838074a7-ef2b-4178-a1f0-0e6ede7c1129
VfModuleModelInvariantUUID:62ea7ab7-74c4-42f9-b693-ea7349d00d18
VfModuleModelDescription:NULL
Artifacts UUID List:{
02436612-71e4-4ab6-8083-b52f1a61f519
,
ebf297af-24d5-47c3-b980-c93e82c4069f
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2023-01-07T09:09:51.005Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw78f820653dff..base_vfw..module-0",
"vfModuleModelInvariantUUID": "62ea7ab7-74c4-42f9-b693-ea7349d00d18",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "838074a7-ef2b-4178-a1f0-0e6ede7c1129",
"vfModuleModelCustomizationUUID": "00b98de9-3628-42e9-8684-bfe912132061",
"isBase": true,
"artifacts": [
"02436612-71e4-4ab6-8083-b52f1a61f519",
"ebf297af-24d5-47c3-b980-c93e82c4069f"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2023-01-07T09:09:51.005Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw78f820653dff..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:838074a7-ef2b-4178-a1f0-0e6ede7c1129
VfModuleModelInvariantUUID:62ea7ab7-74c4-42f9-b693-ea7349d00d18
VfModuleModelDescription:NULL
Artifacts UUID List:{
02436612-71e4-4ab6-8083-b52f1a61f519
,
ebf297af-24d5-47c3-b980-c93e82c4069f
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2023-01-07T09:09:51.006Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 02436612-71e4-4ab6-8083-b52f1a61f519 from URL: /sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/base_vfw.yaml
2023-01-07T09:09:51.006Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-01-07T09:09:51.006Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/base_vfw.yaml
2023-01-07T09:09:51.076Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-01-07T09:09:51.077Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/base_vfw.yaml 02436612-71e4-4ab6-8083-b52f1a61f519 20368
2023-01-07T09:09:51.077Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-01-07T09:09:51.078Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/base_vfw.yaml
2023-01-07T09:09:51.078Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-07T09:09:51.078Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-07T09:09:51.081Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T09:09:51.081Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673082591077,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-07T09:09:51.181Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T09:09:51.183Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-07T09:09:51.183Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ...
2023-01-07T09:09:51.193Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T09:09:51.193Z||pool-32-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2023-01-07T09:09:52.082Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: ebf297af-24d5-47c3-b980-c93e82c4069f from URL: /sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/base_vfw.env
2023-01-07T09:09:52.082Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-01-07T09:09:52.083Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/base_vfw.env
2023-01-07T09:09:52.190Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-01-07T09:09:52.191Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/base_vfw.env ebf297af-24d5-47c3-b980-c93e82c4069f 2098
2023-01-07T09:09:52.191Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/base_vfw.env ASDC sendASDCNotification
2023-01-07T09:09:52.191Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/base_vfw.env
2023-01-07T09:09:52.191Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-07T09:09:52.192Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-07T09:09:52.194Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T09:09:52.194Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673082592191,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2023-01-07T09:09:52.295Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T09:09:52.295Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-07T09:09:52.296Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ...
2023-01-07T09:09:52.312Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T09:09:52.313Z||pool-33-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2023-01-07T09:09:53.194Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: f2abae17-17b1-4c4b-908e-2288d2c55abd
2023-01-07T09:09:53.195Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 78f82065-3dff 0 fa9d2b77-8d84-476a-a5db-a206714f3076 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-07T09:09:53.213Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@dbd4b4b, org.onap.sdc.toscaparser.api.parameters.Input@280067a, org.onap.sdc.toscaparser.api.parameters.Input@13d824b7, org.onap.sdc.toscaparser.api.parameters.Input@740b0500, org.onap.sdc.toscaparser.api.parameters.Input@138befd9]
2023-01-07T09:09:53.214Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T09:09:53.215Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-01-07 09-08-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T09:09:53.215Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic
2023-01-07T09:09:53.215Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 9481133a-c72a-4558-8c9b-c3c94e11e293
2023-01-07T09:09:53.215Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9481133a-c72a-4558-8c9b-c3c94e11e293 matches Tosca VF Customization UUID: 9481133a-c72a-4558-8c9b-c3c94e11e293
2023-01-07T09:09:53.215Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 9481133a-c72a-4558-8c9b-c3c94e11e293 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2023-01-07T09:09:53.218Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T09:09:53.218Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-01-07 09-08-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T09:09:53.218Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 9481133a-c72a-4558-8c9b-c3c94e11e293: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-01-07T09:09:53.218Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6f1ac56f
2023-01-07T09:09:53.219Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T09:09:53.219Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-01-07 09-08-09 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-07T09:09:53.219Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 00b98de9-3628-42e9-8684-bfe912132061
2023-01-07T09:09:53.219Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 00b98de9-3628-42e9-8684-bfe912132061
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2023-01-07T09:09:53.221Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T09:09:53.222Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template vFW 78f82065-3dff 0 is matching search criteria
2023-01-07T09:09:53.222Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 78f82065-3dff 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-07T09:09:53.222Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T09:09:53.222Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template vFW 78f82065-3dff 0 is matching search criteria
2023-01-07T09:09:53.223Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 78f82065-3dff 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-07T09:09:53.223Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T09:09:53.223Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template vFW 78f82065-3dff 0 is not matching search criteria
2023-01-07T09:09:53.223Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-07T09:09:53.223Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-07T09:09:53.224Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-01-07T09:09:53.224Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-07T09:09:53.224Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-07T09:09:53.224Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-07T09:09:53.224Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-07T09:09:53.225Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-07T09:09:53.225Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-07T09:09:53.225Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-07T09:09:53.225Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-07T09:09:53.225Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f01d376c-5eda-4b2d-bd0c-763c9f3c0549
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-01-07T09:09:53.228Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T09:09:53.228Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template vFW 78f82065-3dff 0 is matching search criteria
2023-01-07T09:09:53.228Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 78f82065-3dff 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-07T09:09:53.229Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T09:09:53.229Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template vFW 78f82065-3dff 0 is not matching search criteria
2023-01-07T09:09:53.229Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-07T09:09:53.230Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-07T09:09:53.230Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-07T09:09:53.230Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-07T09:09:53.230Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-07T09:09:53.230Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-07T09:09:53.230Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-07T09:09:53.231Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-01-07T09:09:53.231Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-07T09:09:53.231Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-07T09:09:53.231Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-07T09:09:53.231Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-07T09:09:53.231Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=a87c74e4-9de9-494c-b26f-746f58322f3f
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-01-07T09:09:53.233Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T09:09:53.233Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template vFW 78f82065-3dff 0 is matching search criteria
2023-01-07T09:09:53.234Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 78f82065-3dff 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-07T09:09:53.237Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T09:09:53.238Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template vFW 78f82065-3dff 0 is not matching search criteria
2023-01-07T09:09:53.238Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-07T09:09:53.238Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-07T09:09:53.238Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-07T09:09:53.238Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-07T09:09:53.239Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-07T09:09:53.239Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-07T09:09:53.239Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-07T09:09:53.239Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-07T09:09:53.239Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-07T09:09:53.239Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-07T09:09:53.240Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-07T09:09:53.240Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-01-07T09:09:53.240Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=aa09dbed-db42-4458-859a-4fed3c544c52
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-01-07T09:09:53.242Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T09:09:53.243Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template vFW 78f82065-3dff 0 is matching search criteria
2023-01-07T09:09:53.243Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 78f82065-3dff 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-07T09:09:53.244Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T09:09:53.244Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Node template vFW 78f82065-3dff 0 is matching search criteria
2023-01-07T09:09:53.244Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 78f82065-3dff 0] matching following query criteria: sdcType=VF, customizationUUID=9481133a-c72a-4558-8c9b-c3c94e11e293
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-07T09:09:53.246Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T09:09:53.246Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-01-07 09-08-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T09:09:53.247Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid f2abae17-17b1-4c4b-908e-2288d2c55abd: vFW 78f82065-3dff
2023-01-07T09:09:53.247Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T09:09:53.247Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-01-07 09-08-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T09:09:53.247Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T09:09:53.247Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-01-07 09-08-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T09:09:53.247Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T09:09:53.248Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-01-07 09-08-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T09:09:53.248Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T09:09:53.248Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-01-07 09-08-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T09:09:53.248Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T09:09:53.248Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-01-07 09-08-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T09:09:53.249Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||INFO|500||Saving Service: vFW 2023-01-07 09-08-09
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-07T09:09:53.425Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 78f82065-3dff fa9d2b77-8d84-476a-a5db-a206714f3076 1 ASDC deployResourceStructure
2023-01-07T09:09:53.426Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/vfw78f820653dff0_modules.json ASDC sendASDCNotification
2023-01-07T09:09:53.426Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/vfw78f820653dff0_modules.json
2023-01-07T09:09:53.426Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-07T09:09:53.426Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-07T09:09:53.428Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T09:09:53.428Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673082593426,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/vfw78f820653dff0_modules.json",
"status": "DEPLOY_OK"
}
2023-01-07T09:09:53.529Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-01-07T09:09:53.530Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-07T09:09:53.530Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ...
2023-01-07T09:09:53.540Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T09:09:53.541Z||pool-34-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2023-01-07T09:09:54.429Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-01-07T09:09:54.430Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/base_vfw.yaml
2023-01-07T09:09:54.430Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-07T09:09:54.430Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-07T09:09:54.432Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T09:09:54.432Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673082594429,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2023-01-07T09:09:54.533Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-01-07T09:09:54.534Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-07T09:09:54.534Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ...
2023-01-07T09:09:54.545Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T09:09:54.546Z||pool-35-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-01-07T09:09:55.434Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/base_vfw.env ASDC sendASDCNotification
2023-01-07T09:09:55.434Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/base_vfw.env
2023-01-07T09:09:55.434Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-07T09:09:55.434Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-07T09:09:55.437Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T09:09:55.437Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673082595433,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2023-01-07T09:09:55.537Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T09:09:55.539Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-07T09:09:55.539Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ...
2023-01-07T09:09:55.567Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T09:09:55.568Z||pool-36-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2023-01-07T09:09:56.438Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230107090809/1.0/artifacts/service-Vfw20230107090809-csar.csar ASDC sendASDCNotification
2023-01-07T09:09:56.439Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230107090809/1.0/artifacts/service-Vfw20230107090809-csar.csar
2023-01-07T09:09:56.439Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-07T09:09:56.439Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-07T09:09:56.441Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T09:09:56.442Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673082596438,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/artifacts/service-Vfw20230107090809-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-07T09:09:56.542Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T09:09:56.543Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-07T09:09:56.543Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ...
2023-01-07T09:09:56.555Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T09:09:56.556Z||pool-37-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-01-07T09:09:57.442Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 89bf7ef7-1670-4bc7-baf0-240aaeedea4b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-07T09:09:57.456Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 89bf7ef7-1670-4bc7-baf0-240aaeedea4b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-07T09:09:57.459Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-07T09:09:57.459Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-07T09:09:57.459Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-07T09:09:57.459Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-07T09:09:57.459Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-07T09:09:57.459Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-07T09:09:57.459Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-07T09:09:57.460Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-07T09:09:57.460Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-07T09:09:57.460Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||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-01-07T09:09:57.465Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-07T09:10:27.466Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 89bf7ef7-1670-4bc7-baf0-240aaeedea4b and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-01-07T09:10:27.472Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 89bf7ef7-1670-4bc7-baf0-240aaeedea4b and serviceModelVersionId: f2abae17-17b1-4c4b-908e-2288d2c55abd
2023-01-07T09:10:27.472Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d9236d5a-0851-49b6-b6af-5a4e2b94f768
2023-01-07T09:10:27.473Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d9236d5a-0851-49b6-b6af-5a4e2b94f768/model-vers/model-ver/f2abae17-17b1-4c4b-908e-2288d2c55abd?depth=0
2023-01-07T09:10:27.477Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2023-01-07T09:10:27.530Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d9236d5a-0851-49b6-b6af-5a4e2b94f768/model-vers/model-ver/f2abae17-17b1-4c4b-908e-2288d2c55abd?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-01-07T09:10:27.532Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d9236d5a-0851-49b6-b6af-5a4e2b94f768/model-vers/model-ver/f2abae17-17b1-4c4b-908e-2288d2c55abd?depth=0|INFO|500||Invoke
2023-01-07T09:10:27.555Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d9236d5a-0851-49b6-b6af-5a4e2b94f768/model-vers/model-ver/f2abae17-17b1-4c4b-908e-2288d2c55abd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-01-07T09:10:27.705Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d9236d5a-0851-49b6-b6af-5a4e2b94f768/model-vers/model-ver/f2abae17-17b1-4c4b-908e-2288d2c55abd?depth=0|INFO|500||InvokeReturn
2023-01-07T09:10:27.706Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d9236d5a-0851-49b6-b6af-5a4e2b94f768/model-vers/model-ver/f2abae17-17b1-4c4b-908e-2288d2c55abd?depth=0 has http status code:200 and response headers:{date=[Sat, 07 Jan 2023 09:10:27 GMT], content-length=[0], vertex-id=[196720], x-aai-txid=[1-aai-resources-230107-09:10:27:753-87625], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-07T09:10:27.706Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2023-01-07T09:10:27.707Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-07T09:10:27.707Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||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-01-07T09:10:27.711Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2023-01-07T09:10:27.712Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 89bf7ef7-1670-4bc7-baf0-240aaeedea4b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-07T09:10:27.712Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-07T09:10:27.712Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-07T09:10:27.714Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T09:10:27.715Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673082627712,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-07T09:10:27.815Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T09:10:27.816Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-07T09:10:27.816Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ...
2023-01-07T09:10:27.829Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T09:10:27.829Z||pool-38-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-01-07T09:10:38.430Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T09:10:38.431Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T09:10:38.431Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|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 mqfFuXM1u4leQbBQ) ...
2023-01-07T09:10:38.433Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T09:10:38.434Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T09:10:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T09:10:38.554Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T09:10:38.555Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-07T09:10:38.555Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673082578430,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-07T09:10:38.556Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-07T09:10:47.974Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T09:11:38.430Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T09:11:38.431Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T09:11:38.431Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|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 mqfFuXM1u4leQbBQ) ...
2023-01-07T09:11:38.433Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T09:11:38.434Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T09:11:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T09:11:38.956Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T09:11:38.957Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T09:11:38.957Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673082578430,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/vfw78f820653dff0_modules.json",
"status": "NOTIFIED"
}
2023-01-07T09:11:38.958Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-07T09:11:38.958Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T09:11:38.958Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673082578430,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-01-07T09:11:38.958Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-07T09:11:38.958Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T09:11:38.958Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673082578430,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-07T09:11:38.959Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-07T09:11:38.959Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T09:11:38.959Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673082578430,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2023-01-07T09:11:38.959Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-07T09:11:38.959Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T09:11:38.959Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673082578430,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/artifacts/service-Vfw20230107090809-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-07T09:11:38.959Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-07T09:11:38.959Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T09:11:38.959Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673082578430,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/artifacts/service-Vfw20230107090809-csar.csar",
"status": "NOTIFIED"
}
2023-01-07T09:11:38.960Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-07T09:11:38.960Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T09:11:38.960Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673082586246,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/artifacts/service-Vfw20230107090809-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-07T09:11:38.960Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T09:11:38.960Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T09:11:38.960Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673082589974,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/vfw78f820653dff0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-01-07T09:11:38.960Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T09:11:38.960Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T09:11:38.960Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673082591077,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-07T09:11:38.960Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T09:11:38.961Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T09:11:38.961Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673082592191,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2023-01-07T09:11:38.961Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T09:11:38.961Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T09:11:38.961Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673082593426,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/vfw78f820653dff0_modules.json",
"status": "DEPLOY_OK"
}
2023-01-07T09:11:38.961Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T09:11:38.961Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T09:11:38.961Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673082594429,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2023-01-07T09:11:38.961Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T09:11:38.962Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T09:11:38.962Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673082595433,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/resourceInstances/vfw78f820653dff0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2023-01-07T09:11:38.962Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T09:11:38.962Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T09:11:38.962Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673082596438,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107090809/1.0/artifacts/service-Vfw20230107090809-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-07T09:11:38.962Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T09:11:38.962Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T09:11:38.962Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89bf7ef7-1670-4bc7-baf0-240aaeedea4b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673082627712,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-07T09:11:38.962Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T09:11:47.994Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T09:12:38.430Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T09:12:38.431Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T09:12:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T09:12:38.433Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T09:12:38.433Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T09:12:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T09:12:47.973Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T09:12:47.973Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T09:13:38.429Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T09:13:38.430Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T09:13:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T09:13:38.433Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T09:13:38.433Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T09:13:38.433Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T09:13:47.971Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T09:13:47.977Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T09:14:38.430Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T09:14:38.431Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T09:14:38.431Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T09:14:38.433Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T09:14:38.434Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T09:14:38.434Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T09:14:47.966Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T09:14:47.971Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T09:15:38.429Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T09:15:38.431Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T09:15:38.431Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|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 mqfFuXM1u4leQbBQ) ...
2023-01-07T09:15:38.433Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T09:15:38.434Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T09:15:38.435Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T09:15:39.086Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T09:15:39.087Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-07T09:15:39.088Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"b3353914-ecfc-404c-938d-8bc7b6b49c89","serviceDescription":"service","serviceInvariantUUID":"d3c6c6e5-9fa0-4873-a8a4-a78ca4f5f0d9","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"7232e5c4-1f15-49df-b831-6539f0646c96","resourceInvariantUUID":"4c7864f5-9020-492a-b9c7-e1aaacbc82cc","resourceCustomizationUUID":"2ab05381-046e-4423-b2c6-95bc1539e293","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":"ZWZiYmE2NWJkNDczMTkzZjI4MTA0ZTA0ZDZhZjQzMDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"644b3c96-3263-4e20-b1a5-3f883d9f7f72","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NjMwYmE5NGQ0MTYxNTJkNDAyODY1ZDJhZDBmZDg5MDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a722365c-36ba-4d26-835d-4dea1410063a","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-07T09:15:39.089Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T09:15:39.090Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T09:15:39.090Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e",
"consumerID": "ves-openapi-manager",
"timestamp": 1673082915930,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-07T09:15:39.091Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-07T09:15:39.091Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T09:15:39.092Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673082909941,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-07T09:15:39.092Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-07T09:15:39.092Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T09:15:39.092Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e",
"consumerID": "ves-openapi-manager",
"timestamp": 1673082915930,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-01-07T09:15:39.093Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-07T09:15:39.093Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T09:15:39.093Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673082909941,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-01-07T09:15:39.093Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-07T09:15:39.093Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T09:15:39.094Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e",
"consumerID": "aai-ml",
"timestamp": 1673082922615,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-07T09:15:39.094Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-07T09:15:39.094Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T09:15:39.095Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e",
"consumerID": "cds",
"timestamp": 1673082926417,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-07T09:15:39.095Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-07T09:15:39.095Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T09:15:39.095Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e",
"consumerID": "aai-ml",
"timestamp": 1673082922615,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-01-07T09:15:39.095Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-07T09:15:39.096Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T09:15:39.096Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e",
"consumerID": "cds",
"timestamp": 1673082926417,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-01-07T09:15:39.096Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-07T09:15:39.096Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T09:15:39.097Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e",
"consumerID": "aai-ml",
"timestamp": 1673082925478,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-07T09:15:39.098Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T09:15:39.098Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T09:15:39.098Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e",
"consumerID": "cds",
"timestamp": 1673082929365,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-07T09:15:39.098Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T09:15:39.099Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T09:15:39.099Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e",
"consumerID": "cds",
"timestamp": 1673082930375,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-07T09:15:39.111Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-07T09:15:39.111Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-07T09:15:39.118Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T09:15:39.119Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673082938429,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-07T09:15:39.128Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e
2023-01-07T09:15:39.128Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-07T09:15:39.139Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T09:15:39.139Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e",
"consumerID": "aai-ml",
"timestamp": 1673082929855,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-07T09:15:39.140Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T09:15:39.140Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T09:15:39.140Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e",
"consumerID": "aai-ml",
"timestamp": 1673082930858,
"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-01-07T09:15:39.145Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e
2023-01-07T09:15:39.145Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-07T09:15:39.155Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T09:15:39.156Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673082930543,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-07T09:15:39.156Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-07T09:15:39.156Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T09:15:39.156Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673082930543,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-01-07T09:15:39.157Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-07T09:15:39.157Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T09:15:39.157Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673082933264,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-07T09:15:39.160Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T09:15:39.160Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T09:15:39.160Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673082934874,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-07T09:15:39.161Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T09:15:39.161Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-07T09:15:39.161Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673082935880,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-07T09:15:39.167Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e
2023-01-07T09:15:39.167Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-07T09:15:39.219Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T09:15:39.220Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-07T09:15:39.220Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ...
2023-01-07T09:15:39.230Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T09:15:39.231Z||pool-39-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2023-01-07T09:15:40.119Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-07T09:15:40.121Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-07T09:15:40.123Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T09:15:40.124Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673082938429,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-01-07T09:15:40.224Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T09:15:40.225Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-07T09:15:40.225Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ...
2023-01-07T09:15:40.235Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T09:15:40.236Z||pool-40-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2023-01-07T09:15:41.125Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "b3353914-ecfc-404c-938d-8bc7b6b49c89",
"serviceDescription": "service",
"serviceInvariantUUID": "d3c6c6e5-9fa0-4873-a8a4-a78ca4f5f0d9",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "2ab05381-046e-4423-b2c6-95bc1539e293",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "7232e5c4-1f15-49df-b831-6539f0646c96",
"resourceInvariantUUID": "4c7864f5-9020-492a-b9c7-e1aaacbc82cc",
"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": "NjMwYmE5NGQ0MTYxNTJkNDAyODY1ZDJhZDBmZDg5MDE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "a722365c-36ba-4d26-835d-4dea1410063a"
}
],
"workloadContext": "Production"
}
2023-01-07T09:15:41.126Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-07T09:15:41.126Z|89bf7ef7-1670-4bc7-baf0-240aaeedea4b|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b3353914-ecfc-404c-938d-8bc7b6b49c89 ASDC
2023-01-07T09:15:41.127Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:b3353914-ecfc-404c-938d-8bc7b6b49c89
ServiceInvariantUUID:d3c6c6e5-9fa0-4873-a8a4-a78ca4f5f0d9
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:a722365c-36ba-4d26-835d-4dea1410063a
ArtifactChecksum:NjMwYmE5NGQ0MTYxNTJkNDAyODY1ZDJhZDBmZDg5MDE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:2ab05381-046e-4423-b2c6-95bc1539e293
ResourceInvariantUUID:4c7864f5-9020-492a-b9c7-e1aaacbc82cc
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:7232e5c4-1f15-49df-b831-6539f0646c96
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2023-01-07T09:15:41.127Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b3353914-ecfc-404c-938d-8bc7b6b49c89 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-01-07T09:15:41.158Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-07T09:15:41.160Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-01-07T09:15:41.161Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-01-07T09:15:41.161Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: a722365c-36ba-4d26-835d-4dea1410063a from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-01-07T09:15:41.161Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-01-07T09:15:41.162Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-01-07T09:15:41.263Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-01-07T09:15:41.267Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar a722365c-36ba-4d26-835d-4dea1410063a 57660
2023-01-07T09:15:41.268Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-01-07T09:15:41.268Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-01-07T09:15:41.268Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-07T09:15:41.268Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-07T09:15:41.271Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T09:15:41.271Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673082941268,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-07T09:15:41.371Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T09:15:41.372Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-07T09:15:41.372Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ...
2023-01-07T09:15:41.384Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T09:15:41.384Z||pool-41-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2023-01-07T09:15:42.271Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-07T09:15:42.273Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-01-07T09:15:42.273Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: a722365c-36ba-4d26-835d-4dea1410063a, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-07T09:15:42.274Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-01-07T09:15:42.274Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-07T09:15:42.274Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-07T09:15:42.445Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12563784412968678606/Definitions/service-BasicNetwork-template.yml
2023-01-07T09:15:43.044Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-07T09:15:43.045Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-01-07T09:15:43.045Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-07T09:15:43.045Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-01-07T09:15:43.046Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||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-01-07T09:15:43.046Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||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-01-07T09:15:43.046Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||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-01-07T09:15:43.047Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||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-01-07T09:15:43.047Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||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-01-07T09:15:43.047Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||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-01-07T09:15:43.047Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||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-01-07T09:15:43.048Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||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-01-07T09:15:43.048Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-01-07T09:15:43.048Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T09:15:43.048Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T09:15:43.049Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-01-07T09:15:43.049Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-01-07T09:15:43.049Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-07T09:15:43.050Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T09:15:43.050Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T09:15:43.050Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-01-07T09:15:43.051Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-01-07T09:15:43.051Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-07T09:15:43.051Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T09:15:43.051Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T09:15:43.052Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T09:15:43.052Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T09:15:43.053Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T09:15:43.053Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T09:15:43.053Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T09:15:43.053Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T09:15:43.054Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T09:15:43.054Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T09:15:43.054Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:b3353914-ecfc-404c-938d-8bc7b6b49c89
Model Version:NULL
Model InvariantUuid:d3c6c6e5-9fa0-4873-a8a4-a78ca4f5f0d9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:4c7864f5-9020-492a-b9c7-e1aaacbc82cc
Model UUID:c391f655-f0a2-41de-aee3-c8c0ef25b3e3
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:2ab05381-046e-4423-b2c6-95bc1539e293
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-01-07T09:15:43.064Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||INFO|500||Processing Resource Type: VL, Model UUID: 7232e5c4-1f15-49df-b831-6539f0646c96
2023-01-07T09:15:43.064Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||INFO|500||No resources found for Service: b3353914-ecfc-404c-938d-8bc7b6b49c89
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-07T09:15:43.071Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||INFO|500||
2023-01-07T09:15:43.071Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2023-01-07T09:15:43.072Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||No resources found for Service: b3353914-ecfc-404c-938d-8bc7b6b49c89
2023-01-07T09:15:43.073Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: b3353914-ecfc-404c-938d-8bc7b6b49c89
2023-01-07T09:15:43.073Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2023-01-07T09:15:43.073Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||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-01-07T09:15:43.079Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2bd6af8f, org.onap.sdc.toscaparser.api.parameters.Input@3ca400f, org.onap.sdc.toscaparser.api.parameters.Input@47690686, org.onap.sdc.toscaparser.api.parameters.Input@546a27c5, org.onap.sdc.toscaparser.api.parameters.Input@4a5e5010]
2023-01-07T09:15:43.081Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T09:15:43.081Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T09:15:43.081Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T09:15:43.081Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T09:15:43.082Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid b3353914-ecfc-404c-938d-8bc7b6b49c89: Generic NeutronNet
2023-01-07T09:15:43.082Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T09:15:43.082Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T09:15:43.082Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T09:15:43.082Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||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-01-07T09:15:43.123Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T09:15:43.124Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T09:15:43.124Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T09:15:43.124Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T09:15:43.125Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T09:15:43.125Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T09:15:43.125Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||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-01-07T09:15:43.178Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2023-01-07T09:15:43.179Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-01-07T09:15:43.179Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-01-07T09:15:43.179Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-07T09:15:43.180Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-07T09:15:43.182Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T09:15:43.182Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673082943179,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-07T09:15:43.283Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-01-07T09:15:43.284Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-07T09:15:43.285Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ...
2023-01-07T09:15:43.295Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T09:15:43.296Z||pool-42-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2023-01-07T09:15:44.184Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-07T09:15:44.196Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-07T09:15:44.199Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-07T09:15:44.199Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-07T09:15:44.199Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-07T09:15:44.199Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-07T09:15:44.199Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-07T09:15:44.199Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-07T09:15:44.199Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-07T09:15:44.200Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-07T09:15:44.200Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||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-01-07T09:15:44.204Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-07T09:16:14.205Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-01-07T09:16:14.213Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e and serviceModelVersionId: b3353914-ecfc-404c-938d-8bc7b6b49c89
2023-01-07T09:16:14.213Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d3c6c6e5-9fa0-4873-a8a4-a78ca4f5f0d9
2023-01-07T09:16:14.215Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d3c6c6e5-9fa0-4873-a8a4-a78ca4f5f0d9/model-vers/model-ver/b3353914-ecfc-404c-938d-8bc7b6b49c89?depth=0
2023-01-07T09:16:14.221Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2023-01-07T09:16:14.308Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c6c6e5-9fa0-4873-a8a4-a78ca4f5f0d9/model-vers/model-ver/b3353914-ecfc-404c-938d-8bc7b6b49c89?depth=0|INFO|500||Invoke
2023-01-07T09:16:14.309Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c6c6e5-9fa0-4873-a8a4-a78ca4f5f0d9/model-vers/model-ver/b3353914-ecfc-404c-938d-8bc7b6b49c89?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c6c6e5-9fa0-4873-a8a4-a78ca4f5f0d9/model-vers/model-ver/b3353914-ecfc-404c-938d-8bc7b6b49c89?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[aa21afdc-39c1-472f-b524-3c2cef55e0ee], X-ECOMP-RequestID=[a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e], X-TransactionId=[], X-ONAP-RequestID=[a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e], Content-Type=[application/merge-patch+json]}
2023-01-07T09:16:14.338Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c6c6e5-9fa0-4873-a8a4-a78ca4f5f0d9/model-vers/model-ver/b3353914-ecfc-404c-938d-8bc7b6b49c89?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-01-07T09:16:14.472Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c6c6e5-9fa0-4873-a8a4-a78ca4f5f0d9/model-vers/model-ver/b3353914-ecfc-404c-938d-8bc7b6b49c89?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/d3c6c6e5-9fa0-4873-a8a4-a78ca4f5f0d9/model-vers/model-ver/b3353914-ecfc-404c-938d-8bc7b6b49c89?depth=0 has http status code:200 and response headers:{date=[Sat, 07 Jan 2023 09:16:14 GMT], content-length=[0], vertex-id=[204928], x-aai-txid=[0-aai-resources-230107-09:16:14:529-48593], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-07T09:16:14.473Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c6c6e5-9fa0-4873-a8a4-a78ca4f5f0d9/model-vers/model-ver/b3353914-ecfc-404c-938d-8bc7b6b49c89?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-01-07T09:16:14.473Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3c6c6e5-9fa0-4873-a8a4-a78ca4f5f0d9/model-vers/model-ver/b3353914-ecfc-404c-938d-8bc7b6b49c89?depth=0|INFO|500||InvokeReturn
2023-01-07T09:16:14.474Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-07T09:16:14.474Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||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-01-07T09:16:14.480Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2023-01-07T09:16:14.480Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-07T09:16:14.481Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-07T09:16:14.481Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-07T09:16:14.483Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T09:16:14.484Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673082974480,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-07T09:16:14.584Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T09:16:14.585Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-07T09:16:14.585Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ...
2023-01-07T09:16:14.598Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T09:16:14.599Z||pool-43-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-01-07T09:16:38.430Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T09:16:38.431Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T09:16:38.431Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|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 mqfFuXM1u4leQbBQ) ...
2023-01-07T09:16:38.433Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T09:16:38.433Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T09:16:38.433Z||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 mqfFuXM1u4leQbBQ) ...
2023-01-07T09:16:38.555Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T09:16:38.555Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-07T09:16:38.556Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673082938429,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-07T09:16:38.557Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-07T09:16:39.054Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T09:16:39.055Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-07T09:16:39.055Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"3885228e-6a40-4427-9a09-5cf44fcaca8f","serviceName":"Demo_pNF_NaN8ICddF6SUiNWJM3do","serviceVersion":"1.0","serviceUUID":"ff6670ba-1bc1-46fe-84e4-439b83475bd3","serviceDescription":"catalog service description","serviceInvariantUUID":"5e10dbbd-e3f6-4f21-84b2-a33199a2ddd9","resources":[{"resourceInstanceName":"pNF 82c6a7fa-eee3 0","resourceName":"pNF 82c6a7fa-eee3","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"c38d5121-8533-4d6c-82e6-c8991b86cf10","resourceInvariantUUID":"fe0e2e2a-f151-4287-8fb3-209ff6b6586f","resourceCustomizationUUID":"d32101e0-a1b8-41e0-b11f-41f2b23a260a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNan8icddf6suinwjm3do/1.0/resourceInstances/pnf82c6a7faeee30/artifacts/vf-license-model.xml","artifactChecksum":"NGVmYjg5YWE5MDE3MjNkZWI3NmRjM2MzZmM3NTIxMGI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"67190fee-004c-470a-a350-ac139ee93161","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNan8icddf6suinwjm3do/1.0/resourceInstances/pnf82c6a7faeee30/artifacts/pNF.csar","artifactChecksum":"ZDUyMGIyN2EyMzZlOWQ0ODUzOWE5NWUwMDQ1OGFjMjI\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e3a707f6-8160-461e-8e58-5a84906cd1e1","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNan8icddf6suinwjm3do/1.0/resourceInstances/pnf82c6a7faeee30/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5adf8e35-e7b0-481a-9df0-436af2931406","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNan8icddf6suinwjm3do/1.0/resourceInstances/pnf82c6a7faeee30/artifacts/vendor-license-model.xml","artifactChecksum":"OGIzNzc5ZjRjOTliOGU5NzFjMWU4MTYwYjFlMjM2ZjI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2a8277eb-2dde-45a3-a51e-a4b34e278a33","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfNan8icddf6suinwjm3do/1.0/resourceInstances/pnf82c6a7faeee30/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"43e085c2-0201-4e76-97d7-42054a96c49e","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfNan8icddf6suinwjm3do/1.0/resourceInstances/pnf82c6a7faeee30/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8f060766-fc0f-44fa-8bed-fb1021af724a","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfNan8icddf6suinwjm3do-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNan8icddf6suinwjm3do/1.0/artifacts/service-DemoPnfNan8icddf6suinwjm3do-template.yml","artifactChecksum":"NTIzZWFjZmQ5YWYzN2Q3NTllYmI0NzIxYTBlYmIxYTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7a475a1d-912b-4a39-a207-60b3c4444a80","artifactVersion":"1"},{"artifactName":"service-DemoPnfNan8icddf6suinwjm3do-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfNan8icddf6suinwjm3do/1.0/artifacts/service-DemoPnfNan8icddf6suinwjm3do-csar.csar","artifactChecksum":"Zjc1YzhiMjE2OTcwMjkwZTg5OTAyNWM5ZTcyYzY1NTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a50515fb-8e11-4619-a5c9-2267ab77f7c8","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-07T09:16:39.058Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-07T09:16:39.058Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-07T09:16:39.061Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T09:16:39.061Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "3885228e-6a40-4427-9a09-5cf44fcaca8f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673082998429,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNan8icddf6suinwjm3do/1.0/resourceInstances/pnf82c6a7faeee30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-07T09:16:39.162Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-01-07T09:16:39.163Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-07T09:16:39.164Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ...
2023-01-07T09:16:39.175Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T09:16:39.175Z||pool-44-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2023-01-07T09:16:40.061Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-07T09:16:40.063Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-07T09:16:40.080Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T09:16:40.081Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "3885228e-6a40-4427-9a09-5cf44fcaca8f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673082998429,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNan8icddf6suinwjm3do/1.0/resourceInstances/pnf82c6a7faeee30/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-01-07T09:16:40.166Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 85 ms
2023-01-07T09:16:40.167Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-07T09:16:40.167Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ...
2023-01-07T09:16:40.178Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T09:16:40.178Z||pool-45-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2023-01-07T09:16:41.081Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-07T09:16:41.082Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-07T09:16:41.104Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T09:16:41.105Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "3885228e-6a40-4427-9a09-5cf44fcaca8f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673082998429,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNan8icddf6suinwjm3do/1.0/resourceInstances/pnf82c6a7faeee30/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-01-07T09:16:41.185Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 80 ms
2023-01-07T09:16:41.186Z||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-01-07T09:16:41.186Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ...
2023-01-07T09:16:41.197Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T09:16:41.197Z||pool-46-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2023-01-07T09:16:42.106Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-07T09:16:42.107Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-07T09:16:42.110Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T09:16:42.111Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "3885228e-6a40-4427-9a09-5cf44fcaca8f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673082998429,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNan8icddf6suinwjm3do/1.0/resourceInstances/pnf82c6a7faeee30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-07T09:16:42.211Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T09:16:42.212Z||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-01-07T09:16:42.212Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ...
2023-01-07T09:16:42.224Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T09:16:42.225Z||pool-47-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2023-01-07T09:16:43.112Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-07T09:16:43.112Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-07T09:16:43.114Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T09:16:43.115Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "3885228e-6a40-4427-9a09-5cf44fcaca8f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673082998429,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNan8icddf6suinwjm3do/1.0/resourceInstances/pnf82c6a7faeee30/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-07T09:16:43.215Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T09:16:43.216Z||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-01-07T09:16:43.216Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ...
2023-01-07T09:16:43.226Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T09:16:43.226Z||pool-48-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2023-01-07T09:16:44.116Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-07T09:16:44.117Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-07T09:16:44.119Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T09:16:44.119Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "3885228e-6a40-4427-9a09-5cf44fcaca8f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673082998429,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNan8icddf6suinwjm3do/1.0/resourceInstances/pnf82c6a7faeee30/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-07T09:16:44.220Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T09:16:44.221Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-07T09:16:44.221Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ...
2023-01-07T09:16:44.230Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T09:16:44.231Z||pool-49-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2023-01-07T09:16:45.120Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-07T09:16:45.121Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-07T09:16:45.124Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T09:16:45.124Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "3885228e-6a40-4427-9a09-5cf44fcaca8f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673082998429,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNan8icddf6suinwjm3do/1.0/artifacts/service-DemoPnfNan8icddf6suinwjm3do-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-07T09:16:45.225Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-01-07T09:16:45.226Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-07T09:16:45.227Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ...
2023-01-07T09:16:45.245Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T09:16:45.245Z||pool-50-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2023-01-07T09:16:46.125Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-07T09:16:46.126Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-07T09:16:46.128Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T09:16:46.128Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "3885228e-6a40-4427-9a09-5cf44fcaca8f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673082998429,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNan8icddf6suinwjm3do/1.0/artifacts/service-DemoPnfNan8icddf6suinwjm3do-csar.csar",
"status": "NOTIFIED"
}
2023-01-07T09:16:46.228Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T09:16:46.229Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-07T09:16:46.230Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ...
2023-01-07T09:16:46.238Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T09:16:46.239Z||pool-51-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2023-01-07T09:16:47.129Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "3885228e-6a40-4427-9a09-5cf44fcaca8f",
"serviceName": "Demo_pNF_NaN8ICddF6SUiNWJM3do",
"serviceVersion": "1.0",
"serviceUUID": "ff6670ba-1bc1-46fe-84e4-439b83475bd3",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "5e10dbbd-e3f6-4f21-84b2-a33199a2ddd9",
"resources": [
{
"resourceInstanceName": "pNF 82c6a7fa-eee3 0",
"resourceCustomizationUUID": "d32101e0-a1b8-41e0-b11f-41f2b23a260a",
"resourceName": "pNF 82c6a7fa-eee3",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "c38d5121-8533-4d6c-82e6-c8991b86cf10",
"resourceInvariantUUID": "fe0e2e2a-f151-4287-8fb3-209ff6b6586f",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfNan8icddf6suinwjm3do-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNan8icddf6suinwjm3do/1.0/artifacts/service-DemoPnfNan8icddf6suinwjm3do-csar.csar",
"artifactChecksum": "Zjc1YzhiMjE2OTcwMjkwZTg5OTAyNWM5ZTcyYzY1NTc\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "a50515fb-8e11-4619-a5c9-2267ab77f7c8"
}
],
"workloadContext": "Production"
}
2023-01-07T09:16:47.130Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-07T09:16:47.130Z|a514d56d-1ec6-4bf0-b1f3-0d0c8a476f7e|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 ff6670ba-1bc1-46fe-84e4-439b83475bd3 ASDC
2023-01-07T09:16:47.131Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:3885228e-6a40-4427-9a09-5cf44fcaca8f
ServiceName:Demo_pNF_NaN8ICddF6SUiNWJM3do
ServiceVersion:1.0
ServiceUUID:ff6670ba-1bc1-46fe-84e4-439b83475bd3
ServiceInvariantUUID:5e10dbbd-e3f6-4f21-84b2-a33199a2ddd9
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfNan8icddf6suinwjm3do-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfNan8icddf6suinwjm3do/1.0/artifacts/service-DemoPnfNan8icddf6suinwjm3do-csar.csar
ArtifactUUID:a50515fb-8e11-4619-a5c9-2267ab77f7c8
ArtifactChecksum:Zjc1YzhiMjE2OTcwMjkwZTg5OTAyNWM5ZTcyYzY1NTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 82c6a7fa-eee3 0
ResourceCustomizationUUID:d32101e0-a1b8-41e0-b11f-41f2b23a260a
ResourceInvariantUUID:fe0e2e2a-f151-4287-8fb3-209ff6b6586f
ResourceName:pNF 82c6a7fa-eee3
ResourceType:PNF
ResourceUUID:c38d5121-8533-4d6c-82e6-c8991b86cf10
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2023-01-07T09:16:47.131Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ff6670ba-1bc1-46fe-84e4-439b83475bd3 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-07T09:16:47.158Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-07T09:16:47.159Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-01-07T09:16:47.160Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-01-07T09:16:47.160Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: a50515fb-8e11-4619-a5c9-2267ab77f7c8 from URL: /sdc/v1/catalog/services/DemoPnfNan8icddf6suinwjm3do/1.0/artifacts/service-DemoPnfNan8icddf6suinwjm3do-csar.csar
2023-01-07T09:16:47.160Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-01-07T09:16:47.161Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfNan8icddf6suinwjm3do/1.0/artifacts/service-DemoPnfNan8icddf6suinwjm3do-csar.csar
2023-01-07T09:16:47.257Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-01-07T09:16:47.262Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfNan8icddf6suinwjm3do/1.0/artifacts/service-DemoPnfNan8icddf6suinwjm3do-csar.csar a50515fb-8e11-4619-a5c9-2267ab77f7c8 87771
2023-01-07T09:16:47.262Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfNan8icddf6suinwjm3do/1.0/artifacts/service-DemoPnfNan8icddf6suinwjm3do-csar.csar ASDC sendASDCNotification
2023-01-07T09:16:47.263Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfNan8icddf6suinwjm3do/1.0/artifacts/service-DemoPnfNan8icddf6suinwjm3do-csar.csar
2023-01-07T09:16:47.263Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-07T09:16:47.263Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-07T09:16:47.265Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T09:16:47.265Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "3885228e-6a40-4427-9a09-5cf44fcaca8f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673083007262,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNan8icddf6suinwjm3do/1.0/artifacts/service-DemoPnfNan8icddf6suinwjm3do-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-07T09:16:47.365Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T09:16:47.366Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-07T09:16:47.366Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mqfFuXM1u4leQbBQ) ...
2023-01-07T09:16:47.374Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T09:16:47.375Z||pool-52-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2023-01-07T09:16:48.266Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-07T09:16:48.267Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-01-07T09:16:48.268Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: a50515fb-8e11-4619-a5c9-2267ab77f7c8, URL: /sdc/v1/catalog/services/DemoPnfNan8icddf6suinwjm3do/1.0/artifacts/service-DemoPnfNan8icddf6suinwjm3do-csar.csar to file: /app/ASDC/1/service-DemoPnfNan8icddf6suinwjm3do-csar.csar
2023-01-07T09:16:48.268Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfNan8icddf6suinwjm3do-csar.csar
2023-01-07T09:16:48.269Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfNan8icddf6suinwjm3do-csar.csar
2023-01-07T09:16:48.269Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfNan8icddf6suinwjm3do-csar.csar
2023-01-07T09:16:48.383Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9067942901097809408/Definitions/service-DemoPnfNan8icddf6suinwjm3do-template.yml
2023-01-07T09:16:49.228Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-07T09:16:49.229Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-01-07T09:16:49.229Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfNan8icddf6suinwjm3do-csar.csar
2023-01-07T09:16:49.229Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-01-07T09:16:49.229Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||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-DemoPnfNan8icddf6suinwjm3do-csar.csar
2023-01-07T09:16:49.229Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfNan8icddf6suinwjm3do-csar.csar
2023-01-07T09:16:49.229Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||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-DemoPnfNan8icddf6suinwjm3do-csar.csar
2023-01-07T09:16:49.230Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||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-DemoPnfNan8icddf6suinwjm3do-csar.csar
2023-01-07T09:16:49.230Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||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-DemoPnfNan8icddf6suinwjm3do-csar.csar
2023-01-07T09:16:49.230Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||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-DemoPnfNan8icddf6suinwjm3do-csar.csar
2023-01-07T09:16:49.230Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 82c6a7fa-eee3 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-DemoPnfNan8icddf6suinwjm3do-csar.csar
2023-01-07T09:16:49.230Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-01-07T09:16:49.230Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T09:16:49.230Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_NaN8ICddF6SUiNWJM3do is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T09:16:49.231Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||DEBUG|500||Node template pNF 82c6a7fa-eee3 0 is matching search criteria
2023-01-07T09:16:49.231Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-01-07T09:16:49.231Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 82c6a7fa-eee3 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-07T09:16:49.231Z|3885228e-6a40-4427-9a09-5cf44fcaca8f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery