By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2022-11-28T09:20:24.265Z||main|||||INFO|500||The following profiles are active: basic
2022-11-28T09:20:36.668Z||main|||||INFO|500||Starting service [Tomcat]
2022-11-28T09:20:36.672Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-11-28T09:20:36.790Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-11-28T09:20:40.769Z||main|||||INFO|500||catdb-pool - Starting...
2022-11-28T09:20:41.185Z||main|||||INFO|500||catdb-pool - Start completed.
2022-11-28T09:20:41.639Z||main|||||INFO|500||reqdb-pool - Starting...
2022-11-28T09:20:41.646Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-11-28T09:20:41.750Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-11-28T09:20:41.948Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-11-28T09:20:42.589Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-11-28T09:20:45.281Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-11-28T09:20:47.451Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-11-28T09:20:47.506Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-11-28T09:20:48.023Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-11-28T09:20:48.416Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-11-28T09:20:49.557Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-11-28T09:20:50.646Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-11-28T09:20:50.671Z||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$$3d37c175.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-11-28T09:20:50.672Z||main|||||WARN|500||The sdc end point is not alive
2022-11-28T09:20:54.077Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-11-28T09:20:56.623Z||main|||||WARN|500||---
2022-11-28T09:20:56.623Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-11-28T09:20:56.624Z||main|||||WARN|500||---
2022-11-28T09:20:57.040Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-11-28T09:21:01.464Z||main|||||INFO|500||Started Application in 40.211 seconds (JVM running for 42.277)
2022-11-28T09:21:01.483Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-28T09:21:01.485Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-28T09:21:01.503Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-28T09:21:01.529Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-28T09:21:01.579Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4dd3e45b-6b6f-4239-bd12-55df8456124e url= /sdc/v1/artifactTypes
2022-11-28T09:21:01.579Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-11-28T09:21:01.850Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-11-28T09:21:01.874Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-11-28T09:21:01.895Z||scheduling-1|||||DEBUG|500||create keys
2022-11-28T09:21:01.903Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-11-28T09:21:01.928Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T09:21:01.943Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 40ffaa8e-9fb5-4fd2-b74f-8cfe5c07f3e4 url= /sdc/v1/registerForDistribution
2022-11-28T09:21:02.030Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 40ffaa8e-9fb5-4fd2-b74f-8cfe5c07f3e4 url= /sdc/v1/registerForDistribution
2022-11-28T09:21:02.030Z||scheduling-1|||||INFO|500||start DistributionClient
2022-11-28T09:21:02.047Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T09:21:02.057Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T09:21:02.070Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-11-28T09:21:02.071Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T09:21:02.071Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T09:21:02.074Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T09:21:02.074Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T09:21:12.361Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T09:21:12.365Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T09:22:02.039Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T09:22:02.040Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T09:22:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T09:22:02.047Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T09:22:02.048Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T09:22:02.048Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T09:22:11.596Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T09:22:11.597Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T09:23:02.039Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T09:23:02.041Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T09:23:02.041Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T09:23:02.047Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T09:23:02.048Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T09:23:02.048Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T09:23:11.580Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T09:23:11.587Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T09:24:02.039Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T09:24:02.041Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T09:24:02.041Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T09:24:02.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T09:24:02.047Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T09:24:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T09:24:11.580Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T09:24:11.582Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T09:25:02.040Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T09:25:02.043Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T09:25:02.044Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T09:25:02.047Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T09:25:02.048Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T09:25:02.048Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T09:25:11.595Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T09:25:11.596Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T09:26:02.040Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T09:26:02.042Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T09:26:02.042Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T09:26:02.047Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T09:26:02.048Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T09:26:02.048Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T09:26:11.598Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T09:26:11.601Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T09:27:02.039Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T09:27:02.041Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T09:27:02.041Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T09:27:02.046Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T09:27:02.047Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T09:27:02.048Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T09:27:11.600Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T09:27:11.601Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T09:28:02.039Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T09:28:02.041Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T09:28:02.041Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T09:28:02.046Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T09:28:02.050Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T09:28:02.050Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T09:28:11.597Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T09:28:11.604Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T09:29:02.039Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T09:29:02.040Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T09:29:02.041Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T09:29:02.046Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T09:29:02.047Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T09:29:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T09:29:11.577Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T09:29:11.578Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T09:30:02.039Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T09:30:02.040Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T09:30:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T09:30:02.046Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T09:30:02.047Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T09:30:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T09:30:11.583Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T09:30:11.591Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T09:30:34.972Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-11-28T09:31:02.039Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T09:31:02.041Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T09:31:02.041Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T09:31:02.047Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T09:31:02.047Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T09:31:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T09:31:11.591Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T09:31:11.591Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T09:32:02.039Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T09:32:02.040Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T09:32:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T09:32:02.046Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T09:32:02.047Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T09:32:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T09:32:11.582Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T09:32:11.582Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T09:33:02.039Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T09:33:02.040Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T09:33:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T09:33:02.046Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T09:33:02.055Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T09:33:02.055Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T09:33:11.582Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T09:33:11.588Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T09:34:02.039Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T09:34:02.040Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T09:34:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T09:34:02.046Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T09:34:02.047Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T09:34:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T09:34:11.583Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T09:34:11.583Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T09:35:02.039Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T09:35:02.040Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T09:35:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T09:35:02.047Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T09:35:02.047Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T09:35:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T09:35:11.578Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T09:35:11.578Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T09:36:02.039Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T09:36:02.041Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T09:36:02.041Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T09:36:02.047Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T09:36:02.047Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T09:36:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T09:36:11.595Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T09:36:11.595Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T09:37:02.040Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T09:37:02.042Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T09:37:02.042Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T09:37:02.046Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T09:37:02.047Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T09:37:02.048Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T09:37:11.588Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T09:37:11.590Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T09:37:26.360Z||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 [0x160x030x010x020x000x010x000x010xfc0x030x0390x870x8c0x9b0xa8G#v0x030x1f(vR0x910xe9b0xca(0xdbY0xf60xff0x87b0xd40xd1@0x8e2Y0xe40x03]. HTTP method names must be tokens
at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417)
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.base/java.lang.Thread.run(Unknown Source)
2022-11-28T09:38:02.039Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T09:38:02.041Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T09:38:02.041Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T09:38:02.046Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T09:38:02.047Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T09:38:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T09:38:11.583Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T09:38:11.583Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T09:39:02.039Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T09:39:02.041Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T09:39:02.041Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T09:39:02.047Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T09:39:02.048Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T09:39:02.048Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T09:39:11.578Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T09:39:11.603Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T09:40:02.039Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T09:40:02.040Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T09:40:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T09:40:02.047Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T09:40:02.047Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T09:40:02.048Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T09:40:11.582Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T09:40:11.583Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T09:41:02.039Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T09:41:02.040Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T09:41:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T09:41:02.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T09:41:02.047Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T09:41:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T09:41:11.589Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T09:41:11.589Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T09:42:02.039Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T09:42:02.040Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T09:42:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T09:42:02.046Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T09:42:02.047Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T09:42:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T09:42:11.595Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T09:42:11.609Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T09:43:02.039Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T09:43:02.040Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T09:43:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T09:43:02.047Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T09:43:02.047Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T09:43:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T09:43:11.589Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T09:43:11.594Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T09:44:02.039Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T09:44:02.040Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T09:44:02.041Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T09:44:02.047Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T09:44:02.047Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T09:44:02.048Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T09:44:11.577Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T09:44:11.583Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T09:45:02.041Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T09:45:02.042Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T09:45:02.042Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T09:45:02.046Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T09:45:02.048Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T09:45:02.048Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T09:45:11.587Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T09:45:11.587Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T09:46:02.039Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T09:46:02.040Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T09:46:02.041Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T09:46:02.046Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T09:46:02.047Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T09:46:02.048Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T09:46:11.580Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T09:46:11.582Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T09:47:02.040Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T09:47:02.042Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T09:47:02.042Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T09:47:02.046Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T09:47:02.047Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T09:47:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T09:47:11.593Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T09:47:11.594Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T09:48:02.039Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T09:48:02.041Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T09:48:02.041Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T09:48:02.046Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T09:48:02.047Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T09:48:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T09:48:11.579Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T09:48:11.579Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T09:49:02.039Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T09:49:02.040Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T09:49:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T09:49:02.047Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T09:49:02.047Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T09:49:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T09:49:11.583Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T09:49:11.587Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T09:50:02.039Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T09:50:02.040Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T09:50:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T09:50:02.046Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T09:50:02.047Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T09:50:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T09:50:11.585Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T09:50:11.585Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T09:51:02.039Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T09:51:02.040Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T09:51:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T09:51:02.046Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T09:51:02.047Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T09:51:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T09:51:11.598Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T09:51:11.614Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T09:52:02.039Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T09:52:02.040Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T09:52:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T09:52:02.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T09:52:02.047Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T09:52:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T09:52:11.593Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T09:52:11.595Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T09:53:02.039Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T09:53:02.040Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T09:53:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T09:53:02.046Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T09:53:02.047Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T09:53:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T09:53:11.586Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T09:53:11.587Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T09:54:02.039Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T09:54:02.040Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T09:54:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T09:54:02.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T09:54:02.047Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T09:54:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T09:54:11.584Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T09:54:11.585Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T09:55:02.039Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T09:55:02.040Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T09:55:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T09:55:02.046Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T09:55:02.047Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T09:55:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T09:55:11.579Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T09:55:11.592Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T09:56:02.039Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T09:56:02.040Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T09:56:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T09:56:02.046Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T09:56:02.047Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T09:56:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T09:56:11.591Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T09:56:11.592Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T09:57:02.039Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T09:57:02.040Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T09:57:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T09:57:02.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T09:57:02.047Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T09:57:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T09:57:11.611Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T09:57:11.675Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T09:58:02.039Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T09:58:02.041Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T09:58:02.041Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T09:58:02.046Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T09:58:02.047Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T09:58:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T09:58:11.596Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T09:58:11.606Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T09:59:02.039Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T09:59:02.041Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T09:59:02.041Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T09:59:02.046Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T09:59:02.047Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T09:59:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T09:59:11.584Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T09:59:11.588Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T10:00:02.039Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T10:00:02.040Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T10:00:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T10:00:02.046Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T10:00:02.047Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T10:00:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T10:00:11.592Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T10:00:11.601Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T10:01:02.039Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T10:01:02.040Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T10:01:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T10:01:02.046Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T10:01:02.047Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T10:01:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T10:01:11.581Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T10:01:11.582Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T10:02:02.039Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T10:02:02.040Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T10:02:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T10:02:02.047Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T10:02:02.047Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T10:02:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T10:02:11.581Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T10:02:11.581Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T10:03:02.039Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T10:03:02.040Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T10:03:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T10:03:02.047Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T10:03:02.047Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T10:03:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T10:03:11.581Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T10:03:11.585Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T10:04:02.039Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T10:04:02.040Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T10:04:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T10:04:02.046Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T10:04:02.047Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T10:04:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T10:04:11.574Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T10:04:11.583Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T10:05:02.039Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T10:05:02.040Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T10:05:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T10:05:02.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T10:05:02.047Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T10:05:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T10:05:11.580Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T10:05:11.583Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T10:06:02.039Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T10:06:02.040Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T10:06:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T10:06:02.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T10:06:02.047Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T10:06:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T10:06:11.581Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T10:06:11.581Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T10:07:02.039Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T10:07:02.040Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T10:07:02.041Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T10:07:02.046Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T10:07:02.047Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T10:07:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T10:07:11.581Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T10:07:11.583Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T10:08:02.039Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T10:08:02.040Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T10:08:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T10:08:02.046Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T10:08:02.047Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T10:08:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T10:08:11.588Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T10:08:11.606Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T10:09:02.040Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T10:09:02.043Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T10:09:02.043Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T10:09:02.046Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T10:09:02.047Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T10:09:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T10:09:11.590Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T10:09:11.618Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T10:10:02.039Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T10:10:02.041Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T10:10:02.041Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T10:10:02.047Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T10:10:02.047Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T10:10:02.048Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T10:10:11.578Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T10:10:11.583Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T10:11:02.039Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T10:11:02.041Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T10:11:02.041Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T10:11:02.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T10:11:02.047Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T10:11:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T10:11:11.591Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T10:11:11.591Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T10:12:02.039Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T10:12:02.040Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T10:12:02.041Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T10:12:02.047Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T10:12:02.047Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T10:12:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T10:12:11.610Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T10:12:11.611Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T10:13:02.039Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T10:13:02.040Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T10:13:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T10:13:02.046Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T10:13:02.047Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T10:13:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T10:13:11.579Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T10:13:11.582Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T10:14:02.039Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T10:14:02.041Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T10:14:02.041Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T10:14:02.046Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T10:14:02.047Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T10:14:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T10:14:11.589Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T10:14:11.589Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T10:15:02.039Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T10:15:02.040Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T10:15:02.041Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T10:15:02.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T10:15:02.047Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T10:15:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T10:15:11.581Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T10:15:11.595Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T10:16:02.039Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T10:16:02.040Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T10:16:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T10:16:02.046Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T10:16:02.047Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T10:16:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T10:16:11.579Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T10:16:11.584Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T10:17:02.039Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T10:17:02.040Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T10:17:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T10:17:02.046Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T10:17:02.047Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T10:17:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T10:17:11.625Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T10:17:11.626Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T10:18:02.039Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T10:18:02.040Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T10:18:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T10:18:02.046Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T10:18:02.047Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T10:18:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T10:18:11.583Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T10:18:11.584Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T10:19:02.039Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T10:19:02.040Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T10:19:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T10:19:02.046Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T10:19:02.047Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T10:19:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T10:19:11.581Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T10:19:11.582Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T10:20:02.040Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T10:20:02.041Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T10:20:02.042Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T10:20:02.047Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T10:20:02.048Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T10:20:02.048Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T10:20:11.588Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T10:20:11.588Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T10:21:02.040Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T10:21:02.043Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T10:21:02.043Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T10:21:02.046Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T10:21:02.047Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T10:21:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T10:21:11.648Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T10:21:11.648Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T10:22:02.039Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T10:22:02.040Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T10:22:02.041Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T10:22:02.047Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T10:22:02.048Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T10:22:02.048Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T10:22:11.665Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T10:22:11.665Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T10:23:02.039Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T10:23:02.040Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T10:23:02.041Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T10:23:02.047Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T10:23:02.048Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T10:23:02.048Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T10:23:11.596Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T10:23:11.598Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T10:24:02.039Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T10:24:02.040Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T10:24:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T10:24:02.047Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T10:24:02.047Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T10:24:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T10:24:11.587Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T10:24:11.588Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T10:25:02.039Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T10:25:02.040Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T10:25:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T10:25:02.047Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T10:25:02.048Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T10:25:02.048Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T10:25:11.597Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T10:25:11.597Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T10:26:02.039Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T10:26:02.041Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T10:26:02.041Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T10:26:02.046Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T10:26:02.047Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T10:26:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T10:26:11.584Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T10:26:11.587Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T10:27:02.039Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T10:27:02.040Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T10:27:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T10:27:02.047Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T10:27:02.047Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T10:27:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T10:27:11.584Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T10:27:11.585Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T10:28:02.039Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T10:28:02.040Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T10:28:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T10:28:02.046Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T10:28:02.047Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T10:28:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T10:28:11.587Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T10:28:11.589Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T10:29:02.039Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T10:29:02.040Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T10:29:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T10:29:02.047Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T10:29:02.047Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T10:29:02.048Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T10:29:11.579Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T10:29:11.607Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T10:30:02.039Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T10:30:02.040Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T10:30:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T10:30:02.047Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T10:30:02.047Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T10:30:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T10:30:11.579Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T10:30:11.586Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T10:31:02.039Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T10:31:02.041Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T10:31:02.041Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T10:31:02.047Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T10:31:02.047Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T10:31:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T10:31:11.587Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T10:31:11.594Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T10:32:02.039Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T10:32:02.041Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T10:32:02.041Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T10:32:02.047Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T10:32:02.047Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T10:32:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T10:32:11.577Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T10:32:11.578Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T10:33:02.039Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T10:33:02.040Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T10:33:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T10:33:02.046Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T10:33:02.047Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T10:33:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T10:33:11.594Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T10:33:11.598Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T10:34:02.039Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T10:34:02.041Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T10:34:02.041Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T10:34:02.046Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T10:34:02.047Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T10:34:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T10:34:11.582Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T10:34:11.583Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T10:35:02.040Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T10:35:02.042Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T10:35:02.043Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T10:35:02.047Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T10:35:02.048Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T10:35:02.048Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T10:35:11.620Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T10:35:11.621Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T10:36:02.039Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T10:36:02.041Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T10:36:02.041Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T10:36:02.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T10:36:02.047Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T10:36:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T10:36:11.589Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T10:36:11.590Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T10:37:02.039Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T10:37:02.040Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T10:37:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T10:37:02.047Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T10:37:02.048Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T10:37:02.048Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T10:37:11.579Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T10:37:11.579Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T10:38:02.039Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T10:38:02.041Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T10:38:02.041Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T10:38:02.047Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T10:38:02.048Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T10:38:02.048Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T10:38:11.590Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T10:38:11.590Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T10:39:02.039Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T10:39:02.040Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T10:39:02.041Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T10:39:02.047Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T10:39:02.047Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T10:39:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T10:39:11.581Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T10:39:11.581Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T10:40:02.039Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T10:40:02.040Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T10:40:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T10:40:02.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T10:40:02.047Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T10:40:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T10:40:11.586Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T10:40:11.587Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T10:41:02.039Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T10:41:02.040Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T10:41:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T10:41:02.047Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T10:41:02.047Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T10:41:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T10:41:11.584Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T10:41:11.591Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T10:42:02.039Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T10:42:02.040Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T10:42:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T10:42:02.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T10:42:02.047Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T10:42:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T10:42:11.593Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T10:42:11.593Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T10:43:02.039Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T10:43:02.040Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T10:43:02.041Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T10:43:02.046Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T10:43:02.047Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T10:43:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T10:43:11.582Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T10:43:11.586Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T10:44:02.039Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T10:44:02.041Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T10:44:02.041Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T10:44:02.047Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T10:44:02.048Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T10:44:02.048Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T10:44:11.578Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T10:44:11.578Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T10:45:02.039Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T10:45:02.040Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T10:45:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T10:45:02.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T10:45:02.047Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T10:45:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T10:45:11.582Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T10:45:11.585Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T10:46:02.039Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T10:46:02.041Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T10:46:02.041Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T10:46:02.047Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T10:46:02.047Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T10:46:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T10:46:11.581Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T10:46:11.583Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T10:47:02.040Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T10:47:02.043Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T10:47:02.043Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T10:47:02.046Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T10:47:02.047Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T10:47:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T10:47:11.637Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T10:47:11.638Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T10:48:02.039Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T10:48:02.040Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T10:48:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T10:48:02.046Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T10:48:02.047Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T10:48:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T10:48:11.581Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T10:48:11.582Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T10:49:02.039Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T10:49:02.040Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T10:49:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T10:49:02.046Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T10:49:02.047Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T10:49:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T10:49:11.583Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T10:49:11.587Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T10:50:02.039Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T10:50:02.041Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T10:50:02.041Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T10:50:02.047Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T10:50:02.047Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T10:50:02.048Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T10:50:11.587Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T10:50:11.589Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T10:51:02.039Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T10:51:02.040Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T10:51:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T10:51:02.046Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T10:51:02.047Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T10:51:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T10:51:11.580Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T10:51:11.583Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T10:52:02.039Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T10:52:02.040Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T10:52:02.041Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T10:52:02.047Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T10:52:02.047Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T10:52:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T10:52:11.591Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T10:52:11.592Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T10:53:02.039Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T10:53:02.040Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T10:53:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T10:53:02.046Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T10:53:02.047Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T10:53:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T10:53:11.580Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T10:53:11.591Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T10:54:02.039Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T10:54:02.040Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T10:54:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T10:54:02.046Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T10:54:02.047Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T10:54:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T10:54:11.582Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T10:54:11.584Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T10:55:02.039Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T10:55:02.040Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T10:55:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T10:55:02.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T10:55:02.047Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T10:55:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T10:55:11.587Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T10:55:11.601Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T10:56:02.039Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T10:56:02.040Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T10:56:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T10:56:02.046Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T10:56:02.047Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T10:56:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T10:56:11.577Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T10:56:11.580Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T10:57:02.039Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T10:57:02.040Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T10:57:02.041Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T10:57:02.046Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T10:57:02.047Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T10:57:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T10:57:11.578Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T10:57:11.587Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T10:58:02.039Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T10:58:02.040Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T10:58:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T10:58:02.046Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T10:58:02.047Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T10:58:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T10:58:11.587Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T10:58:11.587Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T10:59:02.039Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T10:59:02.042Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T10:59:02.042Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T10:59:02.047Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T10:59:02.047Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T10:59:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T10:59:11.582Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T10:59:11.582Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T11:00:02.040Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T11:00:02.042Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T11:00:02.042Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T11:00:02.046Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T11:00:02.047Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T11:00:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T11:00:11.627Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T11:00:11.638Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T11:01:02.039Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T11:01:02.040Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T11:01:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T11:01:02.047Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T11:01:02.047Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T11:01:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T11:01:11.578Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T11:01:11.581Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T11:02:02.039Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T11:02:02.040Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T11:02:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T11:02:02.046Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T11:02:02.047Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T11:02:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T11:02:11.581Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T11:02:11.587Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T11:03:02.039Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T11:03:02.040Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T11:03:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T11:03:02.046Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T11:03:02.047Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T11:03:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T11:03:11.575Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T11:03:11.580Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T11:04:02.039Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T11:04:02.040Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T11:04:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T11:04:02.046Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T11:04:02.047Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T11:04:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T11:04:11.632Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T11:04:11.632Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T11:05:02.039Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T11:05:02.040Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T11:05:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T11:05:02.046Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T11:05:02.047Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T11:05:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T11:05:11.591Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T11:05:11.592Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T11:06:02.039Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T11:06:02.040Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T11:06:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T11:06:02.046Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T11:06:02.047Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T11:06:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T11:06:11.619Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T11:06:11.620Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T11:07:02.039Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T11:07:02.040Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T11:07:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T11:07:02.046Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T11:07:02.047Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T11:07:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T11:07:11.614Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T11:07:11.650Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T11:08:02.039Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T11:08:02.040Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T11:08:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T11:08:02.046Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T11:08:02.047Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T11:08:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T11:08:11.583Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T11:08:11.594Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T11:09:02.039Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T11:09:02.040Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T11:09:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T11:09:02.046Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T11:09:02.047Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T11:09:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T11:09:11.581Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T11:09:11.582Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T11:10:02.039Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T11:10:02.040Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T11:10:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T11:10:02.047Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T11:10:02.047Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T11:10:02.048Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T11:10:11.578Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T11:10:11.583Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T11:11:02.039Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T11:11:02.040Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T11:11:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T11:11:02.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T11:11:02.047Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T11:11:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T11:11:11.582Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T11:11:11.584Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T11:12:02.039Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T11:12:02.041Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T11:12:02.041Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T11:12:02.047Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T11:12:02.047Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T11:12:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T11:12:11.582Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T11:12:11.584Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T11:13:02.040Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T11:13:02.042Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T11:13:02.042Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T11:13:02.046Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T11:13:02.047Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T11:13:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T11:13:11.577Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T11:13:11.580Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T11:14:02.039Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T11:14:02.040Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T11:14:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T11:14:02.046Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T11:14:02.047Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T11:14:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T11:14:11.584Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T11:14:11.587Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T11:15:02.039Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T11:15:02.040Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T11:15:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T11:15:02.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T11:15:02.047Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T11:15:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T11:15:11.577Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T11:15:11.579Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T11:16:02.039Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T11:16:02.040Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T11:16:02.041Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T11:16:02.047Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T11:16:02.047Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T11:16:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T11:16:11.577Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T11:16:11.583Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T11:17:02.039Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T11:17:02.041Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T11:17:02.041Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T11:17:02.046Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T11:17:02.047Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T11:17:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T11:17:11.579Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T11:17:11.580Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T11:18:02.039Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T11:18:02.040Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T11:18:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T11:18:02.046Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T11:18:02.047Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T11:18:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T11:18:11.581Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T11:18:11.584Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T11:19:02.039Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T11:19:02.040Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T11:19:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T11:19:02.046Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T11:19:02.047Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T11:19:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T11:19:11.577Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T11:19:11.593Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T11:20:02.039Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T11:20:02.040Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T11:20:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T11:20:02.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T11:20:02.047Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T11:20:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T11:20:11.631Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T11:20:11.674Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T11:21:02.039Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T11:21:02.040Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T11:21:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T11:21:02.047Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T11:21:02.047Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T11:21:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T11:21:11.580Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T11:21:11.597Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T11:22:02.039Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T11:22:02.040Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T11:22:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T11:22:02.047Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T11:22:02.047Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T11:22:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T11:22:11.599Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T11:22:11.601Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T11:23:02.039Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T11:23:02.040Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T11:23:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T11:23:02.046Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T11:23:02.047Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T11:23:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T11:23:11.584Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T11:23:11.586Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T11:24:02.039Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T11:24:02.040Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T11:24:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T11:24:02.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T11:24:02.047Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T11:24:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T11:24:11.579Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T11:24:11.579Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T11:25:02.039Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T11:25:02.040Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T11:25:02.041Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T11:25:02.046Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T11:25:02.047Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T11:25:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T11:25:11.574Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T11:25:11.577Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T11:26:02.040Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T11:26:02.042Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T11:26:02.042Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T11:26:02.046Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T11:26:02.047Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T11:26:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T11:26:11.577Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T11:26:11.578Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T11:27:02.040Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T11:27:02.041Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T11:27:02.041Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T11:27:02.047Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T11:27:02.047Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T11:27:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T11:27:11.592Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T11:27:11.593Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T11:28:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T11:28:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T11:28:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T11:28:02.047Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T11:28:02.047Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T11:28:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T11:28:11.620Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T11:28:11.623Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T11:29:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T11:29:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T11:29:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T11:29:02.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T11:29:02.047Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T11:29:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T11:29:11.581Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T11:29:11.585Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T11:30:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T11:30:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T11:30:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T11:30:02.046Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T11:30:02.047Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T11:30:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T11:30:11.621Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T11:30:11.622Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T11:31:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T11:31:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T11:31:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T11:31:02.046Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T11:31:02.047Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T11:31:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T11:31:11.584Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T11:31:11.586Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T11:32:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T11:32:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T11:32:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T11:32:02.046Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T11:32:02.047Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T11:32:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T11:32:11.575Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T11:32:11.578Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T11:33:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T11:33:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T11:33:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T11:33:02.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T11:33:02.047Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T11:33:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T11:33:11.579Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T11:33:11.581Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T11:34:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T11:34:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T11:34:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T11:34:02.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T11:34:02.047Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T11:34:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T11:34:11.588Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T11:34:11.592Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T11:35:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T11:35:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T11:35:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T11:35:02.046Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T11:35:02.047Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T11:35:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T11:35:11.577Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T11:35:11.602Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T11:36:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T11:36:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T11:36:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T11:36:02.046Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T11:36:02.047Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T11:36:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T11:36:11.588Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T11:36:11.590Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T11:37:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T11:37:02.041Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T11:37:02.041Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T11:37:02.046Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T11:37:02.047Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T11:37:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T11:37:11.584Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T11:37:11.597Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T11:38:02.040Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T11:38:02.041Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T11:38:02.041Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T11:38:02.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T11:38:02.047Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T11:38:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T11:38:11.579Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T11:38:11.583Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T11:39:02.040Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T11:39:02.042Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T11:39:02.043Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T11:39:02.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T11:39:02.047Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T11:39:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T11:39:11.599Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T11:39:11.599Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T11:40:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T11:40:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T11:40:02.041Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T11:40:02.047Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T11:40:02.048Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T11:40:02.048Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T11:40:11.592Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T11:40:11.646Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T11:41:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T11:41:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T11:41:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T11:41:02.046Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T11:41:02.047Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T11:41:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T11:41:11.580Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T11:41:11.581Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T11:42:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T11:42:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T11:42:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T11:42:02.046Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T11:42:02.047Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T11:42:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T11:42:11.574Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T11:42:11.581Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T11:43:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T11:43:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T11:43:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T11:43:02.046Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T11:43:02.047Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T11:43:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T11:43:11.599Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T11:43:11.624Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T11:44:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T11:44:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T11:44:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T11:44:02.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T11:44:02.047Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T11:44:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T11:44:11.579Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T11:44:11.583Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T11:45:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T11:45:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T11:45:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T11:45:02.046Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T11:45:02.047Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T11:45:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T11:45:11.583Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T11:45:11.583Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T11:46:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T11:46:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T11:46:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T11:46:02.046Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T11:46:02.047Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T11:46:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T11:46:11.591Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T11:46:11.590Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T11:47:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T11:47:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T11:47:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T11:47:02.046Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T11:47:02.047Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T11:47:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T11:47:11.589Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T11:47:11.589Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T11:48:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T11:48:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T11:48:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T11:48:02.046Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T11:48:02.047Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T11:48:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T11:48:11.595Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T11:48:11.622Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T11:49:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T11:49:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T11:49:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T11:49:02.046Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T11:49:02.047Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T11:49:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T11:49:11.585Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T11:49:11.584Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T11:50:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T11:50:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T11:50:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T11:50:02.046Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T11:50:02.047Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T11:50:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T11:50:11.581Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T11:50:11.582Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T11:51:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T11:51:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T11:51:02.041Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T11:51:02.046Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T11:51:02.047Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T11:51:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T11:51:11.584Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T11:51:11.584Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T11:52:02.040Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T11:52:02.042Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T11:52:02.042Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T11:52:02.047Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T11:52:02.047Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T11:52:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T11:52:11.668Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T11:52:11.668Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T11:53:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T11:53:02.041Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T11:53:02.041Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T11:53:02.046Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T11:53:02.047Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T11:53:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T11:53:11.609Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T11:53:11.609Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T11:54:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T11:54:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T11:54:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T11:54:02.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T11:54:02.047Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T11:54:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T11:54:11.579Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T11:54:11.583Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T11:55:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T11:55:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T11:55:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T11:55:02.046Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T11:55:02.047Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T11:55:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T11:55:11.582Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T11:55:11.582Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T11:56:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T11:56:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T11:56:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T11:56:02.046Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T11:56:02.047Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T11:56:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T11:56:11.572Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T11:56:11.585Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T11:57:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T11:57:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T11:57:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T11:57:02.046Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T11:57:02.047Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T11:57:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T11:57:11.583Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T11:57:11.603Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T11:58:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T11:58:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T11:58:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T11:58:02.046Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T11:58:02.047Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T11:58:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T11:58:11.578Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T11:58:11.584Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T11:59:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T11:59:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T11:59:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T11:59:02.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T11:59:02.047Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T11:59:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T11:59:11.587Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T11:59:11.589Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T12:00:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T12:00:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T12:00:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T12:00:02.047Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T12:00:02.047Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T12:00:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T12:00:11.593Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T12:00:11.598Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T12:01:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T12:01:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T12:01:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T12:01:02.047Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T12:01:02.047Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T12:01:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T12:01:11.579Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T12:01:11.579Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T12:02:02.039Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T12:02:02.040Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T12:02:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T12:02:02.046Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T12:02:02.047Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T12:02:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T12:02:11.578Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T12:02:11.579Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T12:03:02.039Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T12:03:02.041Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T12:03:02.041Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T12:03:02.047Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T12:03:02.047Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T12:03:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T12:03:11.598Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T12:03:11.599Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T12:04:02.039Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T12:04:02.040Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T12:04:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T12:04:02.046Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T12:04:02.047Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T12:04:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T12:04:11.579Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T12:04:11.592Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T12:05:02.039Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T12:05:02.041Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T12:05:02.041Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T12:05:02.046Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T12:05:02.047Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T12:05:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T12:05:11.581Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T12:05:11.603Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T12:06:02.040Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T12:06:02.042Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T12:06:02.043Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T12:06:02.046Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T12:06:02.047Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T12:06:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T12:06:11.589Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T12:06:11.596Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T12:07:02.039Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T12:07:02.040Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T12:07:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T12:07:02.046Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T12:07:02.047Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T12:07:02.048Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T12:07:11.582Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T12:07:11.588Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T12:08:02.039Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T12:08:02.040Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T12:08:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T12:08:02.047Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T12:08:02.047Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T12:08:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T12:08:11.581Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T12:08:11.581Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T12:09:02.039Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T12:09:02.040Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T12:09:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T12:09:02.047Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T12:09:02.047Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T12:09:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T12:09:11.582Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T12:09:11.582Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T12:10:02.039Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T12:10:02.040Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T12:10:02.041Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T12:10:02.046Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T12:10:02.047Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T12:10:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T12:10:11.639Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T12:10:11.639Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T12:11:02.039Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T12:11:02.040Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T12:11:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T12:11:02.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T12:11:02.047Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T12:11:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T12:11:11.578Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T12:11:11.581Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T12:12:02.039Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T12:12:02.040Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T12:12:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T12:12:02.046Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T12:12:02.047Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T12:12:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T12:12:11.578Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T12:12:11.580Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T12:13:02.039Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T12:13:02.040Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T12:13:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T12:13:02.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T12:13:02.047Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T12:13:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T12:13:11.598Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T12:13:11.599Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T12:14:02.039Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T12:14:02.040Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T12:14:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T12:14:02.046Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T12:14:02.047Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T12:14:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T12:14:11.598Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T12:14:11.601Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T12:15:02.039Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T12:15:02.040Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T12:15:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T12:15:02.046Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T12:15:02.047Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T12:15:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T12:15:11.581Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T12:15:11.596Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T12:16:02.039Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T12:16:02.040Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T12:16:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T12:16:02.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T12:16:02.047Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T12:16:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T12:16:11.669Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T12:16:11.672Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T12:17:02.039Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T12:17:02.040Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T12:17:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T12:17:02.046Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T12:17:02.047Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T12:17:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T12:17:11.598Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T12:17:11.599Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T12:18:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T12:18:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T12:18:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T12:18:02.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T12:18:02.047Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T12:18:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T12:18:11.624Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T12:18:11.628Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T12:19:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T12:19:02.041Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T12:19:02.041Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T12:19:02.046Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T12:19:02.047Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T12:19:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T12:19:11.586Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T12:19:11.587Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T12:20:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T12:20:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T12:20:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T12:20:02.046Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T12:20:02.047Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T12:20:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T12:20:11.575Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T12:20:11.580Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T12:21:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T12:21:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T12:21:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T12:21:02.049Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T12:21:02.050Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T12:21:02.050Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T12:21:11.590Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T12:21:11.591Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T12:22:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T12:22:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T12:22:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T12:22:02.046Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T12:22:02.047Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T12:22:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T12:22:11.573Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T12:22:11.593Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T12:23:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T12:23:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T12:23:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T12:23:02.046Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T12:23:02.047Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T12:23:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T12:23:11.580Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T12:23:11.585Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T12:24:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T12:24:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T12:24:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T12:24:02.047Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T12:24:02.047Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T12:24:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T12:24:11.582Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T12:24:11.586Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T12:25:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T12:25:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T12:25:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T12:25:02.046Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T12:25:02.047Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T12:25:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T12:25:11.584Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T12:25:11.584Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T12:26:02.041Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T12:26:02.042Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T12:26:02.042Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T12:26:02.046Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T12:26:02.047Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T12:26:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T12:26:11.580Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T12:26:11.581Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T12:27:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T12:27:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T12:27:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T12:27:02.046Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T12:27:02.047Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T12:27:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T12:27:11.581Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T12:27:11.585Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T12:28:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T12:28:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T12:28:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T12:28:02.047Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T12:28:02.048Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T12:28:02.048Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T12:28:11.577Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T12:28:11.578Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T12:29:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T12:29:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T12:29:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T12:29:02.047Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T12:29:02.049Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T12:29:02.049Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T12:29:11.580Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T12:29:11.597Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T12:30:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T12:30:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T12:30:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T12:30:02.046Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T12:30:02.047Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T12:30:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T12:30:11.576Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T12:30:11.620Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T12:31:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T12:31:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T12:31:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T12:31:02.047Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T12:31:02.047Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T12:31:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T12:31:11.582Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T12:31:11.585Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T12:32:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T12:32:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T12:32:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T12:32:02.046Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T12:32:02.047Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T12:32:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T12:32:11.578Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T12:32:11.578Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T12:33:02.040Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T12:33:02.043Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T12:33:02.044Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T12:33:02.047Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T12:33:02.048Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T12:33:02.048Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T12:33:11.591Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T12:33:11.611Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T12:34:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T12:34:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T12:34:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T12:34:02.046Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T12:34:02.047Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T12:34:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T12:34:11.601Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T12:34:11.624Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T12:35:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T12:35:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T12:35:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T12:35:02.047Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T12:35:02.048Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T12:35:02.048Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T12:35:11.585Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T12:35:11.589Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T12:36:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T12:36:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T12:36:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T12:36:02.047Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T12:36:02.047Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T12:36:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T12:36:11.588Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T12:36:11.590Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T12:37:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T12:37:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T12:37:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T12:37:02.046Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T12:37:02.047Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T12:37:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T12:37:11.580Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T12:37:11.580Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T12:38:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T12:38:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T12:38:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T12:38:02.046Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T12:38:02.047Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T12:38:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T12:38:11.575Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T12:38:11.579Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T12:39:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T12:39:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T12:39:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T12:39:02.046Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T12:39:02.047Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T12:39:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T12:39:11.585Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T12:39:11.599Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T12:40:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T12:40:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T12:40:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T12:40:02.046Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T12:40:02.047Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T12:40:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T12:40:11.583Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T12:40:11.591Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T12:41:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T12:41:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T12:41:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T12:41:02.046Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T12:41:02.047Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T12:41:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T12:41:11.576Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T12:41:11.584Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T12:42:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T12:42:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T12:42:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T12:42:02.046Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T12:42:02.047Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T12:42:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T12:42:11.581Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T12:42:11.583Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T12:43:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T12:43:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T12:43:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T12:43:02.046Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T12:43:02.047Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T12:43:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T12:43:11.595Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T12:43:11.596Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T12:44:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T12:44:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T12:44:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T12:44:02.046Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T12:44:02.047Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T12:44:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T12:44:11.597Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T12:44:11.612Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T12:45:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T12:45:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T12:45:02.041Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T12:45:02.047Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T12:45:02.047Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T12:45:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T12:45:11.578Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T12:45:11.594Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T12:46:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T12:46:02.041Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T12:46:02.041Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T12:46:02.046Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T12:46:02.047Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T12:46:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T12:46:11.582Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T12:46:11.584Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T12:47:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T12:47:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T12:47:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T12:47:02.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T12:47:02.047Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T12:47:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T12:47:11.579Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T12:47:11.587Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T12:48:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T12:48:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T12:48:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T12:48:02.047Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T12:48:02.048Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T12:48:02.048Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T12:48:11.580Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T12:48:11.580Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T12:49:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T12:49:02.042Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T12:49:02.042Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T12:49:02.047Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T12:49:02.047Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T12:49:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T12:49:11.588Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T12:49:11.589Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T12:50:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T12:50:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T12:50:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T12:50:02.047Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T12:50:02.047Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T12:50:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T12:50:11.583Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T12:50:11.590Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T12:51:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T12:51:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T12:51:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T12:51:02.046Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T12:51:02.047Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T12:51:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T12:51:11.622Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T12:51:11.623Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T12:52:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T12:52:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T12:52:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T12:52:02.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T12:52:02.047Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T12:52:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T12:52:11.640Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T12:52:11.644Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T12:53:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T12:53:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T12:53:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T12:53:02.046Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T12:53:02.047Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T12:53:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T12:53:11.579Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T12:53:11.582Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T12:54:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T12:54:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T12:54:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T12:54:02.046Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T12:54:02.047Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T12:54:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T12:54:11.585Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T12:54:11.586Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T12:55:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T12:55:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T12:55:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T12:55:02.046Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T12:55:02.047Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T12:55:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T12:55:11.577Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T12:55:11.579Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T12:56:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T12:56:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T12:56:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T12:56:02.046Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T12:56:02.047Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T12:56:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T12:56:11.595Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T12:56:11.596Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T12:57:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T12:57:02.041Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T12:57:02.041Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T12:57:02.047Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T12:57:02.047Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T12:57:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T12:57:11.583Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T12:57:11.583Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T12:58:02.039Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T12:58:02.042Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T12:58:02.042Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T12:58:02.047Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T12:58:02.047Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T12:58:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T12:58:11.582Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T12:58:11.582Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T12:59:02.039Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T12:59:02.040Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T12:59:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T12:59:02.047Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T12:59:02.047Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T12:59:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T12:59:11.589Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T12:59:11.590Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T13:00:02.039Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T13:00:02.040Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T13:00:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T13:00:02.046Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T13:00:02.047Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T13:00:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T13:00:11.606Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T13:00:11.606Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T13:01:02.039Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T13:01:02.040Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T13:01:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T13:01:02.046Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T13:01:02.047Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T13:01:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T13:01:11.580Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T13:01:11.582Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T13:02:02.039Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T13:02:02.040Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T13:02:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T13:02:02.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T13:02:02.047Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T13:02:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T13:02:11.587Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T13:02:11.588Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T13:03:02.039Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T13:03:02.040Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T13:03:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T13:03:02.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T13:03:02.047Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T13:03:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T13:03:11.579Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T13:03:11.582Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T13:04:02.039Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T13:04:02.040Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T13:04:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T13:04:02.046Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T13:04:02.047Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T13:04:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T13:04:11.576Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T13:04:11.576Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T13:05:02.039Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T13:05:02.040Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T13:05:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T13:05:02.046Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T13:05:02.047Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T13:05:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T13:05:11.592Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T13:05:11.594Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T13:06:02.039Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T13:06:02.040Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T13:06:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T13:06:02.046Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T13:06:02.047Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T13:06:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T13:06:11.579Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T13:06:11.582Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T13:07:02.039Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T13:07:02.040Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T13:07:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T13:07:02.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T13:07:02.047Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T13:07:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T13:07:11.582Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T13:07:11.584Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T13:08:02.039Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T13:08:02.040Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T13:08:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T13:08:02.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T13:08:02.047Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T13:08:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T13:08:11.580Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T13:08:11.588Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T13:09:02.039Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T13:09:02.041Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T13:09:02.041Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T13:09:02.046Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T13:09:02.047Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T13:09:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T13:09:11.577Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T13:09:11.581Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T13:10:02.039Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T13:10:02.041Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T13:10:02.041Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T13:10:02.046Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T13:10:02.047Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T13:10:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T13:10:11.585Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T13:10:11.585Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T13:11:02.039Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T13:11:02.042Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T13:11:02.042Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T13:11:02.046Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T13:11:02.047Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T13:11:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T13:11:11.587Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T13:11:11.593Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T13:12:02.039Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T13:12:02.041Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T13:12:02.041Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T13:12:02.047Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T13:12:02.047Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T13:12:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T13:12:11.581Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T13:12:11.582Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T13:13:02.039Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T13:13:02.040Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T13:13:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T13:13:02.046Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T13:13:02.047Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T13:13:02.048Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T13:13:11.579Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T13:13:11.580Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T13:14:02.039Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T13:14:02.040Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T13:14:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T13:14:02.046Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T13:14:02.047Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T13:14:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T13:14:11.578Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T13:14:11.580Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T13:15:02.039Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T13:15:02.040Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T13:15:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T13:15:02.046Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T13:15:02.047Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T13:15:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T13:15:11.595Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T13:15:11.597Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T13:16:02.039Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T13:16:02.040Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T13:16:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T13:16:02.046Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T13:16:02.047Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T13:16:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T13:16:11.577Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T13:16:11.579Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T13:17:02.039Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T13:17:02.040Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T13:17:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T13:17:02.046Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T13:17:02.047Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T13:17:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T13:17:11.581Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T13:17:11.582Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T13:18:02.039Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T13:18:02.040Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T13:18:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T13:18:02.046Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T13:18:02.047Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T13:18:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T13:18:11.576Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T13:18:11.579Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T13:19:02.039Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T13:19:02.040Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T13:19:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T13:19:02.046Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T13:19:02.047Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T13:19:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T13:19:11.591Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T13:19:11.592Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T13:20:02.039Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T13:20:02.040Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T13:20:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T13:20:02.046Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T13:20:02.047Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T13:20:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T13:20:11.585Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T13:20:11.586Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T13:21:02.039Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T13:21:02.040Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T13:21:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T13:21:02.046Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T13:21:02.047Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T13:21:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T13:21:11.576Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T13:21:11.587Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T13:22:02.039Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T13:22:02.040Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T13:22:02.041Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T13:22:02.046Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T13:22:02.047Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T13:22:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T13:22:11.579Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T13:22:11.579Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T13:23:02.039Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T13:23:02.042Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T13:23:02.042Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T13:23:02.047Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T13:23:02.047Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T13:23:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T13:23:11.589Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T13:23:11.591Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T13:24:02.039Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T13:24:02.041Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T13:24:02.041Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T13:24:02.046Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T13:24:02.047Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T13:24:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T13:24:11.579Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T13:24:11.582Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T13:25:02.039Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T13:25:02.040Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T13:25:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T13:25:02.046Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T13:25:02.047Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T13:25:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T13:25:11.579Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T13:25:11.581Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T13:26:02.039Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T13:26:02.040Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T13:26:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T13:26:02.046Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T13:26:02.047Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T13:26:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T13:26:11.617Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T13:26:11.617Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T13:27:02.039Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T13:27:02.040Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T13:27:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T13:27:02.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T13:27:02.047Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T13:27:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T13:27:11.585Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T13:27:11.586Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T13:28:02.043Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T13:28:02.043Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T13:28:02.043Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T13:28:02.046Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T13:28:02.047Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T13:28:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T13:28:11.580Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T13:28:11.580Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T13:29:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T13:29:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T13:29:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T13:29:02.049Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T13:29:02.055Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T13:29:02.055Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T13:29:11.581Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T13:29:11.590Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T13:30:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T13:30:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T13:30:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T13:30:02.046Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T13:30:02.047Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T13:30:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T13:30:11.579Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T13:30:11.584Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T13:31:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T13:31:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T13:31:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T13:31:02.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T13:31:02.047Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T13:31:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T13:31:11.579Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T13:31:11.582Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T13:32:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T13:32:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T13:32:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T13:32:02.046Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T13:32:02.047Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T13:32:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T13:32:11.602Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T13:32:11.604Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T13:33:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T13:33:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T13:33:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T13:33:02.046Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T13:33:02.047Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T13:33:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T13:33:11.578Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T13:33:11.580Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T13:34:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T13:34:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T13:34:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T13:34:02.046Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T13:34:02.047Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T13:34:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T13:34:11.586Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T13:34:11.607Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T13:35:02.039Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T13:35:02.040Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T13:35:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T13:35:02.047Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T13:35:02.048Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T13:35:02.048Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T13:35:11.598Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T13:35:11.603Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T13:36:02.039Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T13:36:02.040Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T13:36:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T13:36:02.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T13:36:02.047Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T13:36:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T13:36:11.577Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T13:36:11.581Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T13:37:02.039Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T13:37:02.041Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T13:37:02.041Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T13:37:02.046Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T13:37:02.047Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T13:37:02.048Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T13:37:11.579Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T13:37:11.585Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T13:38:02.039Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T13:38:02.042Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T13:38:02.042Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T13:38:02.046Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T13:38:02.047Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T13:38:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T13:38:11.595Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T13:38:11.601Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T13:39:02.039Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T13:39:02.040Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T13:39:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T13:39:02.046Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T13:39:02.047Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T13:39:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T13:39:11.592Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T13:39:11.599Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T13:40:02.039Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T13:40:02.040Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T13:40:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T13:40:02.046Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T13:40:02.047Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T13:40:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T13:40:11.578Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T13:40:11.580Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T13:41:02.039Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T13:41:02.040Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T13:41:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T13:41:02.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T13:41:02.047Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T13:41:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T13:41:11.575Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T13:41:11.581Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T13:42:02.039Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T13:42:02.040Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T13:42:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T13:42:02.046Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T13:42:02.047Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T13:42:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T13:42:11.612Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T13:42:11.612Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T13:43:02.039Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T13:43:02.040Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T13:43:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T13:43:02.046Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T13:43:02.047Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T13:43:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T13:43:11.584Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T13:43:11.585Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T13:44:02.039Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T13:44:02.040Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T13:44:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T13:44:02.046Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T13:44:02.047Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T13:44:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T13:44:11.580Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T13:44:11.594Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T13:45:02.039Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T13:45:02.040Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T13:45:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T13:45:02.046Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T13:45:02.047Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T13:45:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T13:45:11.579Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T13:45:11.581Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T13:46:02.039Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T13:46:02.040Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T13:46:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T13:46:02.046Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T13:46:02.047Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T13:46:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T13:46:11.582Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T13:46:11.585Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T13:47:02.039Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T13:47:02.040Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T13:47:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T13:47:02.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T13:47:02.047Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T13:47:02.048Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T13:47:11.579Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T13:47:11.580Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T13:48:02.039Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T13:48:02.040Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T13:48:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T13:48:02.046Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T13:48:02.047Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T13:48:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T13:48:11.573Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T13:48:11.582Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T13:49:02.039Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T13:49:02.040Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T13:49:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T13:49:02.047Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T13:49:02.048Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T13:49:02.048Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T13:49:11.607Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T13:49:11.608Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T13:50:02.039Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T13:50:02.041Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T13:50:02.041Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T13:50:02.046Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T13:50:02.047Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T13:50:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T13:50:11.599Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T13:50:11.600Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T13:51:02.039Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T13:51:02.042Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T13:51:02.042Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T13:51:02.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T13:51:02.047Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T13:51:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T13:51:11.601Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T13:51:11.601Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T13:52:02.039Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T13:52:02.040Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T13:52:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T13:52:02.046Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T13:52:02.047Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T13:52:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T13:52:11.574Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T13:52:11.578Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T13:53:02.039Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T13:53:02.040Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T13:53:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T13:53:02.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T13:53:02.047Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T13:53:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T13:53:11.579Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T13:53:11.582Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T13:54:02.039Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T13:54:02.040Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T13:54:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T13:54:02.046Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T13:54:02.047Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T13:54:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T13:54:11.579Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T13:54:11.585Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T13:55:02.039Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T13:55:02.040Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T13:55:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T13:55:02.046Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T13:55:02.047Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T13:55:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T13:55:11.588Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T13:55:11.588Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T13:56:02.039Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T13:56:02.040Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T13:56:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T13:56:02.046Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T13:56:02.047Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T13:56:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T13:56:11.576Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T13:56:11.586Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T13:57:02.039Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T13:57:02.040Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T13:57:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T13:57:02.046Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T13:57:02.047Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T13:57:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T13:57:11.587Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T13:57:11.589Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T13:58:02.039Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T13:58:02.040Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T13:58:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T13:58:02.046Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T13:58:02.047Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T13:58:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T13:58:11.574Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T13:58:11.576Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T13:59:02.039Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T13:59:02.040Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T13:59:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T13:59:02.046Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T13:59:02.047Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T13:59:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T13:59:11.650Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T13:59:11.652Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:00:02.039Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T14:00:02.040Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T14:00:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T14:00:02.046Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T14:00:02.047Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T14:00:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T14:00:11.580Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:00:11.580Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:01:02.039Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T14:01:02.040Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T14:01:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T14:01:02.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T14:01:02.047Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T14:01:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T14:01:11.582Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:01:11.584Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:02:02.039Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T14:02:02.040Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T14:02:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T14:02:02.046Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T14:02:02.047Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T14:02:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T14:02:11.579Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:02:11.579Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:03:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T14:03:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T14:03:02.041Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T14:03:02.046Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T14:03:02.047Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T14:03:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T14:03:11.581Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:03:11.581Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:04:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T14:04:02.041Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T14:04:02.041Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T14:04:02.046Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T14:04:02.047Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T14:04:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T14:04:11.580Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:04:11.580Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:05:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T14:05:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T14:05:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T14:05:02.046Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T14:05:02.047Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T14:05:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T14:05:11.580Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:05:11.582Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:06:02.039Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T14:06:02.040Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T14:06:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T14:06:02.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T14:06:02.047Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T14:06:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T14:06:11.580Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:06:11.582Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:07:02.039Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T14:07:02.040Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T14:07:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T14:07:02.046Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T14:07:02.047Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T14:07:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T14:07:11.582Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:07:11.582Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:08:02.039Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T14:08:02.040Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T14:08:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T14:08:02.046Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T14:08:02.047Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T14:08:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T14:08:11.579Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:08:11.580Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:09:02.039Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T14:09:02.040Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T14:09:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T14:09:02.046Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T14:09:02.047Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T14:09:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T14:09:11.581Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:09:11.588Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:10:02.039Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T14:10:02.040Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T14:10:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T14:10:02.046Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T14:10:02.047Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T14:10:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T14:10:11.576Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:10:11.578Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:11:02.039Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T14:11:02.040Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T14:11:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T14:11:02.046Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T14:11:02.047Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T14:11:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T14:11:11.657Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:11:11.658Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:12:02.039Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T14:12:02.040Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T14:12:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T14:12:02.046Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T14:12:02.047Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T14:12:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T14:12:11.642Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:12:11.649Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:13:02.039Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T14:13:02.040Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T14:13:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T14:13:02.046Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T14:13:02.047Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T14:13:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T14:13:11.592Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:13:11.593Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:14:02.039Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T14:14:02.040Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T14:14:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T14:14:02.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T14:14:02.047Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T14:14:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T14:14:11.573Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:14:11.578Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:15:02.039Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T14:15:02.040Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T14:15:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T14:15:02.046Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T14:15:02.047Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T14:15:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T14:15:11.582Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:15:11.583Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:16:02.039Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T14:16:02.040Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T14:16:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T14:16:02.046Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T14:16:02.047Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T14:16:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T14:16:11.576Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:16:11.580Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:17:02.039Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T14:17:02.040Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T14:17:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T14:17:02.046Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T14:17:02.047Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T14:17:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T14:17:11.593Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:17:11.594Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:18:02.039Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T14:18:02.041Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T14:18:02.041Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T14:18:02.046Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T14:18:02.047Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T14:18:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T14:18:11.581Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:18:11.580Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:19:02.039Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T14:19:02.040Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T14:19:02.041Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T14:19:02.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T14:19:02.047Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T14:19:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T14:19:11.576Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:19:11.583Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:20:02.039Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T14:20:02.040Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T14:20:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T14:20:02.046Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T14:20:02.047Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T14:20:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T14:20:11.586Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:20:11.600Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:21:02.039Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T14:21:02.040Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T14:21:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T14:21:02.046Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T14:21:02.047Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T14:21:02.048Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T14:21:11.586Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:21:11.586Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:22:02.039Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T14:22:02.040Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T14:22:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T14:22:02.046Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T14:22:02.047Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T14:22:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T14:22:11.582Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:22:11.587Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:23:02.039Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T14:23:02.040Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T14:23:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T14:23:02.046Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T14:23:02.047Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T14:23:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T14:23:11.582Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:23:11.585Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:24:02.039Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T14:24:02.040Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T14:24:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T14:24:02.046Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T14:24:02.047Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T14:24:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T14:24:11.610Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:24:11.615Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:25:02.039Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T14:25:02.040Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T14:25:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T14:25:02.046Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T14:25:02.047Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T14:25:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T14:25:11.580Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:25:11.582Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:26:02.039Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T14:26:02.040Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T14:26:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T14:26:02.046Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T14:26:02.047Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T14:26:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T14:26:11.576Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:26:11.587Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:27:02.039Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T14:27:02.040Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T14:27:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T14:27:02.046Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T14:27:02.047Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T14:27:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T14:27:11.575Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:27:11.582Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:28:02.039Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T14:28:02.040Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T14:28:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T14:28:02.046Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T14:28:02.047Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T14:28:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T14:28:11.580Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:28:11.580Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:29:02.039Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T14:29:02.040Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T14:29:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T14:29:02.046Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T14:29:02.047Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T14:29:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T14:29:11.595Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:29:11.597Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:30:02.039Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T14:30:02.040Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T14:30:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T14:30:02.046Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T14:30:02.047Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T14:30:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T14:30:11.574Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:30:11.578Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:31:02.039Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T14:31:02.040Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T14:31:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T14:31:02.046Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T14:31:02.047Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T14:31:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T14:31:11.579Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:31:11.589Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:32:02.040Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T14:32:02.043Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T14:32:02.043Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T14:32:02.046Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T14:32:02.047Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T14:32:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T14:32:11.591Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:32:11.603Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:33:02.039Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T14:33:02.040Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T14:33:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T14:33:02.046Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T14:33:02.047Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T14:33:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T14:33:11.579Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:33:11.597Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:34:02.039Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T14:34:02.040Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T14:34:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T14:34:02.046Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T14:34:02.047Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T14:34:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T14:34:11.579Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:34:11.579Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:35:02.039Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T14:35:02.040Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T14:35:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T14:35:02.046Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T14:35:02.047Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T14:35:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T14:35:11.576Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:35:11.581Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:36:02.039Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T14:36:02.040Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T14:36:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T14:36:02.046Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T14:36:02.047Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T14:36:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T14:36:11.625Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:36:11.629Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:37:02.039Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T14:37:02.040Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T14:37:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T14:37:02.046Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T14:37:02.047Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T14:37:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T14:37:02.339Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:37:02.343Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T14:37:02.343Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e299b749-cb16-49aa-84aa-2b619822de64",
"consumerID": "aai-ml",
"timestamp": 1669646180672,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:37:02.379Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-28T14:37:02.379Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T14:37:02.379Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e299b749-cb16-49aa-84aa-2b619822de64",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669646182092,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:37:02.380Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-28T14:37:02.380Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T14:37:02.380Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e299b749-cb16-49aa-84aa-2b619822de64",
"consumerID": "aai-ml",
"timestamp": 1669646180672,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/vfw594c09948f6f0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:37:02.380Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-28T14:37:02.380Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T14:37:02.380Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e299b749-cb16-49aa-84aa-2b619822de64",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669646182092,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/vfw594c09948f6f0_modules.json",
"status": "NOTIFIED"
}
2022-11-28T14:37:02.380Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-28T14:37:02.381Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T14:37:02.381Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e299b749-cb16-49aa-84aa-2b619822de64",
"consumerID": "aai-ml",
"timestamp": 1669646180672,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:37:02.381Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-28T14:37:02.381Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T14:37:02.381Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e299b749-cb16-49aa-84aa-2b619822de64",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669646182092,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-28T14:37:02.381Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-28T14:37:02.382Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T14:37:02.382Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e299b749-cb16-49aa-84aa-2b619822de64",
"consumerID": "aai-ml",
"timestamp": 1669646180672,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:37:02.382Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-28T14:37:02.382Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T14:37:02.382Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e299b749-cb16-49aa-84aa-2b619822de64",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669646182092,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:37:02.382Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-28T14:37:02.382Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T14:37:02.383Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e299b749-cb16-49aa-84aa-2b619822de64",
"consumerID": "cds",
"timestamp": 1669646190075,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:37:02.383Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-28T14:37:02.383Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T14:37:02.383Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e299b749-cb16-49aa-84aa-2b619822de64",
"consumerID": "aai-ml",
"timestamp": 1669646180672,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:37:02.383Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-28T14:37:02.383Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T14:37:02.383Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e299b749-cb16-49aa-84aa-2b619822de64",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669646182092,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-11-28T14:37:02.384Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-28T14:37:02.384Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T14:37:02.384Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e299b749-cb16-49aa-84aa-2b619822de64",
"consumerID": "cds",
"timestamp": 1669646190075,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/vfw594c09948f6f0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:37:02.384Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-28T14:37:02.384Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T14:37:02.384Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e299b749-cb16-49aa-84aa-2b619822de64",
"consumerID": "aai-ml",
"timestamp": 1669646180672,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/artifacts/service-Vfw20221128143530-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:37:02.384Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-28T14:37:02.384Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T14:37:02.385Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e299b749-cb16-49aa-84aa-2b619822de64",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669646182092,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/artifacts/service-Vfw20221128143530-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:37:02.385Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-28T14:37:02.385Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T14:37:02.385Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e299b749-cb16-49aa-84aa-2b619822de64",
"consumerID": "cds",
"timestamp": 1669646190075,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:37:02.385Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-28T14:37:02.385Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T14:37:02.385Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e299b749-cb16-49aa-84aa-2b619822de64",
"consumerID": "aai-ml",
"timestamp": 1669646180672,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/artifacts/service-Vfw20221128143530-csar.csar",
"status": "NOTIFIED"
}
2022-11-28T14:37:02.386Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-28T14:37:02.386Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T14:37:02.386Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e299b749-cb16-49aa-84aa-2b619822de64",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669646182092,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/artifacts/service-Vfw20221128143530-csar.csar",
"status": "NOTIFIED"
}
2022-11-28T14:37:02.387Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-28T14:37:02.387Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T14:37:02.387Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e299b749-cb16-49aa-84aa-2b619822de64",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669646193498,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:37:02.387Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-28T14:37:02.387Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T14:37:02.387Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e299b749-cb16-49aa-84aa-2b619822de64",
"consumerID": "ves-openapi-manager",
"timestamp": 1669646196099,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:37:02.387Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-28T14:37:02.388Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T14:37:02.388Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e299b749-cb16-49aa-84aa-2b619822de64",
"consumerID": "cds",
"timestamp": 1669646190075,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:37:02.388Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-28T14:37:02.388Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T14:37:02.388Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e299b749-cb16-49aa-84aa-2b619822de64",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669646194764,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/vfw594c09948f6f0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-28T14:37:02.388Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T14:37:02.388Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T14:37:02.389Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e299b749-cb16-49aa-84aa-2b619822de64",
"consumerID": "aai-ml",
"timestamp": 1669646197282,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/artifacts/service-Vfw20221128143530-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-28T14:37:02.389Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T14:37:02.389Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T14:37:02.389Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e299b749-cb16-49aa-84aa-2b619822de64",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669646193498,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/vfw594c09948f6f0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:37:02.389Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-28T14:37:02.389Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T14:37:02.389Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e299b749-cb16-49aa-84aa-2b619822de64",
"consumerID": "ves-openapi-manager",
"timestamp": 1669646196099,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/vfw594c09948f6f0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:37:02.390Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-28T14:37:02.390Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T14:37:02.390Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e299b749-cb16-49aa-84aa-2b619822de64",
"consumerID": "cds",
"timestamp": 1669646190075,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:37:02.390Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-28T14:37:02.390Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T14:37:02.390Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e299b749-cb16-49aa-84aa-2b619822de64",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669646195936,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-28T14:37:02.391Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T14:37:02.391Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T14:37:02.391Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e299b749-cb16-49aa-84aa-2b619822de64",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669646193498,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:37:02.391Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-28T14:37:02.391Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T14:37:02.391Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e299b749-cb16-49aa-84aa-2b619822de64",
"consumerID": "ves-openapi-manager",
"timestamp": 1669646196099,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:37:02.392Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-28T14:37:02.392Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T14:37:02.392Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e299b749-cb16-49aa-84aa-2b619822de64",
"consumerID": "cds",
"timestamp": 1669646190075,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/artifacts/service-Vfw20221128143530-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:37:02.392Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-28T14:37:02.392Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T14:37:02.392Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e299b749-cb16-49aa-84aa-2b619822de64",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669646193498,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:37:02.392Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-28T14:37:02.393Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T14:37:02.393Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e299b749-cb16-49aa-84aa-2b619822de64",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669646197040,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-11-28T14:37:02.393Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T14:37:02.393Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T14:37:02.393Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e299b749-cb16-49aa-84aa-2b619822de64",
"consumerID": "ves-openapi-manager",
"timestamp": 1669646196099,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:37:02.393Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-28T14:37:02.393Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T14:37:02.394Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e299b749-cb16-49aa-84aa-2b619822de64",
"consumerID": "cds",
"timestamp": 1669646190075,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/artifacts/service-Vfw20221128143530-csar.csar",
"status": "NOTIFIED"
}
2022-11-28T14:37:02.394Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-28T14:37:02.394Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T14:37:02.394Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e299b749-cb16-49aa-84aa-2b619822de64",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669646193498,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:37:02.394Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-28T14:37:02.394Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T14:37:02.394Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e299b749-cb16-49aa-84aa-2b619822de64",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669646198207,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-28T14:37:02.625Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e299b749-cb16-49aa-84aa-2b619822de64
2022-11-28T14:37:02.652Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e299b749-cb16-49aa-84aa-2b619822de64 and ComponentName POLICY
2022-11-28T14:37:02.660Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:37:02.661Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:37:02.661Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"e299b749-cb16-49aa-84aa-2b619822de64","serviceName":"vFW 2022-11-28 14-35-30","serviceVersion":"1.0","serviceUUID":"648d3364-2728-4316-aed8-3c941182aa3f","serviceDescription":"catalog service description","serviceInvariantUUID":"87e5008e-7661-41c9-acf2-873562c35cc0","resources":[{"resourceInstanceName":"vFW 594c0994-8f6f 0","resourceName":"vFW 594c0994-8f6f","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"affb919a-ef2d-47d2-8515-d67a144a5196","resourceInvariantUUID":"8121bf3d-d090-4adf-afd8-9d03939ecb56","resourceCustomizationUUID":"c79d13c4-b7b5-4178-b99b-f2576a0209d1","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/vf-license-model.xml","artifactChecksum":"NjQxMGJmZWJjMmE1MmJjN2U1MDdhOGI4NDhkN2E3OWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ee75adf6-46d3-432c-a509-0767dc18d2bc","artifactVersion":"1"},{"artifactName":"vfw594c09948f6f0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/vfw594c09948f6f0_modules.json","artifactChecksum":"ODk0MTY4MTk4ZGIzYWYzYmNhZjU2ZDEyMDhhNjMxZDg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1466c91b-e236-45ec-97c9-e99608407d48","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"79757c2b-810c-4a5e-8e7b-6b7c51ad461a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/vendor-license-model.xml","artifactChecksum":"OTYyZGZmYzcwOGUyZjlmMDY0NjZmMzA5OTMwZmI2MGM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"38edbc2f-3abe-42df-a293-7d466c7dbaec","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"478431f5-b9f6-4175-9af6-600429926d93","artifactVersion":"2","generatedFromUUID":"79757c2b-810c-4a5e-8e7b-6b7c51ad461a"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221128143530-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221128143530/1.0/artifacts/service-Vfw20221128143530-template.yml","artifactChecksum":"MzRkMjEzZTlmODljYmVjY2E1ZWVkZTM5YWIzMTM5OTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"047f708a-c010-42c4-bb6d-0ec7150b6524","artifactVersion":"1"},{"artifactName":"service-Vfw20221128143530-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221128143530/1.0/artifacts/service-Vfw20221128143530-csar.csar","artifactChecksum":"ZTc0MjQ1MmY3MjNkMDBhMTNjNDdlMzgxOGZmNzBhYmE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"91d6ad35-55b5-4bac-90af-9a4292371d3c","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-28T14:37:02.672Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
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=?
2022-11-28T14:37:02.678Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-28T14:37:02.688Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T14:37:02.688Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e299b749-cb16-49aa-84aa-2b619822de64",
"consumerID": "ves-openapi-manager",
"timestamp": 1669646196099,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:37:02.689Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-28T14:37:02.689Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T14:37:02.689Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e299b749-cb16-49aa-84aa-2b619822de64",
"consumerID": "cds",
"timestamp": 1669646197889,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/artifacts/service-Vfw20221128143530-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-28T14:37:02.689Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T14:37:02.689Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "e299b749-cb16-49aa-84aa-2b619822de64",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669646222039,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:37:02.689Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T14:37:02.690Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T14:37:02.690Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e299b749-cb16-49aa-84aa-2b619822de64",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669646193498,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/artifacts/service-Vfw20221128143530-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:37:02.690Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-28T14:37:02.690Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T14:37:02.690Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e299b749-cb16-49aa-84aa-2b619822de64",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669646199217,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/vfw594c09948f6f0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-28T14:37:02.691Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T14:37:02.691Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T14:37:02.691Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e299b749-cb16-49aa-84aa-2b619822de64",
"consumerID": "ves-openapi-manager",
"timestamp": 1669646196099,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/artifacts/service-Vfw20221128143530-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:37:02.691Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-28T14:37:02.691Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T14:37:02.691Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e299b749-cb16-49aa-84aa-2b619822de64",
"consumerID": "cds",
"timestamp": 1669646198909,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/artifacts/service-Vfw20221128143530-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-28T14:37:02.709Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e299b749-cb16-49aa-84aa-2b619822de64
2022-11-28T14:37:02.710Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e299b749-cb16-49aa-84aa-2b619822de64 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-28T14:37:02.719Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T14:37:02.720Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e299b749-cb16-49aa-84aa-2b619822de64",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669646193498,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/artifacts/service-Vfw20221128143530-csar.csar",
"status": "NOTIFIED"
}
2022-11-28T14:37:02.720Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-28T14:37:02.720Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T14:37:02.720Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e299b749-cb16-49aa-84aa-2b619822de64",
"consumerID": "ves-openapi-manager",
"timestamp": 1669646196099,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/artifacts/service-Vfw20221128143530-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:37:02.720Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-28T14:37:02.721Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T14:37:02.721Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e299b749-cb16-49aa-84aa-2b619822de64",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669646201418,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/artifacts/service-Vfw20221128143530-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-28T14:37:02.721Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T14:37:02.721Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T14:37:02.721Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e299b749-cb16-49aa-84aa-2b619822de64",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669646207093,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/artifacts/service-Vfw20221128143530-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-28T14:37:02.722Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T14:37:02.722Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T14:37:02.722Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e299b749-cb16-49aa-84aa-2b619822de64",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669646208100,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-28T14:37:02.729Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e299b749-cb16-49aa-84aa-2b619822de64
2022-11-28T14:37:02.729Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e299b749-cb16-49aa-84aa-2b619822de64 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-28T14:37:02.744Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T14:37:02.744Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e299b749-cb16-49aa-84aa-2b619822de64",
"consumerID": "aai-ml",
"timestamp": 1669646212204,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/artifacts/service-Vfw20221128143530-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-28T14:37:02.745Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T14:37:02.745Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T14:37:02.745Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e299b749-cb16-49aa-84aa-2b619822de64",
"consumerID": "aai-ml",
"timestamp": 1669646213209,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-28T14:37:02.751Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e299b749-cb16-49aa-84aa-2b619822de64
2022-11-28T14:37:02.751Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e299b749-cb16-49aa-84aa-2b619822de64 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-28T14:37:02.762Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T14:37:02.762Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e",
"consumerID": "aai-ml",
"timestamp": 1669646214213,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:37:02.762Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-28T14:37:02.763Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T14:37:02.763Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e",
"consumerID": "ves-openapi-manager",
"timestamp": 1669646216099,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:37:02.763Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-28T14:37:02.763Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T14:37:02.763Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e",
"consumerID": "aai-ml",
"timestamp": 1669646214213,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/basic_onboard_hjkjos0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:37:02.763Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-28T14:37:02.764Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T14:37:02.764Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e",
"consumerID": "ves-openapi-manager",
"timestamp": 1669646216099,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/basic_onboard_hjkjos0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:37:02.764Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-28T14:37:02.764Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T14:37:02.764Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e",
"consumerID": "cds",
"timestamp": 1669646220075,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:37:02.765Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-28T14:37:02.765Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T14:37:02.765Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e",
"consumerID": "aai-ml",
"timestamp": 1669646214213,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:37:02.765Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-28T14:37:02.765Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T14:37:02.765Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e",
"consumerID": "ves-openapi-manager",
"timestamp": 1669646216099,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:37:02.766Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-28T14:37:02.766Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T14:37:02.766Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e",
"consumerID": "cds",
"timestamp": 1669646220075,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/basic_onboard_hjkjos0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:37:02.766Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-28T14:37:02.766Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T14:37:02.766Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e",
"consumerID": "aai-ml",
"timestamp": 1669646214213,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:37:02.767Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-28T14:37:02.767Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T14:37:02.767Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e",
"consumerID": "ves-openapi-manager",
"timestamp": 1669646216099,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:37:02.767Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-28T14:37:02.789Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-11-28T14:37:02.794Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T14:37:02.794Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ...
2022-11-28T14:37:02.806Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:37:02.806Z||pool-3-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-28T14:37:03.697Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-28T14:37:03.697Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-28T14:37:03.700Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T14:37:03.700Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "e299b749-cb16-49aa-84aa-2b619822de64",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669646222039,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/vfw594c09948f6f0_modules.json",
"status": "NOTIFIED"
}
2022-11-28T14:37:03.800Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T14:37:03.801Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T14:37:03.801Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ...
2022-11-28T14:37:03.814Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:37:03.814Z||pool-4-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-28T14:37:04.700Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-28T14:37:04.701Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-28T14:37:04.703Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T14:37:04.703Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "e299b749-cb16-49aa-84aa-2b619822de64",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669646222039,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-28T14:37:04.803Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T14:37:04.804Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T14:37:04.804Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ...
2022-11-28T14:37:04.813Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:37:04.813Z||pool-5-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-11-28T14:37:05.704Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-28T14:37:05.704Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-28T14:37:05.706Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T14:37:05.706Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "e299b749-cb16-49aa-84aa-2b619822de64",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669646222039,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:37:05.806Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-28T14:37:05.807Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T14:37:05.808Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ...
2022-11-28T14:37:05.834Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:37:05.834Z||pool-6-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-11-28T14:37:06.708Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-28T14:37:06.708Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-28T14:37:06.710Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T14:37:06.710Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "e299b749-cb16-49aa-84aa-2b619822de64",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669646222039,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-11-28T14:37:06.810Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T14:37:06.811Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T14:37:06.812Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ...
2022-11-28T14:37:06.847Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:37:06.848Z||pool-7-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-11-28T14:37:07.710Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-28T14:37:07.711Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-28T14:37:07.713Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T14:37:07.713Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "e299b749-cb16-49aa-84aa-2b619822de64",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669646222039,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/artifacts/service-Vfw20221128143530-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:37:07.813Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T14:37:07.815Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T14:37:07.816Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ...
2022-11-28T14:37:07.826Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:37:07.826Z||pool-8-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-28T14:37:08.714Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-28T14:37:08.714Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-28T14:37:08.716Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T14:37:08.717Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "e299b749-cb16-49aa-84aa-2b619822de64",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669646222039,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/artifacts/service-Vfw20221128143530-csar.csar",
"status": "NOTIFIED"
}
2022-11-28T14:37:08.817Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-28T14:37:08.818Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T14:37:08.818Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ...
2022-11-28T14:37:08.828Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:37:08.828Z||pool-9-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-28T14:37:09.718Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "e299b749-cb16-49aa-84aa-2b619822de64",
"serviceName": "vFW 2022-11-28 14-35-30",
"serviceVersion": "1.0",
"serviceUUID": "648d3364-2728-4316-aed8-3c941182aa3f",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "87e5008e-7661-41c9-acf2-873562c35cc0",
"resources": [
{
"resourceInstanceName": "vFW 594c0994-8f6f 0",
"resourceCustomizationUUID": "c79d13c4-b7b5-4178-b99b-f2576a0209d1",
"resourceName": "vFW 594c0994-8f6f",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "affb919a-ef2d-47d2-8515-d67a144a5196",
"resourceInvariantUUID": "8121bf3d-d090-4adf-afd8-9d03939ecb56",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw594c09948f6f0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/vfw594c09948f6f0_modules.json",
"artifactChecksum": "ODk0MTY4MTk4ZGIzYWYzYmNhZjU2ZDEyMDhhNjMxZDg\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "1466c91b-e236-45ec-97c9-e99608407d48",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "79757c2b-810c-4a5e-8e7b-6b7c51ad461a",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "478431f5-b9f6-4175-9af6-600429926d93",
"generatedFromUUID": "79757c2b-810c-4a5e-8e7b-6b7c51ad461a"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "478431f5-b9f6-4175-9af6-600429926d93",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20221128143530-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/artifacts/service-Vfw20221128143530-csar.csar",
"artifactChecksum": "ZTc0MjQ1MmY3MjNkMDBhMTNjNDdlMzgxOGZmNzBhYmE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "91d6ad35-55b5-4bac-90af-9a4292371d3c"
}
],
"workloadContext": "Production"
}
2022-11-28T14:37:09.720Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-28T14:37:09.720Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 648d3364-2728-4316-aed8-3c941182aa3f ASDC
2022-11-28T14:37:09.829Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:e299b749-cb16-49aa-84aa-2b619822de64
ServiceName:vFW 2022-11-28 14-35-30
ServiceVersion:1.0
ServiceUUID:648d3364-2728-4316-aed8-3c941182aa3f
ServiceInvariantUUID:87e5008e-7661-41c9-acf2-873562c35cc0
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20221128143530-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221128143530/1.0/artifacts/service-Vfw20221128143530-csar.csar
ArtifactUUID:91d6ad35-55b5-4bac-90af-9a4292371d3c
ArtifactChecksum:ZTc0MjQ1MmY3MjNkMDBhMTNjNDdlMzgxOGZmNzBhYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 594c0994-8f6f 0
ResourceCustomizationUUID:c79d13c4-b7b5-4178-b99b-f2576a0209d1
ResourceInvariantUUID:8121bf3d-d090-4adf-afd8-9d03939ecb56
ResourceName:vFW 594c0994-8f6f
ResourceType:VF
ResourceUUID:affb919a-ef2d-47d2-8515-d67a144a5196
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw594c09948f6f0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/vfw594c09948f6f0_modules.json
ArtifactUUID:1466c91b-e236-45ec-97c9-e99608407d48
ArtifactChecksum:ODk0MTY4MTk4ZGIzYWYzYmNhZjU2ZDEyMDhhNjMxZDg=
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/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/base_vfw.yaml
ArtifactUUID:79757c2b-810c-4a5e-8e7b-6b7c51ad461a
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/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/base_vfw.env
ArtifactUUID:478431f5-b9f6-4175-9af6-600429926d93
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/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/base_vfw.env
ArtifactUUID:478431f5-b9f6-4175-9af6-600429926d93
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-11-28T14:37:09.830Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 648d3364-2728-4316-aed8-3c941182aa3f ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-28T14:37:09.883Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-28T14:37:09.885Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-11-28T14:37:09.886Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-11-28T14:37:09.887Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 91d6ad35-55b5-4bac-90af-9a4292371d3c from URL: /sdc/v1/catalog/services/Vfw20221128143530/1.0/artifacts/service-Vfw20221128143530-csar.csar
2022-11-28T14:37:09.887Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-28T14:37:09.888Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221128143530/1.0/artifacts/service-Vfw20221128143530-csar.csar
2022-11-28T14:37:09.986Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-28T14:37:10.004Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221128143530/1.0/artifacts/service-Vfw20221128143530-csar.csar 91d6ad35-55b5-4bac-90af-9a4292371d3c 100664
2022-11-28T14:37:10.005Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221128143530/1.0/artifacts/service-Vfw20221128143530-csar.csar ASDC sendASDCNotification
2022-11-28T14:37:10.005Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221128143530/1.0/artifacts/service-Vfw20221128143530-csar.csar
2022-11-28T14:37:10.006Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-28T14:37:10.007Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-28T14:37:10.009Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T14:37:10.009Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "e299b749-cb16-49aa-84aa-2b619822de64",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669646230004,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/artifacts/service-Vfw20221128143530-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-28T14:37:10.110Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-28T14:37:10.111Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T14:37:10.111Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ...
2022-11-28T14:37:10.128Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:37:10.129Z||pool-10-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-28T14:37:11.009Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-28T14:37:11.010Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-11-28T14:37:11.011Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 91d6ad35-55b5-4bac-90af-9a4292371d3c, URL: /sdc/v1/catalog/services/Vfw20221128143530/1.0/artifacts/service-Vfw20221128143530-csar.csar to file: /app/ASDC/1/service-Vfw20221128143530-csar.csar
2022-11-28T14:37:11.012Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221128143530-csar.csar
2022-11-28T14:37:11.095Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221128143530-csar.csar
2022-11-28T14:37:11.095Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221128143530-csar.csar
2022-11-28T14:37:11.920Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12179472426890838345/Definitions/service-Vfw20221128143530-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-11-28T14:37:14.789Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-28T14:37:14.794Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-11-28T14:37:14.795Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221128143530-csar.csar
2022-11-28T14:37:14.795Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-11-28T14:37:14.795Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221128143530-csar.csar
2022-11-28T14:37:14.795Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221128143530-csar.csar
2022-11-28T14:37:14.796Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20221128143530-csar.csar
2022-11-28T14:37:14.796Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221128143530-csar.csar
2022-11-28T14:37:14.796Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221128143530-csar.csar
2022-11-28T14:37:14.796Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221128143530-csar.csar
2022-11-28T14:37:14.797Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221128143530-csar.csar
2022-11-28T14:37:14.797Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221128143530-csar.csar
2022-11-28T14:37:14.797Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221128143530-csar.csar
2022-11-28T14:37:14.797Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221128143530-csar.csar
2022-11-28T14:37:14.798Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 594c0994-8f6f 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-Vfw20221128143530-csar.csar
2022-11-28T14:37:14.798Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-11-28T14:37:14.804Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T14:37:14.805Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-28 14-35-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T14:37:14.809Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template vFW 594c0994-8f6f 0 is matching search criteria
2022-11-28T14:37:14.810Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-11-28T14:37:14.811Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 594c0994-8f6f 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-28T14:37:14.813Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T14:37:14.814Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-28 14-35-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T14:37:14.814Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template vFW 594c0994-8f6f 0 is matching search criteria
2022-11-28T14:37:14.814Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-11-28T14:37:14.814Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 594c0994-8f6f 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-28T14:37:14.815Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T14:37:14.815Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-28 14-35-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T14:37:14.818Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T14:37:14.819Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template vFW 594c0994-8f6f 0 is not matching search criteria
2022-11-28T14:37:14.819Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-28T14:37:14.819Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-28T14:37:14.820Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-28T14:37:14.820Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-28T14:37:14.820Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-28T14:37:14.820Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-28T14:37:14.821Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-28T14:37:14.821Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-28T14:37:14.821Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-28T14:37:14.822Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-28T14:37:14.822Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-28T14:37:14.822Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-28T14:37:14.823Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-28T14:37:14.823Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-28T14:37:14.823Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-28T14:37:14.823Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-28T14:37:14.824Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T14:37:14.824Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-28 14-35-30 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-28T14:37:14.825Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T14:37:14.826Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template vFW 594c0994-8f6f 0 is matching search criteria
2022-11-28T14:37:14.826Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 594c0994-8f6f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-28T14:37:14.826Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T14:37:14.827Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template vFW 594c0994-8f6f 0 is matching search criteria
2022-11-28T14:37:14.827Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 594c0994-8f6f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-28T14:37:14.827Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T14:37:14.827Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template vFW 594c0994-8f6f 0 is matching search criteria
2022-11-28T14:37:14.828Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 594c0994-8f6f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-28T14:37:14.828Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T14:37:14.828Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template vFW 594c0994-8f6f 0 is not matching search criteria
2022-11-28T14:37:14.829Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-28T14:37:14.829Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-28T14:37:14.829Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-11-28T14:37:14.830Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-28T14:37:14.830Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-28T14:37:14.830Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-28T14:37:14.831Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-28T14:37:14.831Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-28T14:37:14.831Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-28T14:37:14.831Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-28T14:37:14.832Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-28T14:37:14.832Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=75eb3880-4a37-4c11-a720-09d5432ad819
2022-11-28T14:37:14.833Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T14:37:14.833Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template vFW 594c0994-8f6f 0 is not matching search criteria
2022-11-28T14:37:14.833Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-28T14:37:14.833Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-28T14:37:14.834Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-28T14:37:14.834Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-28T14:37:14.834Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-28T14:37:14.835Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-28T14:37:14.835Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-28T14:37:14.835Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-11-28T14:37:14.835Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-28T14:37:14.836Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-28T14:37:14.836Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-28T14:37:14.836Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-28T14:37:14.837Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=94f96b51-7ab9-4f40-87b2-d133a105c04f
2022-11-28T14:37:14.837Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T14:37:14.837Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template vFW 594c0994-8f6f 0 is not matching search criteria
2022-11-28T14:37:14.838Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-28T14:37:14.838Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-28T14:37:14.838Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-28T14:37:14.838Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-28T14:37:14.839Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-28T14:37:14.839Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-28T14:37:14.839Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-28T14:37:14.840Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-28T14:37:14.840Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-28T14:37:14.840Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-28T14:37:14.840Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-28T14:37:14.841Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-11-28T14:37:14.841Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=255da3f9-b923-429f-8eed-0bbb68c0ccc5
2022-11-28T14:37:14.842Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T14:37:14.842Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-28 14-35-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T14:37:14.842Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T14:37:14.843Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-28 14-35-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T14:37:14.843Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T14:37:14.843Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-28 14-35-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T14:37:14.844Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T14:37:14.844Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-28 14-35-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T14:37:14.844Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-11-28 14-35-30
Description:catalog service description
Model UUID:648d3364-2728-4316-aed8-3c941182aa3f
Model Version:NULL
Model InvariantUuid:87e5008e-7661-41c9-acf2-873562c35cc0
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 594c0994-8f6f
Model UUID:41847ac0-95be-4bd3-874c-bd5a9a4476c8
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8121bf3d-d090-4adf-afd8-9d03939ecb56
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:c79d13c4-b7b5-4178-b99b-f2576a0209d1
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:2e8f2eef-2037-41b7-b7b8-e1531b7e6fad
ModelName:Vfw594c09948f6f..base_vfw..module-0
ModelUuid:9ea78e1d-3ed0-47d7-8f64-45d6d98954e6
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:75eb3880-4a37-4c11-a720-09d5432ad819
ModelInvariantUuid:cb597015-49d0-4294-901c-42e64e248700
ModelName:vFW 594c0994-8f6f-nodes.vfwCvfc
ModelUuid:f539818a-686d-409e-83aa-dd743d64c0a9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:34d17e13-6112-4c9f-ae21-5c3e6eb6cf03
ModelInvariantUuid:488c0515-fadf-43cf-b85e-5eba2a36b603
ModelName:Vfw594c09948f6f.compute.nodes.heat.vfw
ModelUuid:de30f3ab-9e5d-40d6-96fe-839d828c1338
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:94f96b51-7ab9-4f40-87b2-d133a105c04f
ModelInvariantUuid:a03f8cd8-1f90-405b-9397-33e7f8701735
ModelName:vFW 594c0994-8f6f-nodes.vsnCvfc
ModelUuid:02a1fdf6-c426-4a70-97d4-1997a81808a9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:c60c9f58-dd5c-4e46-8f63-4356f1b6d244
ModelInvariantUuid:551ffaa3-8ea4-456b-b4b2-3f2989295ed9
ModelName:Vfw594c09948f6f.compute.nodes.heat.vsn
ModelUuid:7ba962c5-03da-4947-85b7-4feb6fd6ee14
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:255da3f9-b923-429f-8eed-0bbb68c0ccc5
ModelInvariantUuid:9b32dc72-9d68-42ae-b05e-926a7f64ec46
ModelName:vFW 594c0994-8f6f-nodes.vpgCvfc
ModelUuid:81140bde-15f4-418d-8996-d6b877640656
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:97792d2c-6ac4-4c41-afaf-183ef5811f37
ModelInvariantUuid:f1df587f-e510-4e43-9511-a5e95ed3659e
ModelName:Vfw594c09948f6f.compute.nodes.heat.vpg
ModelUuid:0deb9293-71c6-4db1-835d-f19f4012d873
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-28T14:37:14.857Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: affb919a-ef2d-47d2-8515-d67a144a5196
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-28T14:37:14.943Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||INFO|500||vFW 594c0994-8f6f 0
2022-11-28T14:37:14.949Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: affb919a-ef2d-47d2-8515-d67a144a5196
2022-11-28T14:37:14.949Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 1466c91b-e236-45ec-97c9-e99608407d48 from URL: /sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/vfw594c09948f6f0_modules.json
2022-11-28T14:37:14.949Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-28T14:37:14.950Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/vfw594c09948f6f0_modules.json
2022-11-28T14:37:15.028Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-28T14:37:15.028Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/vfw594c09948f6f0_modules.json 1466c91b-e236-45ec-97c9-e99608407d48 785
2022-11-28T14:37:15.038Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/vfw594c09948f6f0_modules.json ASDC sendASDCNotification
2022-11-28T14:37:15.038Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/vfw594c09948f6f0_modules.json
2022-11-28T14:37:15.038Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-28T14:37:15.039Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-28T14:37:15.042Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T14:37:15.042Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "e299b749-cb16-49aa-84aa-2b619822de64",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669646235037,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/vfw594c09948f6f0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-28T14:37:15.142Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T14:37:15.143Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T14:37:15.143Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ...
2022-11-28T14:37:15.153Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:37:15.154Z||pool-11-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-28T14:37:16.043Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw594c09948f6f..base_vfw..module-0",
"vfModuleModelInvariantUUID": "2e8f2eef-2037-41b7-b7b8-e1531b7e6fad",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "9ea78e1d-3ed0-47d7-8f64-45d6d98954e6",
"vfModuleModelCustomizationUUID": "b0f2d7a1-92de-4d73-aa70-8a520af4eb7e",
"isBase": true,
"artifacts": [
"79757c2b-810c-4a5e-8e7b-6b7c51ad461a",
"478431f5-b9f6-4175-9af6-600429926d93"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-11-28T14:37:16.056Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw594c09948f6f..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9ea78e1d-3ed0-47d7-8f64-45d6d98954e6
VfModuleModelInvariantUUID:2e8f2eef-2037-41b7-b7b8-e1531b7e6fad
VfModuleModelDescription:NULL
Artifacts UUID List:{
79757c2b-810c-4a5e-8e7b-6b7c51ad461a
,
478431f5-b9f6-4175-9af6-600429926d93
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-11-28T14:37:16.059Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw594c09948f6f..base_vfw..module-0",
"vfModuleModelInvariantUUID": "2e8f2eef-2037-41b7-b7b8-e1531b7e6fad",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "9ea78e1d-3ed0-47d7-8f64-45d6d98954e6",
"vfModuleModelCustomizationUUID": "b0f2d7a1-92de-4d73-aa70-8a520af4eb7e",
"isBase": true,
"artifacts": [
"79757c2b-810c-4a5e-8e7b-6b7c51ad461a",
"478431f5-b9f6-4175-9af6-600429926d93"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-11-28T14:37:16.059Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw594c09948f6f..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9ea78e1d-3ed0-47d7-8f64-45d6d98954e6
VfModuleModelInvariantUUID:2e8f2eef-2037-41b7-b7b8-e1531b7e6fad
VfModuleModelDescription:NULL
Artifacts UUID List:{
79757c2b-810c-4a5e-8e7b-6b7c51ad461a
,
478431f5-b9f6-4175-9af6-600429926d93
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-11-28T14:37:16.059Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 79757c2b-810c-4a5e-8e7b-6b7c51ad461a from URL: /sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/base_vfw.yaml
2022-11-28T14:37:16.060Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-28T14:37:16.060Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/base_vfw.yaml
2022-11-28T14:37:16.110Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-28T14:37:16.110Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/base_vfw.yaml 79757c2b-810c-4a5e-8e7b-6b7c51ad461a 20368
2022-11-28T14:37:16.111Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-11-28T14:37:16.111Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/base_vfw.yaml
2022-11-28T14:37:16.111Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-28T14:37:16.111Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-28T14:37:16.113Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T14:37:16.113Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "e299b749-cb16-49aa-84aa-2b619822de64",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669646236111,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-28T14:37:16.214Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T14:37:16.214Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T14:37:16.214Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ...
2022-11-28T14:37:16.224Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:37:16.225Z||pool-12-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-28T14:37:17.114Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 478431f5-b9f6-4175-9af6-600429926d93 from URL: /sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/base_vfw.env
2022-11-28T14:37:17.114Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-28T14:37:17.114Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/base_vfw.env
2022-11-28T14:37:17.159Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-28T14:37:17.159Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/base_vfw.env 478431f5-b9f6-4175-9af6-600429926d93 2098
2022-11-28T14:37:17.160Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-11-28T14:37:17.160Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/base_vfw.env
2022-11-28T14:37:17.160Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-28T14:37:17.160Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-28T14:37:17.162Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T14:37:17.162Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "e299b749-cb16-49aa-84aa-2b619822de64",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669646237160,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-11-28T14:37:17.263Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T14:37:17.264Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T14:37:17.264Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ...
2022-11-28T14:37:17.274Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:37:17.275Z||pool-13-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-28T14:37:18.163Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 648d3364-2728-4316-aed8-3c941182aa3f
2022-11-28T14:37:18.164Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 594c0994-8f6f 0 affb919a-ef2d-47d2-8515-d67a144a5196 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-28T14:37:18.218Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@db4572e, org.onap.sdc.toscaparser.api.parameters.Input@4c6a1350, org.onap.sdc.toscaparser.api.parameters.Input@422c7f37, org.onap.sdc.toscaparser.api.parameters.Input@87f6117, org.onap.sdc.toscaparser.api.parameters.Input@275d4a11]
2022-11-28T14:37:18.221Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T14:37:18.222Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-28 14-35-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T14:37:18.222Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic
2022-11-28T14:37:18.222Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= c79d13c4-b7b5-4178-b99b-f2576a0209d1
2022-11-28T14:37:18.222Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c79d13c4-b7b5-4178-b99b-f2576a0209d1 matches Tosca VF Customization UUID: c79d13c4-b7b5-4178-b99b-f2576a0209d1
2022-11-28T14:37:18.222Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: c79d13c4-b7b5-4178-b99b-f2576a0209d1 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-11-28T14:37:18.230Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T14:37:18.230Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-28 14-35-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T14:37:18.231Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id c79d13c4-b7b5-4178-b99b-f2576a0209d1: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-28T14:37:18.231Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@667b84ab
2022-11-28T14:37:18.232Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T14:37:18.232Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-28 14-35-30 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-28T14:37:18.232Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b0f2d7a1-92de-4d73-aa70-8a520af4eb7e
2022-11-28T14:37:18.233Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b0f2d7a1-92de-4d73-aa70-8a520af4eb7e
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-11-28T14:37:18.246Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T14:37:18.247Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template vFW 594c0994-8f6f 0 is matching search criteria
2022-11-28T14:37:18.247Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 594c0994-8f6f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-28T14:37:18.247Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T14:37:18.248Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template vFW 594c0994-8f6f 0 is matching search criteria
2022-11-28T14:37:18.248Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 594c0994-8f6f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-28T14:37:18.248Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T14:37:18.248Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template vFW 594c0994-8f6f 0 is not matching search criteria
2022-11-28T14:37:18.248Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-28T14:37:18.248Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-28T14:37:18.249Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-11-28T14:37:18.249Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-28T14:37:18.249Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-28T14:37:18.249Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-28T14:37:18.249Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-28T14:37:18.249Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-28T14:37:18.250Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-28T14:37:18.250Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-28T14:37:18.250Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-28T14:37:18.250Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=75eb3880-4a37-4c11-a720-09d5432ad819
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-11-28T14:37:18.259Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T14:37:18.260Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template vFW 594c0994-8f6f 0 is matching search criteria
2022-11-28T14:37:18.260Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 594c0994-8f6f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-28T14:37:18.260Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T14:37:18.260Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template vFW 594c0994-8f6f 0 is not matching search criteria
2022-11-28T14:37:18.277Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-28T14:37:18.279Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-28T14:37:18.279Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-28T14:37:18.280Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-28T14:37:18.280Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-28T14:37:18.280Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-28T14:37:18.280Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-28T14:37:18.280Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-11-28T14:37:18.281Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-28T14:37:18.281Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-28T14:37:18.281Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-28T14:37:18.281Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-28T14:37:18.281Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=94f96b51-7ab9-4f40-87b2-d133a105c04f
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-11-28T14:37:18.292Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T14:37:18.292Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template vFW 594c0994-8f6f 0 is matching search criteria
2022-11-28T14:37:18.292Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 594c0994-8f6f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-28T14:37:18.295Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T14:37:18.295Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template vFW 594c0994-8f6f 0 is not matching search criteria
2022-11-28T14:37:18.295Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-28T14:37:18.295Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-28T14:37:18.295Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-28T14:37:18.295Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-28T14:37:18.296Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-28T14:37:18.296Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-28T14:37:18.296Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-28T14:37:18.296Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-28T14:37:18.296Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-28T14:37:18.296Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-28T14:37:18.297Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-28T14:37:18.297Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-11-28T14:37:18.297Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=255da3f9-b923-429f-8eed-0bbb68c0ccc5
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-11-28T14:37:18.300Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T14:37:18.300Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template vFW 594c0994-8f6f 0 is matching search criteria
2022-11-28T14:37:18.300Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 594c0994-8f6f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-28T14:37:18.300Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T14:37:18.300Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template vFW 594c0994-8f6f 0 is matching search criteria
2022-11-28T14:37:18.300Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 594c0994-8f6f 0] matching following query criteria: sdcType=VF, customizationUUID=c79d13c4-b7b5-4178-b99b-f2576a0209d1
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-28T14:37:18.302Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T14:37:18.303Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-28 14-35-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T14:37:18.303Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 648d3364-2728-4316-aed8-3c941182aa3f: vFW 594c0994-8f6f
2022-11-28T14:37:18.303Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T14:37:18.303Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-28 14-35-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T14:37:18.304Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T14:37:18.304Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-28 14-35-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T14:37:18.304Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T14:37:18.304Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-28 14-35-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T14:37:18.304Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T14:37:18.304Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-28 14-35-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T14:37:18.305Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T14:37:18.305Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-28 14-35-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T14:37:18.305Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2022-11-28 14-35-30
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-28T14:37:18.631Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 594c0994-8f6f affb919a-ef2d-47d2-8515-d67a144a5196 1 ASDC deployResourceStructure
2022-11-28T14:37:18.631Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/vfw594c09948f6f0_modules.json ASDC sendASDCNotification
2022-11-28T14:37:18.631Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/vfw594c09948f6f0_modules.json
2022-11-28T14:37:18.631Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-28T14:37:18.632Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-28T14:37:18.633Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T14:37:18.633Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "e299b749-cb16-49aa-84aa-2b619822de64",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669646238631,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/vfw594c09948f6f0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-28T14:37:18.734Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T14:37:18.734Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T14:37:18.735Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ...
2022-11-28T14:37:18.745Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:37:18.746Z||pool-14-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-28T14:37:19.634Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-11-28T14:37:19.635Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/base_vfw.yaml
2022-11-28T14:37:19.635Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-28T14:37:19.635Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-28T14:37:19.636Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T14:37:19.637Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "e299b749-cb16-49aa-84aa-2b619822de64",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669646239634,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-11-28T14:37:19.737Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T14:37:19.738Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T14:37:19.738Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ...
2022-11-28T14:37:19.747Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:37:19.748Z||pool-15-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-28T14:37:20.638Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-11-28T14:37:20.638Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/base_vfw.env
2022-11-28T14:37:20.638Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-28T14:37:20.638Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-28T14:37:20.640Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T14:37:20.640Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "e299b749-cb16-49aa-84aa-2b619822de64",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669646240637,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-11-28T14:37:20.740Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-28T14:37:20.741Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T14:37:20.741Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ...
2022-11-28T14:37:20.751Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:37:20.751Z||pool-16-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-11-28T14:37:21.642Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221128143530/1.0/artifacts/service-Vfw20221128143530-csar.csar ASDC sendASDCNotification
2022-11-28T14:37:21.642Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221128143530/1.0/artifacts/service-Vfw20221128143530-csar.csar
2022-11-28T14:37:21.642Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-28T14:37:21.643Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-28T14:37:21.645Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T14:37:21.645Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "e299b749-cb16-49aa-84aa-2b619822de64",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669646241642,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/artifacts/service-Vfw20221128143530-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-28T14:37:21.745Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T14:37:21.746Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T14:37:21.746Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ...
2022-11-28T14:37:21.756Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:37:21.756Z||pool-17-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-28T14:37:22.646Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e299b749-cb16-49aa-84aa-2b619822de64
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-28T14:37:22.670Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e299b749-cb16-49aa-84aa-2b619822de64
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-28T14:37:22.673Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-28T14:37:22.673Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-28T14:37:22.673Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-28T14:37:22.673Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-28T14:37:22.673Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-28T14:37:22.673Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-28T14:37:22.673Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-28T14:37:22.673Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-28T14:37:22.674Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-28T14:37:22.674Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-28T14:37:22.679Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-28T14:37:52.680Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e299b749-cb16-49aa-84aa-2b619822de64 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-11-28T14:37:52.690Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e299b749-cb16-49aa-84aa-2b619822de64 and serviceModelVersionId: 648d3364-2728-4316-aed8-3c941182aa3f
2022-11-28T14:37:52.690Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 87e5008e-7661-41c9-acf2-873562c35cc0
2022-11-28T14:38:02.047Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T14:38:02.047Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T14:38:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T14:38:02.066Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:38:02.066Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T14:38:02.066Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669646222092,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:38:02.067Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-28T14:38:07.399Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/87e5008e-7661-41c9-acf2-873562c35cc0/model-vers/model-ver/648d3364-2728-4316-aed8-3c941182aa3f?depth=0
2022-11-28T14:38:07.520Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-11-28T14:38:07.974Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87e5008e-7661-41c9-acf2-873562c35cc0/model-vers/model-ver/648d3364-2728-4316-aed8-3c941182aa3f?depth=0|INFO|500||Invoke
2022-11-28T14:38:07.982Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87e5008e-7661-41c9-acf2-873562c35cc0/model-vers/model-ver/648d3364-2728-4316-aed8-3c941182aa3f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87e5008e-7661-41c9-acf2-873562c35cc0/model-vers/model-ver/648d3364-2728-4316-aed8-3c941182aa3f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e299b749-cb16-49aa-84aa-2b619822de64], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9116bf30-0897-4a6d-806d-1c62668a0c37], X-ECOMP-RequestID=[e299b749-cb16-49aa-84aa-2b619822de64], X-TransactionId=[], X-ONAP-RequestID=[e299b749-cb16-49aa-84aa-2b619822de64], Content-Type=[application/merge-patch+json]}
2022-11-28T14:38:08.098Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87e5008e-7661-41c9-acf2-873562c35cc0/model-vers/model-ver/648d3364-2728-4316-aed8-3c941182aa3f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-11-28T14:38:08.304Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87e5008e-7661-41c9-acf2-873562c35cc0/model-vers/model-ver/648d3364-2728-4316-aed8-3c941182aa3f?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/87e5008e-7661-41c9-acf2-873562c35cc0/model-vers/model-ver/648d3364-2728-4316-aed8-3c941182aa3f?depth=0 has http status code:200 and response headers:{date=[Mon, 28 Nov 2022 14:38:08 GMT], content-length=[0], vertex-id=[159840], x-aai-txid=[0-aai-resources-221128-14:38:08:047-32645], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-11-28T14:38:08.306Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87e5008e-7661-41c9-acf2-873562c35cc0/model-vers/model-ver/648d3364-2728-4316-aed8-3c941182aa3f?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-28T14:38:08.306Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87e5008e-7661-41c9-acf2-873562c35cc0/model-vers/model-ver/648d3364-2728-4316-aed8-3c941182aa3f?depth=0|INFO|500||InvokeReturn
2022-11-28T14:38:08.309Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-28T14:38:08.310Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-28T14:38:08.316Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-11-28T14:38:08.317Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e299b749-cb16-49aa-84aa-2b619822de64 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-28T14:38:08.318Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-28T14:38:08.319Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-28T14:38:08.321Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T14:38:08.321Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "e299b749-cb16-49aa-84aa-2b619822de64",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669646288318,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-28T14:38:08.421Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T14:38:08.422Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T14:38:08.422Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ...
2022-11-28T14:38:08.432Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:38:08.432Z||pool-18-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-28T14:38:09.341Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:38:09.341Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"6b1c7728-80a4-4f86-b332-b0e87f9fdc8e","serviceName":"basic_onboard_hjkjoS","serviceVersion":"1.0","serviceUUID":"71222b81-8aa8-4ccd-be41-0e1629904a31","serviceDescription":"service","serviceInvariantUUID":"f9af4935-b495-4bfd-9817-ff4756557716","resources":[{"resourceInstanceName":"basic_onboard_hjkjoS 0","resourceName":"basic_onboard_hjkjoS","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e64d0506-0ecd-43de-ab8a-016d345dabea","resourceInvariantUUID":"68d20701-d9f5-4256-a5d5-175e40097084","resourceCustomizationUUID":"f9a1fa57-7b39-4279-a475-2bfc761012ac","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/vf-license-model.xml","artifactChecksum":"ZGQ0NTgwYTdjNzk1ODQ2NjZhOWEwZjBmMDA0MzJiNDQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"41b0e5e0-6e05-4b34-820a-298e8107b61b","artifactVersion":"1"},{"artifactName":"basic_onboard_hjkjos0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/basic_onboard_hjkjos0_modules.json","artifactChecksum":"ODQ3YmY4NmM3OTU4NTk2NWVjNjQyY2I2NWNhOWRhZmE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"dddd6a8e-3260-4b64-ada4-69bf146535f0","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"5171dbd9-9504-4136-a2f6-71f799096371","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3fbb70d6-db9c-442c-9722-ed095efbd81e","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"71e78653-4a6f-4415-8c75-ff487da6c6c9","artifactVersion":"2","generatedFromUUID":"5171dbd9-9504-4136-a2f6-71f799096371"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardHjkjos-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/artifacts/service-BasicOnboardHjkjos-template.yml","artifactChecksum":"NGYwY2QwODcyYThjNDFlZDdlZTFkMWZjZWJmMjFkM2M\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3ad775ee-37f3-4587-8177-b4575ed5739d","artifactVersion":"1"},{"artifactName":"service-BasicOnboardHjkjos-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/artifacts/service-BasicOnboardHjkjos-csar.csar","artifactChecksum":"ZWI2ZTkzOTcxZjQ3OTM4NzkwMDA0NDkzNTFkZGMzMmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5b3eb106-53a9-4ac9-836a-5babe61ecfeb","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-28T14:38:09.342Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-28T14:38:09.342Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-28T14:38:09.344Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T14:38:09.344Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669646222039,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:38:09.444Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T14:38:09.445Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T14:38:09.445Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ...
2022-11-28T14:38:09.454Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:38:09.454Z||pool-19-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-11-28T14:38:10.344Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-28T14:38:10.345Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-28T14:38:10.346Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T14:38:10.347Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669646222039,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/basic_onboard_hjkjos0_modules.json",
"status": "NOTIFIED"
}
2022-11-28T14:38:10.447Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T14:38:10.448Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T14:38:10.448Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ...
2022-11-28T14:38:10.457Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:38:10.457Z||pool-20-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-11-28T14:38:11.347Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-28T14:38:11.348Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-28T14:38:11.350Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T14:38:11.350Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669646222039,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-28T14:38:11.450Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T14:38:11.451Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T14:38:11.451Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ...
2022-11-28T14:38:11.460Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:38:11.461Z||pool-21-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-11-28T14:38:12.351Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-28T14:38:12.351Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-28T14:38:12.353Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T14:38:12.353Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669646222039,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:38:12.454Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-28T14:38:12.455Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T14:38:12.455Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ...
2022-11-28T14:38:12.464Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:38:12.464Z||pool-22-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-11-28T14:38:13.354Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-28T14:38:13.355Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-28T14:38:13.357Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T14:38:13.357Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669646222039,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-11-28T14:38:13.457Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T14:38:13.458Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T14:38:13.458Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ...
2022-11-28T14:38:13.468Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:38:13.469Z||pool-23-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-11-28T14:38:14.358Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-28T14:38:14.359Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-28T14:38:14.361Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T14:38:14.361Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669646222039,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/artifacts/service-BasicOnboardHjkjos-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:38:14.462Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-28T14:38:14.462Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T14:38:14.462Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ...
2022-11-28T14:38:14.493Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:38:14.493Z||pool-24-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-11-28T14:38:15.362Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-28T14:38:15.363Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-28T14:38:15.365Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T14:38:15.365Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669646222039,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/artifacts/service-BasicOnboardHjkjos-csar.csar",
"status": "NOTIFIED"
}
2022-11-28T14:38:15.465Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T14:38:15.466Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T14:38:15.466Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ...
2022-11-28T14:38:15.477Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:38:15.477Z||pool-25-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-11-28T14:38:16.366Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e",
"serviceName": "basic_onboard_hjkjoS",
"serviceVersion": "1.0",
"serviceUUID": "71222b81-8aa8-4ccd-be41-0e1629904a31",
"serviceDescription": "service",
"serviceInvariantUUID": "f9af4935-b495-4bfd-9817-ff4756557716",
"resources": [
{
"resourceInstanceName": "basic_onboard_hjkjoS 0",
"resourceCustomizationUUID": "f9a1fa57-7b39-4279-a475-2bfc761012ac",
"resourceName": "basic_onboard_hjkjoS",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "e64d0506-0ecd-43de-ab8a-016d345dabea",
"resourceInvariantUUID": "68d20701-d9f5-4256-a5d5-175e40097084",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_hjkjos0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/basic_onboard_hjkjos0_modules.json",
"artifactChecksum": "ODQ3YmY4NmM3OTU4NTk2NWVjNjQyY2I2NWNhOWRhZmE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "dddd6a8e-3260-4b64-ada4-69bf146535f0",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "5171dbd9-9504-4136-a2f6-71f799096371",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "71e78653-4a6f-4415-8c75-ff487da6c6c9",
"generatedFromUUID": "5171dbd9-9504-4136-a2f6-71f799096371"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "71e78653-4a6f-4415-8c75-ff487da6c6c9",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardHjkjos-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/artifacts/service-BasicOnboardHjkjos-csar.csar",
"artifactChecksum": "ZWI2ZTkzOTcxZjQ3OTM4NzkwMDA0NDkzNTFkZGMzMmI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "5b3eb106-53a9-4ac9-836a-5babe61ecfeb"
}
],
"workloadContext": "Production"
}
2022-11-28T14:38:16.367Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-28T14:38:16.367Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 71222b81-8aa8-4ccd-be41-0e1629904a31 ASDC
2022-11-28T14:38:16.368Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:6b1c7728-80a4-4f86-b332-b0e87f9fdc8e
ServiceName:basic_onboard_hjkjoS
ServiceVersion:1.0
ServiceUUID:71222b81-8aa8-4ccd-be41-0e1629904a31
ServiceInvariantUUID:f9af4935-b495-4bfd-9817-ff4756557716
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardHjkjos-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/artifacts/service-BasicOnboardHjkjos-csar.csar
ArtifactUUID:5b3eb106-53a9-4ac9-836a-5babe61ecfeb
ArtifactChecksum:ZWI2ZTkzOTcxZjQ3OTM4NzkwMDA0NDkzNTFkZGMzMmI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_hjkjoS 0
ResourceCustomizationUUID:f9a1fa57-7b39-4279-a475-2bfc761012ac
ResourceInvariantUUID:68d20701-d9f5-4256-a5d5-175e40097084
ResourceName:basic_onboard_hjkjoS
ResourceType:VF
ResourceUUID:e64d0506-0ecd-43de-ab8a-016d345dabea
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_hjkjos0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/basic_onboard_hjkjos0_modules.json
ArtifactUUID:dddd6a8e-3260-4b64-ada4-69bf146535f0
ArtifactChecksum:ODQ3YmY4NmM3OTU4NTk2NWVjNjQyY2I2NWNhOWRhZmE=
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/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/base_ubuntu18.yaml
ArtifactUUID:5171dbd9-9504-4136-a2f6-71f799096371
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/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/base_ubuntu18.env
ArtifactUUID:71e78653-4a6f-4415-8c75-ff487da6c6c9
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/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/base_ubuntu18.env
ArtifactUUID:71e78653-4a6f-4415-8c75-ff487da6c6c9
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-11-28T14:38:16.368Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 71222b81-8aa8-4ccd-be41-0e1629904a31 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-28T14:38:16.410Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-28T14:38:16.411Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-11-28T14:38:16.411Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-11-28T14:38:16.412Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 5b3eb106-53a9-4ac9-836a-5babe61ecfeb from URL: /sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/artifacts/service-BasicOnboardHjkjos-csar.csar
2022-11-28T14:38:16.412Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-28T14:38:16.412Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/artifacts/service-BasicOnboardHjkjos-csar.csar
2022-11-28T14:38:16.484Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-28T14:38:16.488Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/artifacts/service-BasicOnboardHjkjos-csar.csar 5b3eb106-53a9-4ac9-836a-5babe61ecfeb 75302
2022-11-28T14:38:16.488Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/artifacts/service-BasicOnboardHjkjos-csar.csar ASDC sendASDCNotification
2022-11-28T14:38:16.488Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/artifacts/service-BasicOnboardHjkjos-csar.csar
2022-11-28T14:38:16.488Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-28T14:38:16.489Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-28T14:38:16.491Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T14:38:16.491Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669646296488,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/artifacts/service-BasicOnboardHjkjos-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-28T14:38:16.591Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T14:38:16.592Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T14:38:16.592Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ...
2022-11-28T14:38:16.602Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:38:16.602Z||pool-26-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-11-28T14:38:17.491Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-28T14:38:17.492Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-11-28T14:38:17.492Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 5b3eb106-53a9-4ac9-836a-5babe61ecfeb, URL: /sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/artifacts/service-BasicOnboardHjkjos-csar.csar to file: /app/ASDC/1/service-BasicOnboardHjkjos-csar.csar
2022-11-28T14:38:17.493Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardHjkjos-csar.csar
2022-11-28T14:38:17.493Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardHjkjos-csar.csar
2022-11-28T14:38:17.493Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardHjkjos-csar.csar
2022-11-28T14:38:17.622Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12742746889270282279/Definitions/service-BasicOnboardHjkjos-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_ubuntu18_metadata" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "compute_ubuntu18_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu18_key_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided
2022-11-28T14:38:18.861Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-28T14:38:18.862Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-11-28T14:38:18.862Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardHjkjos-csar.csar
2022-11-28T14:38:18.862Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-28T14:38:18.862Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardHjkjos-csar.csar
2022-11-28T14:38:18.862Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_hjkjoS 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-BasicOnboardHjkjos-csar.csar
2022-11-28T14:38:18.862Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardHjkjos-csar.csar
2022-11-28T14:38:18.862Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardHjkjos-csar.csar
2022-11-28T14:38:18.862Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardHjkjos-csar.csar
2022-11-28T14:38:18.863Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardHjkjos-csar.csar
2022-11-28T14:38:18.863Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardHjkjos-csar.csar
2022-11-28T14:38:18.863Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-11-28T14:38:18.863Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T14:38:18.863Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_hjkjoS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T14:38:18.863Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_hjkjoS 0 is matching search criteria
2022-11-28T14:38:18.863Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-11-28T14:38:18.864Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_hjkjoS 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-28T14:38:18.864Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T14:38:18.864Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_hjkjoS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T14:38:18.864Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_hjkjoS 0 is matching search criteria
2022-11-28T14:38:18.864Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-11-28T14:38:18.864Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_hjkjoS 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-28T14:38:18.865Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T14:38:18.865Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_hjkjoS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T14:38:18.865Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T14:38:18.865Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_hjkjoS 0 is not matching search criteria
2022-11-28T14:38:18.865Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-11-28T14:38:18.865Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-11-28T14:38:18.866Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-11-28T14:38:18.866Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-28T14:38:18.866Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-28T14:38:18.866Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T14:38:18.866Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_hjkjoS is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-28T14:38:18.866Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T14:38:18.867Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_hjkjoS 0 is matching search criteria
2022-11-28T14:38:18.867Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_hjkjoS 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-28T14:38:18.867Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T14:38:18.867Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_hjkjoS 0 is matching search criteria
2022-11-28T14:38:18.867Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_hjkjoS 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-28T14:38:18.867Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T14:38:18.868Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_hjkjoS 0 is matching search criteria
2022-11-28T14:38:18.868Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_hjkjoS 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-28T14:38:18.868Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T14:38:18.868Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_hjkjoS 0 is not matching search criteria
2022-11-28T14:38:18.868Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-11-28T14:38:18.868Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-28T14:38:18.869Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=65f1b8f5-759c-4755-927b-a302ac14c4a2
2022-11-28T14:38:18.869Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T14:38:18.869Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_hjkjoS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T14:38:18.869Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T14:38:18.869Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_hjkjoS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T14:38:18.869Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T14:38:18.870Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_hjkjoS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T14:38:18.870Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T14:38:18.870Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_hjkjoS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T14:38:18.870Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_hjkjoS
Description:service
Model UUID:71222b81-8aa8-4ccd-be41-0e1629904a31
Model Version:NULL
Model InvariantUuid:f9af4935-b495-4bfd-9817-ff4756557716
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_hjkjoS
Model UUID:0306e8ff-0d48-4256-9f1c-6cba614ee049
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:68d20701-d9f5-4256-a5d5-175e40097084
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:f9a1fa57-7b39-4279-a475-2bfc761012ac
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:7e407e85-77c7-4406-b9af-646eddc51c0a
ModelName:BasicOnboardHjkjos..base_ubuntu18..module-0
ModelUuid:f56ac6ca-6939-497b-9fc2-ea899ba16540
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:65f1b8f5-759c-4755-927b-a302ac14c4a2
ModelInvariantUuid:f7255dcb-3ba9-4204-8e9b-452b265877ec
ModelName:basic_onboard_hjkjoS-nodes.ubuntu18Cvfc
ModelUuid:1b29ee61-7fc1-409a-8ab3-89569ff7ec68
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:2012630d-74fb-4d1a-b96e-f30127918ff2
ModelInvariantUuid:54a9dda8-05a7-4ba9-9f50-59e7b7736405
ModelName:BasicOnboardHjkjos.compute.nodes.heat.ubuntu18
ModelUuid:eb64a57e-1290-4dff-84d5-f87d4b060098
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-28T14:38:18.875Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: e64d0506-0ecd-43de-ab8a-016d345dabea
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-28T14:38:18.878Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||basic_onboard_hjkjoS 0
2022-11-28T14:38:18.878Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e64d0506-0ecd-43de-ab8a-016d345dabea
2022-11-28T14:38:18.878Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: dddd6a8e-3260-4b64-ada4-69bf146535f0 from URL: /sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/basic_onboard_hjkjos0_modules.json
2022-11-28T14:38:18.878Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-28T14:38:18.879Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/basic_onboard_hjkjos0_modules.json
2022-11-28T14:38:18.932Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-28T14:38:18.933Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/basic_onboard_hjkjos0_modules.json dddd6a8e-3260-4b64-ada4-69bf146535f0 798
2022-11-28T14:38:18.933Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/basic_onboard_hjkjos0_modules.json ASDC sendASDCNotification
2022-11-28T14:38:18.933Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/basic_onboard_hjkjos0_modules.json
2022-11-28T14:38:18.933Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-28T14:38:18.934Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-28T14:38:18.935Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T14:38:18.935Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669646298933,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/basic_onboard_hjkjos0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-28T14:38:19.035Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T14:38:19.037Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T14:38:19.037Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ...
2022-11-28T14:38:19.047Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:38:19.048Z||pool-27-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-28T14:38:19.936Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardHjkjos..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "7e407e85-77c7-4406-b9af-646eddc51c0a",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "f56ac6ca-6939-497b-9fc2-ea899ba16540",
"vfModuleModelCustomizationUUID": "2efdc93d-3d44-46f2-b05c-f30d60ee92dd",
"isBase": true,
"artifacts": [
"5171dbd9-9504-4136-a2f6-71f799096371",
"71e78653-4a6f-4415-8c75-ff487da6c6c9"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-11-28T14:38:19.939Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardHjkjos..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f56ac6ca-6939-497b-9fc2-ea899ba16540
VfModuleModelInvariantUUID:7e407e85-77c7-4406-b9af-646eddc51c0a
VfModuleModelDescription:NULL
Artifacts UUID List:{
5171dbd9-9504-4136-a2f6-71f799096371
,
71e78653-4a6f-4415-8c75-ff487da6c6c9
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-11-28T14:38:19.941Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardHjkjos..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "7e407e85-77c7-4406-b9af-646eddc51c0a",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "f56ac6ca-6939-497b-9fc2-ea899ba16540",
"vfModuleModelCustomizationUUID": "2efdc93d-3d44-46f2-b05c-f30d60ee92dd",
"isBase": true,
"artifacts": [
"5171dbd9-9504-4136-a2f6-71f799096371",
"71e78653-4a6f-4415-8c75-ff487da6c6c9"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-11-28T14:38:19.941Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardHjkjos..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f56ac6ca-6939-497b-9fc2-ea899ba16540
VfModuleModelInvariantUUID:7e407e85-77c7-4406-b9af-646eddc51c0a
VfModuleModelDescription:NULL
Artifacts UUID List:{
5171dbd9-9504-4136-a2f6-71f799096371
,
71e78653-4a6f-4415-8c75-ff487da6c6c9
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-11-28T14:38:19.941Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 5171dbd9-9504-4136-a2f6-71f799096371 from URL: /sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/base_ubuntu18.yaml
2022-11-28T14:38:19.942Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-28T14:38:19.942Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/base_ubuntu18.yaml
2022-11-28T14:38:19.984Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-28T14:38:19.984Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/base_ubuntu18.yaml 5171dbd9-9504-4136-a2f6-71f799096371 5033
2022-11-28T14:38:19.985Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-11-28T14:38:19.985Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/base_ubuntu18.yaml
2022-11-28T14:38:19.985Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-28T14:38:19.985Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-28T14:38:19.987Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T14:38:19.987Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669646299985,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-28T14:38:20.087Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T14:38:20.088Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T14:38:20.088Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ...
2022-11-28T14:38:20.098Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:38:20.098Z||pool-28-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-28T14:38:20.987Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 71e78653-4a6f-4415-8c75-ff487da6c6c9 from URL: /sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/base_ubuntu18.env
2022-11-28T14:38:20.988Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-28T14:38:20.988Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/base_ubuntu18.env
2022-11-28T14:38:21.032Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-28T14:38:21.032Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/base_ubuntu18.env 71e78653-4a6f-4415-8c75-ff487da6c6c9 909
2022-11-28T14:38:21.032Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-11-28T14:38:21.032Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/base_ubuntu18.env
2022-11-28T14:38:21.033Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-28T14:38:21.033Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-28T14:38:21.034Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T14:38:21.034Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669646301032,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-11-28T14:38:21.135Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T14:38:21.135Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T14:38:21.136Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ...
2022-11-28T14:38:21.145Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:38:21.145Z||pool-29-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-11-28T14:38:22.035Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 71222b81-8aa8-4ccd-be41-0e1629904a31
2022-11-28T14:38:22.036Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_hjkjoS 0 e64d0506-0ecd-43de-ab8a-016d345dabea 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=?
2022-11-28T14:38:22.079Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@21705e23, org.onap.sdc.toscaparser.api.parameters.Input@79735bd4, org.onap.sdc.toscaparser.api.parameters.Input@a3f730a, org.onap.sdc.toscaparser.api.parameters.Input@2b509eca, org.onap.sdc.toscaparser.api.parameters.Input@8f24cc5]
2022-11-28T14:38:22.080Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T14:38:22.081Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_hjkjoS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T14:38:22.081Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic
2022-11-28T14:38:22.081Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= f9a1fa57-7b39-4279-a475-2bfc761012ac
2022-11-28T14:38:22.081Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f9a1fa57-7b39-4279-a475-2bfc761012ac matches Tosca VF Customization UUID: f9a1fa57-7b39-4279-a475-2bfc761012ac
2022-11-28T14:38:22.081Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: f9a1fa57-7b39-4279-a475-2bfc761012ac matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-11-28T14:38:22.085Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T14:38:22.086Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_hjkjoS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T14:38:22.086Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id f9a1fa57-7b39-4279-a475-2bfc761012ac: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-28T14:38:22.086Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@35e3e9e3
2022-11-28T14:38:22.086Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T14:38:22.086Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_hjkjoS is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-28T14:38:22.087Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2efdc93d-3d44-46f2-b05c-f30d60ee92dd
2022-11-28T14:38:22.087Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2efdc93d-3d44-46f2-b05c-f30d60ee92dd
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-11-28T14:38:22.089Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T14:38:22.089Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_hjkjoS 0 is matching search criteria
2022-11-28T14:38:22.089Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_hjkjoS 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-28T14:38:22.090Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T14:38:22.090Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_hjkjoS 0 is matching search criteria
2022-11-28T14:38:22.090Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_hjkjoS 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-28T14:38:22.090Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T14:38:22.090Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_hjkjoS 0 is not matching search criteria
2022-11-28T14:38:22.090Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-11-28T14:38:22.090Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-28T14:38:22.091Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=65f1b8f5-759c-4755-927b-a302ac14c4a2
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-11-28T14:38:22.093Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T14:38:22.093Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_hjkjoS 0 is matching search criteria
2022-11-28T14:38:22.093Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_hjkjoS 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-28T14:38:22.093Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T14:38:22.093Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_hjkjoS 0 is matching search criteria
2022-11-28T14:38:22.093Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_hjkjoS 0] matching following query criteria: sdcType=VF, customizationUUID=f9a1fa57-7b39-4279-a475-2bfc761012ac
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-28T14:38:22.095Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T14:38:22.095Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_hjkjoS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T14:38:22.096Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 71222b81-8aa8-4ccd-be41-0e1629904a31: basic_onboard_hjkjoS
2022-11-28T14:38:22.096Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T14:38:22.096Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_hjkjoS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T14:38:22.096Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T14:38:22.096Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_hjkjoS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T14:38:22.096Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T14:38:22.097Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_hjkjoS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T14:38:22.097Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T14:38:22.097Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_hjkjoS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T14:38:22.097Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T14:38:22.097Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_hjkjoS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T14:38:22.097Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Saving Service: basic_onboard_hjkjoS
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-28T14:38:22.221Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_hjkjoS e64d0506-0ecd-43de-ab8a-016d345dabea 1 ASDC deployResourceStructure
2022-11-28T14:38:22.221Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/basic_onboard_hjkjos0_modules.json ASDC sendASDCNotification
2022-11-28T14:38:22.221Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/basic_onboard_hjkjos0_modules.json
2022-11-28T14:38:22.221Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-28T14:38:22.222Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-28T14:38:22.223Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T14:38:22.224Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669646302221,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/basic_onboard_hjkjos0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-28T14:38:22.324Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T14:38:22.325Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T14:38:22.325Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ...
2022-11-28T14:38:22.336Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:38:22.336Z||pool-30-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-28T14:38:23.224Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-11-28T14:38:23.225Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/base_ubuntu18.yaml
2022-11-28T14:38:23.225Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-28T14:38:23.225Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-28T14:38:23.226Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T14:38:23.227Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669646303224,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-11-28T14:38:23.327Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T14:38:23.328Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T14:38:23.328Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ...
2022-11-28T14:38:23.338Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:38:23.338Z||pool-31-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-28T14:38:24.227Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-11-28T14:38:24.228Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/base_ubuntu18.env
2022-11-28T14:38:24.228Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-28T14:38:24.228Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-28T14:38:24.232Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T14:38:24.232Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669646304227,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-11-28T14:38:24.331Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-28T14:38:24.331Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T14:38:24.331Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ...
2022-11-28T14:38:24.340Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:38:24.341Z||pool-32-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-11-28T14:38:25.233Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/artifacts/service-BasicOnboardHjkjos-csar.csar ASDC sendASDCNotification
2022-11-28T14:38:25.233Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/artifacts/service-BasicOnboardHjkjos-csar.csar
2022-11-28T14:38:25.233Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-28T14:38:25.234Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-28T14:38:25.236Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T14:38:25.236Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669646305233,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/artifacts/service-BasicOnboardHjkjos-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-28T14:38:25.336Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T14:38:25.337Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T14:38:25.337Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ...
2022-11-28T14:38:25.347Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:38:25.347Z||pool-33-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-28T14:38:26.237Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6b1c7728-80a4-4f86-b332-b0e87f9fdc8e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-28T14:38:26.248Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6b1c7728-80a4-4f86-b332-b0e87f9fdc8e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-28T14:38:26.251Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-28T14:38:26.251Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-28T14:38:26.251Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-28T14:38:56.251Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6b1c7728-80a4-4f86-b332-b0e87f9fdc8e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-28T14:38:56.264Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6b1c7728-80a4-4f86-b332-b0e87f9fdc8e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-28T14:38:56.266Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-28T14:38:56.266Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-28T14:38:56.266Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-28T14:39:02.046Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T14:39:02.047Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T14:39:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T14:39:02.068Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:39:02.069Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-28T14:39:02.069Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e299b749-cb16-49aa-84aa-2b619822de64",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669646222039,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:39:02.070Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-28T14:39:26.266Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6b1c7728-80a4-4f86-b332-b0e87f9fdc8e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-28T14:39:26.277Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6b1c7728-80a4-4f86-b332-b0e87f9fdc8e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-28T14:39:26.279Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-28T14:39:26.279Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-28T14:39:26.279Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-28T14:39:56.280Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6b1c7728-80a4-4f86-b332-b0e87f9fdc8e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-28T14:39:56.290Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6b1c7728-80a4-4f86-b332-b0e87f9fdc8e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-28T14:39:56.293Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-28T14:39:56.293Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-28T14:39:56.293Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-28T14:40:02.046Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T14:40:02.047Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T14:40:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T14:40:02.068Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:40:02.070Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-28T14:40:02.070Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e",
"consumerID": "cds",
"timestamp": 1669646220075,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:40:02.071Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-28T14:40:02.071Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-28T14:40:02.071Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e",
"consumerID": "aai-ml",
"timestamp": 1669646214213,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:40:02.071Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-28T14:40:02.071Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-28T14:40:02.071Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e",
"consumerID": "ves-openapi-manager",
"timestamp": 1669646216099,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:40:02.071Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-28T14:40:02.072Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-28T14:40:02.072Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669646222092,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/basic_onboard_hjkjos0_modules.json",
"status": "NOTIFIED"
}
2022-11-28T14:40:02.072Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-28T14:40:02.072Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-28T14:40:02.072Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669646223498,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:40:02.072Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-28T14:40:02.072Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-28T14:40:02.072Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e299b749-cb16-49aa-84aa-2b619822de64",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669646222039,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/vfw594c09948f6f0_modules.json",
"status": "NOTIFIED"
}
2022-11-28T14:40:02.072Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-28T14:40:02.073Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-28T14:40:02.073Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e",
"consumerID": "cds",
"timestamp": 1669646220075,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:40:02.073Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-28T14:40:02.073Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-28T14:40:02.073Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e",
"consumerID": "aai-ml",
"timestamp": 1669646214213,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/artifacts/service-BasicOnboardHjkjos-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:40:02.073Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-28T14:40:02.073Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-28T14:40:02.073Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e",
"consumerID": "ves-openapi-manager",
"timestamp": 1669646216099,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/artifacts/service-BasicOnboardHjkjos-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:40:02.074Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-28T14:40:02.074Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-28T14:40:02.074Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669646222092,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-28T14:40:02.074Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-28T14:40:02.074Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-28T14:40:02.074Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669646223498,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/basic_onboard_hjkjos0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:40:02.074Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-28T14:40:02.074Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-28T14:40:02.074Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e299b749-cb16-49aa-84aa-2b619822de64",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669646222039,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-28T14:40:02.075Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-28T14:40:02.075Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-28T14:40:02.075Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e",
"consumerID": "cds",
"timestamp": 1669646220075,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:40:02.075Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-28T14:40:02.075Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-28T14:40:02.075Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e",
"consumerID": "aai-ml",
"timestamp": 1669646214213,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/artifacts/service-BasicOnboardHjkjos-csar.csar",
"status": "NOTIFIED"
}
2022-11-28T14:40:02.075Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-28T14:40:02.075Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-28T14:40:02.075Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e",
"consumerID": "ves-openapi-manager",
"timestamp": 1669646216099,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/artifacts/service-BasicOnboardHjkjos-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:40:02.076Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-28T14:40:02.076Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-28T14:40:02.076Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669646222092,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:40:02.076Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-28T14:40:02.076Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-28T14:40:02.076Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669646223498,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:40:02.076Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-28T14:40:02.076Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-28T14:40:02.076Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e299b749-cb16-49aa-84aa-2b619822de64",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669646222039,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:40:02.076Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-28T14:40:02.077Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-28T14:40:02.077Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e",
"consumerID": "cds",
"timestamp": 1669646220075,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/artifacts/service-BasicOnboardHjkjos-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:40:02.077Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-28T14:40:02.077Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-28T14:40:02.077Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e",
"consumerID": "aai-ml",
"timestamp": 1669646228929,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/artifacts/service-BasicOnboardHjkjos-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-28T14:40:02.077Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T14:40:02.077Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-28T14:40:02.077Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669646222092,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-11-28T14:40:02.077Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-28T14:40:02.078Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-28T14:40:02.078Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669646223498,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:40:02.078Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-28T14:40:02.078Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-28T14:40:02.078Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e299b749-cb16-49aa-84aa-2b619822de64",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669646222039,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-11-28T14:40:02.078Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-28T14:40:02.078Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-28T14:40:02.078Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e",
"consumerID": "cds",
"timestamp": 1669646220075,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/artifacts/service-BasicOnboardHjkjos-csar.csar",
"status": "NOTIFIED"
}
2022-11-28T14:40:02.078Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-28T14:40:02.078Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-28T14:40:02.079Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669646222092,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/artifacts/service-BasicOnboardHjkjos-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:40:02.079Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-28T14:40:02.079Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-28T14:40:02.079Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669646223498,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:40:02.079Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-28T14:40:02.079Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-28T14:40:02.079Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e299b749-cb16-49aa-84aa-2b619822de64",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669646222039,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/artifacts/service-Vfw20221128143530-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:40:02.079Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-28T14:40:02.079Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-28T14:40:02.080Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e",
"consumerID": "cds",
"timestamp": 1669646227778,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/artifacts/service-BasicOnboardHjkjos-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-28T14:40:02.080Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T14:40:02.080Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-28T14:40:02.080Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669646222092,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/artifacts/service-BasicOnboardHjkjos-csar.csar",
"status": "NOTIFIED"
}
2022-11-28T14:40:02.080Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-28T14:40:02.080Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-28T14:40:02.080Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669646223498,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/artifacts/service-BasicOnboardHjkjos-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:40:02.080Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-28T14:40:02.080Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-28T14:40:02.080Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e299b749-cb16-49aa-84aa-2b619822de64",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669646222039,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/artifacts/service-Vfw20221128143530-csar.csar",
"status": "NOTIFIED"
}
2022-11-28T14:40:02.081Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-28T14:40:02.081Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-28T14:40:02.081Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e",
"consumerID": "cds",
"timestamp": 1669646228784,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/artifacts/service-BasicOnboardHjkjos-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-28T14:40:02.090Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6b1c7728-80a4-4f86-b332-b0e87f9fdc8e
2022-11-28T14:40:02.091Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6b1c7728-80a4-4f86-b332-b0e87f9fdc8e and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-28T14:40:02.103Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-28T14:40:02.103Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669646229959,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/basic_onboard_hjkjos0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-28T14:40:02.104Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T14:40:02.104Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-28T14:40:02.104Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669646223498,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/artifacts/service-BasicOnboardHjkjos-csar.csar",
"status": "NOTIFIED"
}
2022-11-28T14:40:02.105Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-28T14:40:02.105Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-28T14:40:02.105Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e299b749-cb16-49aa-84aa-2b619822de64",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669646230004,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/artifacts/service-Vfw20221128143530-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-28T14:40:02.106Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T14:40:02.106Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-28T14:40:02.106Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669646231028,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-28T14:40:02.106Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T14:40:02.107Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-28T14:40:02.107Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669646231221,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/artifacts/service-BasicOnboardHjkjos-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-28T14:40:02.107Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T14:40:02.107Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-28T14:40:02.107Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669646232100,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-11-28T14:40:02.108Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T14:40:02.108Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-28T14:40:02.108Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669646233141,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-28T14:40:02.114Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6b1c7728-80a4-4f86-b332-b0e87f9fdc8e
2022-11-28T14:40:02.115Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6b1c7728-80a4-4f86-b332-b0e87f9fdc8e and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-28T14:40:02.128Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-28T14:40:02.128Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669646233763,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/artifacts/service-BasicOnboardHjkjos-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-28T14:40:02.128Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T14:40:02.128Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-28T14:40:02.129Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e",
"consumerID": "aai-ml",
"timestamp": 1669646236246,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/artifacts/service-BasicOnboardHjkjos-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-28T14:40:02.129Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T14:40:02.129Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-28T14:40:02.129Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669646234154,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/basic_onboard_hjkjos0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-28T14:40:02.130Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T14:40:02.130Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-28T14:40:02.130Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669646234767,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-28T14:40:02.140Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6b1c7728-80a4-4f86-b332-b0e87f9fdc8e
2022-11-28T14:40:02.140Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6b1c7728-80a4-4f86-b332-b0e87f9fdc8e and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-28T14:40:02.150Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-28T14:40:02.150Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e",
"consumerID": "aai-ml",
"timestamp": 1669646237251,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-28T14:40:02.157Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6b1c7728-80a4-4f86-b332-b0e87f9fdc8e
2022-11-28T14:40:02.157Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6b1c7728-80a4-4f86-b332-b0e87f9fdc8e and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-28T14:40:02.166Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-28T14:40:02.166Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e299b749-cb16-49aa-84aa-2b619822de64",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669646235037,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/vfw594c09948f6f0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-28T14:40:02.167Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T14:40:02.167Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-28T14:40:02.167Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e299b749-cb16-49aa-84aa-2b619822de64",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669646236111,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-28T14:40:02.168Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T14:40:02.168Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-28T14:40:02.168Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e299b749-cb16-49aa-84aa-2b619822de64",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669646237160,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-11-28T14:40:02.168Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T14:40:02.168Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-28T14:40:02.169Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e299b749-cb16-49aa-84aa-2b619822de64",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669646238631,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/vfw594c09948f6f0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-28T14:40:02.169Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T14:40:02.169Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-28T14:40:02.169Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e299b749-cb16-49aa-84aa-2b619822de64",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669646239634,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-11-28T14:40:02.170Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T14:40:02.170Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-28T14:40:02.170Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e299b749-cb16-49aa-84aa-2b619822de64",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669646240637,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-11-28T14:40:02.170Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T14:40:02.171Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-28T14:40:02.171Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e299b749-cb16-49aa-84aa-2b619822de64",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669646241642,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/artifacts/service-Vfw20221128143530-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-28T14:40:02.171Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T14:40:26.293Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6b1c7728-80a4-4f86-b332-b0e87f9fdc8e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-28T14:40:26.310Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6b1c7728-80a4-4f86-b332-b0e87f9fdc8e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-28T14:40:26.315Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-28T14:40:26.315Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-28T14:40:26.315Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-28T14:40:26.315Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-28T14:40:26.316Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-28T14:40:26.316Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-28T14:40:26.316Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-28T14:40:26.317Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-28T14:40:26.317Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-28T14:40:26.317Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-28T14:40:26.324Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-28T14:40:56.324Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6b1c7728-80a4-4f86-b332-b0e87f9fdc8e and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-11-28T14:40:56.331Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6b1c7728-80a4-4f86-b332-b0e87f9fdc8e and serviceModelVersionId: 71222b81-8aa8-4ccd-be41-0e1629904a31
2022-11-28T14:40:56.331Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f9af4935-b495-4bfd-9817-ff4756557716
2022-11-28T14:40:56.332Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f9af4935-b495-4bfd-9817-ff4756557716/model-vers/model-ver/71222b81-8aa8-4ccd-be41-0e1629904a31?depth=0
2022-11-28T14:40:56.336Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-11-28T14:40:56.388Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f9af4935-b495-4bfd-9817-ff4756557716/model-vers/model-ver/71222b81-8aa8-4ccd-be41-0e1629904a31?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-11-28T14:40:56.390Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f9af4935-b495-4bfd-9817-ff4756557716/model-vers/model-ver/71222b81-8aa8-4ccd-be41-0e1629904a31?depth=0|INFO|500||Invoke
2022-11-28T14:40:56.415Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f9af4935-b495-4bfd-9817-ff4756557716/model-vers/model-ver/71222b81-8aa8-4ccd-be41-0e1629904a31?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-11-28T14:40:56.526Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f9af4935-b495-4bfd-9817-ff4756557716/model-vers/model-ver/71222b81-8aa8-4ccd-be41-0e1629904a31?depth=0|INFO|500||InvokeReturn
2022-11-28T14:40:56.526Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f9af4935-b495-4bfd-9817-ff4756557716/model-vers/model-ver/71222b81-8aa8-4ccd-be41-0e1629904a31?depth=0 has http status code:200 and response headers:{date=[Mon, 28 Nov 2022 14:40:56 GMT], content-length=[0], vertex-id=[147592], x-aai-txid=[0-aai-resources-221128-14:40:56:361-74293], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-11-28T14:40:56.527Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2022-11-28T14:40:56.527Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-28T14:40:56.528Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-28T14:40:56.552Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-11-28T14:40:56.552Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6b1c7728-80a4-4f86-b332-b0e87f9fdc8e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-28T14:40:56.552Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-28T14:40:56.552Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-28T14:40:56.554Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T14:40:56.554Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669646456552,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-28T14:40:56.654Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T14:40:56.655Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T14:40:56.655Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ...
2022-11-28T14:40:56.670Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:40:56.670Z||pool-34-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-28T14:40:57.577Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T14:40:57.577Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T14:40:57.577Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|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 s2t2fNkWGtOrETCm) ...
2022-11-28T14:41:02.047Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T14:41:02.047Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T14:41:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T14:41:02.072Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:41:02.073Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-28T14:41:02.073Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e299b749-cb16-49aa-84aa-2b619822de64",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669646288318,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-28T14:41:02.074Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T14:41:02.074Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-28T14:41:02.074Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669646222039,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:41:02.074Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-28T14:41:02.074Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-28T14:41:02.074Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669646222039,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/basic_onboard_hjkjos0_modules.json",
"status": "NOTIFIED"
}
2022-11-28T14:41:02.075Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-28T14:41:02.075Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-28T14:41:02.075Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669646222039,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-28T14:41:02.075Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-28T14:41:02.075Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-28T14:41:02.075Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669646222039,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:41:02.075Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-28T14:41:02.076Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-28T14:41:02.076Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669646222039,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-11-28T14:41:02.076Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-28T14:41:02.076Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-28T14:41:02.076Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669646222039,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/artifacts/service-BasicOnboardHjkjos-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:41:02.077Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-28T14:41:02.077Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-28T14:41:02.077Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669646222039,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/artifacts/service-BasicOnboardHjkjos-csar.csar",
"status": "NOTIFIED"
}
2022-11-28T14:41:02.077Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-28T14:41:02.077Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-28T14:41:02.078Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669646296488,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/artifacts/service-BasicOnboardHjkjos-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-28T14:41:02.078Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T14:41:02.078Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-28T14:41:02.078Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669646298933,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/basic_onboard_hjkjos0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-28T14:41:02.078Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T14:41:02.079Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-28T14:41:02.079Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669646299985,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-28T14:41:02.079Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T14:41:02.079Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-28T14:41:02.079Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669646301032,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-11-28T14:41:02.079Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T14:41:02.079Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-28T14:41:02.080Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669646302221,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/basic_onboard_hjkjos0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-28T14:41:02.080Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T14:41:02.080Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-28T14:41:02.080Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669646303224,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-11-28T14:41:02.080Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T14:41:02.080Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-28T14:41:02.081Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669646304227,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-11-28T14:41:02.081Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T14:41:02.081Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-28T14:41:02.081Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669646305233,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/artifacts/service-BasicOnboardHjkjos-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-28T14:41:02.081Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T14:41:07.822Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:41:07.822Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T14:41:07.823Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T14:41:07.823Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|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 s2t2fNkWGtOrETCm) ...
2022-11-28T14:41:17.372Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:41:17.372Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T14:41:17.373Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T14:41:17.373Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|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 s2t2fNkWGtOrETCm) ...
2022-11-28T14:41:26.906Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:41:26.906Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T14:41:26.907Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T14:41:26.907Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|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 s2t2fNkWGtOrETCm) ...
2022-11-28T14:41:36.471Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:42:02.039Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T14:42:02.040Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T14:42:02.040Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|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 s2t2fNkWGtOrETCm) ...
2022-11-28T14:42:02.046Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T14:42:02.047Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T14:42:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T14:42:02.567Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:42:02.567Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-28T14:42:02.567Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669646456552,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-28T14:42:02.568Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T14:42:11.575Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:43:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T14:43:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T14:43:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T14:43:02.046Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T14:43:02.047Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T14:43:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T14:43:11.579Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:43:11.579Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:44:02.040Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T14:44:02.041Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T14:44:02.041Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T14:44:02.046Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T14:44:02.047Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T14:44:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T14:44:11.582Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:44:11.588Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:45:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T14:45:02.042Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T14:45:02.042Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T14:45:02.046Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T14:45:02.047Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T14:45:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T14:45:11.592Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:45:11.593Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:46:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T14:46:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T14:46:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T14:46:02.046Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T14:46:02.047Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T14:46:02.047Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|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 s2t2fNkWGtOrETCm) ...
2022-11-28T14:46:11.583Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:46:11.603Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:47:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T14:47:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T14:47:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T14:47:02.047Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T14:47:02.047Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T14:47:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T14:47:11.578Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:47:11.603Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:48:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T14:48:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T14:48:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T14:48:02.046Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T14:48:02.047Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T14:48:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T14:48:11.576Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:48:11.578Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:49:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T14:49:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T14:49:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T14:49:02.046Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T14:49:02.047Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T14:49:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T14:49:11.591Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:49:11.592Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:50:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T14:50:02.041Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T14:50:02.041Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T14:50:02.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T14:50:02.047Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T14:50:02.047Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T14:50:11.579Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:50:11.584Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:51:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T14:51:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T14:51:02.040Z||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 s2t2fNkWGtOrETCm) ...
2022-11-28T14:51:02.046Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T14:51:02.047Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T14:51:02.048Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|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 s2t2fNkWGtOrETCm) ...
2022-11-28T14:51:02.408Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:51:02.409Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:51:02.409Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be9fbb91-2ed7-4cb8-9249-cf1153d70b54",
"consumerID": "ves-openapi-manager",
"timestamp": 1669647056099,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:51:02.411Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-28T14:51:02.411Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:51:02.412Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be9fbb91-2ed7-4cb8-9249-cf1153d70b54",
"consumerID": "cds",
"timestamp": 1669647060075,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:51:02.412Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-28T14:51:02.412Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:51:02.412Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be9fbb91-2ed7-4cb8-9249-cf1153d70b54",
"consumerID": "ves-openapi-manager",
"timestamp": 1669647056099,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:51:02.412Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-28T14:51:02.412Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:51:02.412Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be9fbb91-2ed7-4cb8-9249-cf1153d70b54",
"consumerID": "cds",
"timestamp": 1669647060075,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-28T14:51:02.412Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-28T14:51:02.659Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:51:02.660Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-28T14:51:02.660Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"be9fbb91-2ed7-4cb8-9249-cf1153d70b54","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"7c12b4d7-f143-4130-bcd4-6a4d635e6009","serviceDescription":"service","serviceInvariantUUID":"487ec69f-bdb3-449f-b2a7-043eaf21e781","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"baf1bef3-793f-4cd2-9131-fd89350f1c89","resourceInvariantUUID":"79d29dc2-a207-411a-840e-62c7e2459377","resourceCustomizationUUID":"f0a08652-595f-47d0-a68f-8f650b69d971","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":"YzYyM2NiYzJlNjI3MzVlYzU0NDcxMTBmOTk5YTUxMmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d7b4453a-08a1-4d2f-afcd-3e1e5d8d589c","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MDFmNzczNzIzMTAyYjkzNWExMDAwMzE4ZDQ0NGM0YzU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b9ef4bc4-7d28-4d85-b02a-943932544ef6","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-28T14:51:02.665Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-28T14:51:02.665Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T14:51:02.669Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T14:51:02.669Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "be9fbb91-2ed7-4cb8-9249-cf1153d70b54",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669647062039,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:51:02.769Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T14:51:02.770Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T14:51:02.770Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ...
2022-11-28T14:51:02.780Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:51:02.781Z||pool-35-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-11-28T14:51:03.670Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-28T14:51:03.670Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T14:51:03.672Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T14:51:03.672Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "be9fbb91-2ed7-4cb8-9249-cf1153d70b54",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669647062039,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-28T14:51:03.772Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T14:51:03.773Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T14:51:03.774Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ...
2022-11-28T14:51:03.782Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:51:03.782Z||pool-36-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-11-28T14:51:04.673Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "be9fbb91-2ed7-4cb8-9249-cf1153d70b54",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "7c12b4d7-f143-4130-bcd4-6a4d635e6009",
"serviceDescription": "service",
"serviceInvariantUUID": "487ec69f-bdb3-449f-b2a7-043eaf21e781",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "f0a08652-595f-47d0-a68f-8f650b69d971",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "baf1bef3-793f-4cd2-9131-fd89350f1c89",
"resourceInvariantUUID": "79d29dc2-a207-411a-840e-62c7e2459377",
"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": "MDFmNzczNzIzMTAyYjkzNWExMDAwMzE4ZDQ0NGM0YzU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b9ef4bc4-7d28-4d85-b02a-943932544ef6"
}
],
"workloadContext": "Production"
}
2022-11-28T14:51:04.674Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-28T14:51:04.674Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 7c12b4d7-f143-4130-bcd4-6a4d635e6009 ASDC
2022-11-28T14:51:04.675Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:be9fbb91-2ed7-4cb8-9249-cf1153d70b54
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:7c12b4d7-f143-4130-bcd4-6a4d635e6009
ServiceInvariantUUID:487ec69f-bdb3-449f-b2a7-043eaf21e781
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:b9ef4bc4-7d28-4d85-b02a-943932544ef6
ArtifactChecksum:MDFmNzczNzIzMTAyYjkzNWExMDAwMzE4ZDQ0NGM0YzU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:f0a08652-595f-47d0-a68f-8f650b69d971
ResourceInvariantUUID:79d29dc2-a207-411a-840e-62c7e2459377
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:baf1bef3-793f-4cd2-9131-fd89350f1c89
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-11-28T14:51:04.675Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7c12b4d7-f143-4130-bcd4-6a4d635e6009 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-28T14:51:04.714Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-28T14:51:04.715Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-28T14:51:04.715Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-28T14:51:04.716Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: b9ef4bc4-7d28-4d85-b02a-943932544ef6 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-28T14:51:04.716Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-28T14:51:04.716Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-28T14:51:04.797Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-28T14:51:04.801Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar b9ef4bc4-7d28-4d85-b02a-943932544ef6 57665
2022-11-28T14:51:04.801Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-11-28T14:51:04.801Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-28T14:51:04.802Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-28T14:51:04.802Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T14:51:04.805Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T14:51:04.806Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "be9fbb91-2ed7-4cb8-9249-cf1153d70b54",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669647064801,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-28T14:51:04.906Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T14:51:04.907Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T14:51:04.907Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ...
2022-11-28T14:51:04.919Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:51:04.920Z||pool-37-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-28T14:51:05.807Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-28T14:51:05.809Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-28T14:51:05.809Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: b9ef4bc4-7d28-4d85-b02a-943932544ef6, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-28T14:51:05.810Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-11-28T14:51:05.811Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-28T14:51:05.811Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-28T14:51:06.031Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4787725283481537830/Definitions/service-BasicNetwork-template.yml
2022-11-28T14:51:06.580Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-28T14:51:06.580Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-11-28T14:51:06.580Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-28T14:51:06.580Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-11-28T14:51:06.581Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-28T14:51:06.581Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-28T14:51:06.581Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-28T14:51:06.581Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-28T14:51:06.581Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-28T14:51:06.581Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-28T14:51:06.581Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-28T14:51:06.582Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-28T14:51:06.582Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-11-28T14:51:06.582Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T14:51:06.582Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T14:51:06.582Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-11-28T14:51:06.583Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-11-28T14:51:06.583Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-28T14:51:06.583Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T14:51:06.583Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T14:51:06.583Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-11-28T14:51:06.584Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-11-28T14:51:06.584Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-28T14:51:06.584Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T14:51:06.584Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T14:51:06.584Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T14:51:06.584Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T14:51:06.585Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T14:51:06.585Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T14:51:06.585Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T14:51:06.585Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T14:51:06.585Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T14:51:06.586Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T14:51:06.586Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:7c12b4d7-f143-4130-bcd4-6a4d635e6009
Model Version:NULL
Model InvariantUuid:487ec69f-bdb3-449f-b2a7-043eaf21e781
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:79d29dc2-a207-411a-840e-62c7e2459377
Model UUID:32307845-2f9f-472e-bcf8-770738219f30
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:f0a08652-595f-47d0-a68f-8f650b69d971
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-28T14:51:06.595Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||INFO|500||Processing Resource Type: VL, Model UUID: baf1bef3-793f-4cd2-9131-fd89350f1c89
2022-11-28T14:51:06.595Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||INFO|500||No resources found for Service: 7c12b4d7-f143-4130-bcd4-6a4d635e6009
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-28T14:51:06.602Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||INFO|500||
2022-11-28T14:51:06.602Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-11-28T14:51:06.603Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 7c12b4d7-f143-4130-bcd4-6a4d635e6009
2022-11-28T14:51:06.603Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 7c12b4d7-f143-4130-bcd4-6a4d635e6009
2022-11-28T14:51:06.604Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-11-28T14:51:06.604Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-28T14:51:06.610Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@155b15da, org.onap.sdc.toscaparser.api.parameters.Input@15a01f95, org.onap.sdc.toscaparser.api.parameters.Input@4bf504ad, org.onap.sdc.toscaparser.api.parameters.Input@7c0fea01, org.onap.sdc.toscaparser.api.parameters.Input@31b7d59f]
2022-11-28T14:51:06.612Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T14:51:06.612Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T14:51:06.612Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T14:51:06.612Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T14:51:06.613Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 7c12b4d7-f143-4130-bcd4-6a4d635e6009: Generic NeutronNet
2022-11-28T14:51:06.613Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T14:51:06.613Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T14:51:06.613Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T14:51:06.613Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-11-28T14:51:06.649Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T14:51:06.649Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T14:51:06.650Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T14:51:06.650Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T14:51:06.650Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T14:51:06.650Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T14:51:06.650Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-11-28T14:51:06.724Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-11-28T14:51:06.724Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-11-28T14:51:06.724Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-28T14:51:06.724Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-28T14:51:06.725Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T14:51:06.726Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T14:51:06.726Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "be9fbb91-2ed7-4cb8-9249-cf1153d70b54",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669647066724,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-28T14:51:06.826Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T14:51:06.827Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T14:51:06.827Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ...
2022-11-28T14:51:06.839Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:51:06.839Z||pool-38-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-28T14:51:07.727Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: be9fbb91-2ed7-4cb8-9249-cf1153d70b54
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-28T14:51:07.737Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: be9fbb91-2ed7-4cb8-9249-cf1153d70b54
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-28T14:51:07.739Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-28T14:51:07.739Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-28T14:51:07.739Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-28T14:51:37.739Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: be9fbb91-2ed7-4cb8-9249-cf1153d70b54
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-28T14:51:37.749Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: be9fbb91-2ed7-4cb8-9249-cf1153d70b54
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-28T14:51:37.752Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-28T14:51:37.752Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-28T14:51:37.752Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-28T14:52:02.046Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T14:52:02.047Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T14:52:02.047Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|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 s2t2fNkWGtOrETCm) ...
2022-11-28T14:52:02.098Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:52:02.099Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:52:02.099Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be9fbb91-2ed7-4cb8-9249-cf1153d70b54",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669647062092,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:52:02.100Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-28T14:52:07.752Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: be9fbb91-2ed7-4cb8-9249-cf1153d70b54
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-28T14:52:07.765Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: be9fbb91-2ed7-4cb8-9249-cf1153d70b54
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-28T14:52:07.766Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-28T14:52:07.766Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-28T14:52:07.766Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-28T14:52:37.767Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: be9fbb91-2ed7-4cb8-9249-cf1153d70b54
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-28T14:52:37.778Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: be9fbb91-2ed7-4cb8-9249-cf1153d70b54
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-28T14:52:37.780Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-28T14:52:37.780Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-28T14:52:37.780Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-28T14:53:02.046Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T14:53:02.047Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T14:53:02.047Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|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 s2t2fNkWGtOrETCm) ...
2022-11-28T14:53:02.070Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:53:02.071Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:53:02.071Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be9fbb91-2ed7-4cb8-9249-cf1153d70b54",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669647062039,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:53:02.072Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-28T14:53:07.781Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: be9fbb91-2ed7-4cb8-9249-cf1153d70b54
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-28T14:53:07.793Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: be9fbb91-2ed7-4cb8-9249-cf1153d70b54
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-28T14:53:07.799Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-28T14:53:07.799Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-28T14:53:07.799Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-28T14:53:37.799Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: be9fbb91-2ed7-4cb8-9249-cf1153d70b54
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-28T14:53:37.811Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: be9fbb91-2ed7-4cb8-9249-cf1153d70b54
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-28T14:53:37.813Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-28T14:53:37.813Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-28T14:53:37.814Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-28T14:54:02.047Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T14:54:02.047Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T14:54:02.047Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|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 s2t2fNkWGtOrETCm) ...
2022-11-28T14:54:02.072Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:54:02.082Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:54:02.082Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be9fbb91-2ed7-4cb8-9249-cf1153d70b54",
"consumerID": "cds",
"timestamp": 1669647062924,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-28T14:54:02.083Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T14:54:02.083Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:54:02.083Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be9fbb91-2ed7-4cb8-9249-cf1153d70b54",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669647062092,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-28T14:54:02.083Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-28T14:54:02.083Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:54:02.083Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be9fbb91-2ed7-4cb8-9249-cf1153d70b54",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669647063499,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:54:02.083Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-28T14:54:02.084Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:54:02.084Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be9fbb91-2ed7-4cb8-9249-cf1153d70b54",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669647062039,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-28T14:54:02.084Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-28T14:54:02.084Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:54:02.084Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be9fbb91-2ed7-4cb8-9249-cf1153d70b54",
"consumerID": "cds",
"timestamp": 1669647063931,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-28T14:54:02.092Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of be9fbb91-2ed7-4cb8-9249-cf1153d70b54
2022-11-28T14:54:02.092Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId be9fbb91-2ed7-4cb8-9249-cf1153d70b54 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-28T14:54:02.102Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:54:02.102Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be9fbb91-2ed7-4cb8-9249-cf1153d70b54",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669647063499,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-28T14:54:02.102Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-28T14:54:02.102Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:54:02.102Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be9fbb91-2ed7-4cb8-9249-cf1153d70b54",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669647064801,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-28T14:54:02.102Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T14:54:02.102Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:54:02.103Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be9fbb91-2ed7-4cb8-9249-cf1153d70b54",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669647066223,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-28T14:54:02.103Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T14:54:02.103Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:54:02.103Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be9fbb91-2ed7-4cb8-9249-cf1153d70b54",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669647066724,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-28T14:54:02.103Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T14:54:02.104Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:54:02.104Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be9fbb91-2ed7-4cb8-9249-cf1153d70b54",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669647068004,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-28T14:54:02.104Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T14:54:02.104Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:54:02.104Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be9fbb91-2ed7-4cb8-9249-cf1153d70b54",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669647069007,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-28T14:54:02.108Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of be9fbb91-2ed7-4cb8-9249-cf1153d70b54
2022-11-28T14:54:02.108Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId be9fbb91-2ed7-4cb8-9249-cf1153d70b54 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-28T14:54:02.115Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:54:02.115Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82d85dc3-01d0-4c68-a527-01b31f69d836",
"consumerID": "ves-openapi-manager",
"timestamp": 1669647076099,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/resourceInstances/pnfbd36d096f3970/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:54:02.116Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-28T14:54:02.116Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:54:02.116Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82d85dc3-01d0-4c68-a527-01b31f69d836",
"consumerID": "ves-openapi-manager",
"timestamp": 1669647076099,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/resourceInstances/pnfbd36d096f3970/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:54:02.116Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-28T14:54:02.116Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:54:02.116Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82d85dc3-01d0-4c68-a527-01b31f69d836",
"consumerID": "ves-openapi-manager",
"timestamp": 1669647076099,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/resourceInstances/pnfbd36d096f3970/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:54:02.116Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-28T14:54:02.116Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:54:02.116Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82d85dc3-01d0-4c68-a527-01b31f69d836",
"consumerID": "cds",
"timestamp": 1669647075075,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/resourceInstances/pnfbd36d096f3970/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:54:02.117Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-28T14:54:02.117Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:54:02.117Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82d85dc3-01d0-4c68-a527-01b31f69d836",
"consumerID": "ves-openapi-manager",
"timestamp": 1669647076099,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/resourceInstances/pnfbd36d096f3970/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:54:02.117Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-28T14:54:02.117Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:54:02.117Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82d85dc3-01d0-4c68-a527-01b31f69d836",
"consumerID": "cds",
"timestamp": 1669647075075,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/resourceInstances/pnfbd36d096f3970/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:54:02.117Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-28T14:54:02.117Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:54:02.117Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82d85dc3-01d0-4c68-a527-01b31f69d836",
"consumerID": "ves-openapi-manager",
"timestamp": 1669647076099,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/resourceInstances/pnfbd36d096f3970/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:54:02.118Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-28T14:54:02.119Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:54:02.119Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82d85dc3-01d0-4c68-a527-01b31f69d836",
"consumerID": "cds",
"timestamp": 1669647075075,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/resourceInstances/pnfbd36d096f3970/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:54:02.119Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-28T14:54:02.119Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:54:02.119Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be9fbb91-2ed7-4cb8-9249-cf1153d70b54",
"consumerID": "aai-ml",
"timestamp": 1669647080672,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:54:02.119Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-28T14:54:02.119Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:54:02.119Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82d85dc3-01d0-4c68-a527-01b31f69d836",
"consumerID": "ves-openapi-manager",
"timestamp": 1669647076099,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/resourceInstances/pnfbd36d096f3970/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2022-11-28T14:54:02.119Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-28T14:54:02.120Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:54:02.120Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82d85dc3-01d0-4c68-a527-01b31f69d836",
"consumerID": "cds",
"timestamp": 1669647075075,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/resourceInstances/pnfbd36d096f3970/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:54:02.120Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-28T14:54:02.120Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:54:02.120Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be9fbb91-2ed7-4cb8-9249-cf1153d70b54",
"consumerID": "aai-ml",
"timestamp": 1669647080672,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-28T14:54:02.120Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-28T14:54:02.120Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:54:02.120Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82d85dc3-01d0-4c68-a527-01b31f69d836",
"consumerID": "ves-openapi-manager",
"timestamp": 1669647076099,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/artifacts/service-DemoPnfZilwk03gqojupzwyrzuz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:54:02.120Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-28T14:54:02.120Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:54:02.120Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82d85dc3-01d0-4c68-a527-01b31f69d836",
"consumerID": "cds",
"timestamp": 1669647075075,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/resourceInstances/pnfbd36d096f3970/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:54:02.121Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-28T14:54:02.121Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:54:02.121Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be9fbb91-2ed7-4cb8-9249-cf1153d70b54",
"consumerID": "aai-ml",
"timestamp": 1669647083404,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-28T14:54:02.121Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T14:54:02.121Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:54:02.121Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82d85dc3-01d0-4c68-a527-01b31f69d836",
"consumerID": "ves-openapi-manager",
"timestamp": 1669647076099,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/artifacts/service-DemoPnfZilwk03gqojupzwyrzuz-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:54:02.121Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-28T14:54:02.121Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:54:02.122Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82d85dc3-01d0-4c68-a527-01b31f69d836",
"consumerID": "cds",
"timestamp": 1669647075075,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/resourceInstances/pnfbd36d096f3970/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:54:02.122Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-28T14:54:02.122Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:54:02.122Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82d85dc3-01d0-4c68-a527-01b31f69d836",
"consumerID": "cds",
"timestamp": 1669647075075,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/artifacts/service-DemoPnfZilwk03gqojupzwyrzuz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:54:02.122Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-28T14:54:02.122Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:54:02.122Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82d85dc3-01d0-4c68-a527-01b31f69d836",
"consumerID": "ves-openapi-manager",
"timestamp": 1669647084886,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/resourceInstances/pnfbd36d096f3970/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-28T14:54:02.122Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T14:54:02.122Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:54:02.123Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82d85dc3-01d0-4c68-a527-01b31f69d836",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669647082092,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/resourceInstances/pnfbd36d096f3970/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:54:02.123Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-28T14:54:02.123Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:54:02.123Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82d85dc3-01d0-4c68-a527-01b31f69d836",
"consumerID": "cds",
"timestamp": 1669647075075,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/artifacts/service-DemoPnfZilwk03gqojupzwyrzuz-csar.csar",
"status": "NOTIFIED"
}
2022-11-28T14:54:02.123Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-28T14:54:02.123Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:54:02.123Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82d85dc3-01d0-4c68-a527-01b31f69d836",
"consumerID": "ves-openapi-manager",
"timestamp": 1669647086126,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/resourceInstances/pnfbd36d096f3970/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DEPLOY_OK"
}
2022-11-28T14:54:02.123Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T14:54:02.123Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:54:02.123Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82d85dc3-01d0-4c68-a527-01b31f69d836",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669647082092,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/resourceInstances/pnfbd36d096f3970/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:54:02.123Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-28T14:54:02.123Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:54:02.124Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82d85dc3-01d0-4c68-a527-01b31f69d836",
"consumerID": "cds",
"timestamp": 1669647083776,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/artifacts/service-DemoPnfZilwk03gqojupzwyrzuz-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-28T14:54:02.124Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T14:54:02.124Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:54:02.124Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82d85dc3-01d0-4c68-a527-01b31f69d836",
"consumerID": "ves-openapi-manager",
"timestamp": 1669647087130,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-28T14:54:02.135Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 82d85dc3-01d0-4c68-a527-01b31f69d836
2022-11-28T14:54:02.135Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 82d85dc3-01d0-4c68-a527-01b31f69d836 and ComponentName
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-28T14:54:02.143Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:54:02.144Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82d85dc3-01d0-4c68-a527-01b31f69d836",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669647082092,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/resourceInstances/pnfbd36d096f3970/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:54:02.144Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-28T14:54:02.144Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:54:02.144Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be9fbb91-2ed7-4cb8-9249-cf1153d70b54",
"consumerID": "aai-ml",
"timestamp": 1669647087400,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-28T14:54:02.144Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T14:54:02.144Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:54:02.144Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82d85dc3-01d0-4c68-a527-01b31f69d836",
"consumerID": "cds",
"timestamp": 1669647084781,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/artifacts/service-DemoPnfZilwk03gqojupzwyrzuz-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-28T14:54:02.149Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 82d85dc3-01d0-4c68-a527-01b31f69d836
2022-11-28T14:54:02.149Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 82d85dc3-01d0-4c68-a527-01b31f69d836 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-28T14:54:02.157Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:54:02.157Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82d85dc3-01d0-4c68-a527-01b31f69d836",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669647082092,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/resourceInstances/pnfbd36d096f3970/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:54:02.157Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-28T14:54:02.157Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:54:02.157Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be9fbb91-2ed7-4cb8-9249-cf1153d70b54",
"consumerID": "aai-ml",
"timestamp": 1669647088405,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-28T14:54:02.161Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of be9fbb91-2ed7-4cb8-9249-cf1153d70b54
2022-11-28T14:54:02.161Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId be9fbb91-2ed7-4cb8-9249-cf1153d70b54 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-28T14:54:02.173Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:54:02.173Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82d85dc3-01d0-4c68-a527-01b31f69d836",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669647082092,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/resourceInstances/pnfbd36d096f3970/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:54:02.173Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-28T14:54:02.173Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:54:02.173Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82d85dc3-01d0-4c68-a527-01b31f69d836",
"consumerID": "aai-ml",
"timestamp": 1669647080672,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/resourceInstances/pnfbd36d096f3970/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:54:02.173Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-28T14:54:02.173Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:54:02.173Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82d85dc3-01d0-4c68-a527-01b31f69d836",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669647082092,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/resourceInstances/pnfbd36d096f3970/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:54:02.173Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-28T14:54:02.173Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:54:02.174Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82d85dc3-01d0-4c68-a527-01b31f69d836",
"consumerID": "aai-ml",
"timestamp": 1669647080672,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/resourceInstances/pnfbd36d096f3970/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:54:02.174Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-28T14:54:02.174Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:54:02.174Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82d85dc3-01d0-4c68-a527-01b31f69d836",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669647082092,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/artifacts/service-DemoPnfZilwk03gqojupzwyrzuz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:54:02.174Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-28T14:54:02.174Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:54:02.174Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82d85dc3-01d0-4c68-a527-01b31f69d836",
"consumerID": "aai-ml",
"timestamp": 1669647080672,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/resourceInstances/pnfbd36d096f3970/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:54:02.174Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-28T14:54:02.174Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:54:02.174Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82d85dc3-01d0-4c68-a527-01b31f69d836",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669647082092,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/artifacts/service-DemoPnfZilwk03gqojupzwyrzuz-csar.csar",
"status": "NOTIFIED"
}
2022-11-28T14:54:02.174Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-28T14:54:02.175Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:54:02.175Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82d85dc3-01d0-4c68-a527-01b31f69d836",
"consumerID": "aai-ml",
"timestamp": 1669647080672,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/resourceInstances/pnfbd36d096f3970/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:54:02.175Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-28T14:54:02.175Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:54:02.175Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82d85dc3-01d0-4c68-a527-01b31f69d836",
"consumerID": "aai-ml",
"timestamp": 1669647080672,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/resourceInstances/pnfbd36d096f3970/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:54:02.175Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-28T14:54:02.175Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:54:02.175Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2f1ae60-302c-496d-8d55-398b25784b28",
"consumerID": "cds",
"timestamp": 1669647090075,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:54:02.175Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-28T14:54:02.175Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:54:02.175Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82d85dc3-01d0-4c68-a527-01b31f69d836",
"consumerID": "aai-ml",
"timestamp": 1669647080672,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/resourceInstances/pnfbd36d096f3970/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:54:02.175Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-28T14:54:02.176Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:54:02.176Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2f1ae60-302c-496d-8d55-398b25784b28",
"consumerID": "cds",
"timestamp": 1669647090075,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:54:02.176Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-28T14:54:02.176Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:54:02.176Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82d85dc3-01d0-4c68-a527-01b31f69d836",
"consumerID": "aai-ml",
"timestamp": 1669647080672,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/artifacts/service-DemoPnfZilwk03gqojupzwyrzuz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:54:02.176Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-28T14:54:02.176Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:54:02.176Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2f1ae60-302c-496d-8d55-398b25784b28",
"consumerID": "cds",
"timestamp": 1669647090075,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:54:02.176Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-28T14:54:02.176Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:54:02.176Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82d85dc3-01d0-4c68-a527-01b31f69d836",
"consumerID": "aai-ml",
"timestamp": 1669647080672,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/artifacts/service-DemoPnfZilwk03gqojupzwyrzuz-csar.csar",
"status": "NOTIFIED"
}
2022-11-28T14:54:02.177Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-28T14:54:02.177Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:54:02.177Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82d85dc3-01d0-4c68-a527-01b31f69d836",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669647093498,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/resourceInstances/pnfbd36d096f3970/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:54:02.177Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-28T14:54:02.177Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:54:02.177Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2f1ae60-302c-496d-8d55-398b25784b28",
"consumerID": "ves-openapi-manager",
"timestamp": 1669647096099,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:54:02.177Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-28T14:54:02.177Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:54:02.178Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2f1ae60-302c-496d-8d55-398b25784b28",
"consumerID": "cds",
"timestamp": 1669647090075,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:54:02.178Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-28T14:54:02.178Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:54:02.178Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82d85dc3-01d0-4c68-a527-01b31f69d836",
"consumerID": "aai-ml",
"timestamp": 1669647097527,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/artifacts/service-DemoPnfZilwk03gqojupzwyrzuz-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-28T14:54:02.178Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T14:54:02.178Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:54:02.178Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82d85dc3-01d0-4c68-a527-01b31f69d836",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669647093498,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/resourceInstances/pnfbd36d096f3970/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:54:02.178Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-28T14:54:02.178Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:54:02.178Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2f1ae60-302c-496d-8d55-398b25784b28",
"consumerID": "ves-openapi-manager",
"timestamp": 1669647096099,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:54:02.178Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-28T14:54:02.179Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:54:02.179Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2f1ae60-302c-496d-8d55-398b25784b28",
"consumerID": "cds",
"timestamp": 1669647090075,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:54:02.179Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-28T14:54:02.179Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:54:02.179Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82d85dc3-01d0-4c68-a527-01b31f69d836",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669647093498,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/resourceInstances/pnfbd36d096f3970/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:54:02.179Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-28T14:54:02.179Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:54:02.179Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2f1ae60-302c-496d-8d55-398b25784b28",
"consumerID": "ves-openapi-manager",
"timestamp": 1669647096099,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:54:02.179Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-28T14:54:02.179Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:54:02.179Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2f1ae60-302c-496d-8d55-398b25784b28",
"consumerID": "cds",
"timestamp": 1669647090075,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:54:02.180Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-28T14:54:02.180Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:54:02.180Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82d85dc3-01d0-4c68-a527-01b31f69d836",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669647093498,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/resourceInstances/pnfbd36d096f3970/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:54:02.180Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-28T14:54:02.180Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:54:02.180Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2f1ae60-302c-496d-8d55-398b25784b28",
"consumerID": "ves-openapi-manager",
"timestamp": 1669647096099,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:54:02.180Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-28T14:54:02.180Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:54:02.180Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2f1ae60-302c-496d-8d55-398b25784b28",
"consumerID": "cds",
"timestamp": 1669647090075,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-11-28T14:54:02.180Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-28T14:54:02.180Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:54:02.181Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82d85dc3-01d0-4c68-a527-01b31f69d836",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669647093498,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/resourceInstances/pnfbd36d096f3970/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:54:02.181Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-28T14:54:02.181Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:54:02.181Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2f1ae60-302c-496d-8d55-398b25784b28",
"consumerID": "ves-openapi-manager",
"timestamp": 1669647096099,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:54:02.181Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-28T14:54:02.181Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:54:02.181Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2f1ae60-302c-496d-8d55-398b25784b28",
"consumerID": "cds",
"timestamp": 1669647098289,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-28T14:54:02.181Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T14:54:02.181Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:54:02.181Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82d85dc3-01d0-4c68-a527-01b31f69d836",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669647093498,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/resourceInstances/pnfbd36d096f3970/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:54:02.181Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-28T14:54:02.182Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:54:02.182Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2f1ae60-302c-496d-8d55-398b25784b28",
"consumerID": "ves-openapi-manager",
"timestamp": 1669647096099,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:54:02.182Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-28T14:54:02.182Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:54:02.182Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2f1ae60-302c-496d-8d55-398b25784b28",
"consumerID": "cds",
"timestamp": 1669647099293,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-28T14:54:02.200Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d2f1ae60-302c-496d-8d55-398b25784b28
2022-11-28T14:54:02.200Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d2f1ae60-302c-496d-8d55-398b25784b28 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-28T14:54:02.209Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:54:02.210Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82d85dc3-01d0-4c68-a527-01b31f69d836",
"consumerID": "aai-ml",
"timestamp": 1669647102548,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/artifacts/service-DemoPnfZilwk03gqojupzwyrzuz-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-28T14:54:02.210Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T14:54:02.210Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:54:02.210Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82d85dc3-01d0-4c68-a527-01b31f69d836",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669647093498,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/artifacts/service-DemoPnfZilwk03gqojupzwyrzuz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:54:02.210Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-28T14:54:02.210Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:54:02.210Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2f1ae60-302c-496d-8d55-398b25784b28",
"consumerID": "ves-openapi-manager",
"timestamp": 1669647096099,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:54:02.210Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-28T14:54:02.210Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:54:02.210Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82d85dc3-01d0-4c68-a527-01b31f69d836",
"consumerID": "aai-ml",
"timestamp": 1669647103552,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-28T14:54:02.215Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 82d85dc3-01d0-4c68-a527-01b31f69d836
2022-11-28T14:54:02.215Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 82d85dc3-01d0-4c68-a527-01b31f69d836 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-28T14:54:02.222Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:54:02.222Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82d85dc3-01d0-4c68-a527-01b31f69d836",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669647093498,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/artifacts/service-DemoPnfZilwk03gqojupzwyrzuz-csar.csar",
"status": "NOTIFIED"
}
2022-11-28T14:54:02.222Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-28T14:54:02.222Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:54:02.223Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82d85dc3-01d0-4c68-a527-01b31f69d836",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669647102253,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/artifacts/service-DemoPnfZilwk03gqojupzwyrzuz-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-28T14:54:02.223Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T14:54:02.223Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:54:02.223Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2f1ae60-302c-496d-8d55-398b25784b28",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669647102092,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:54:02.223Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-28T14:54:02.223Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:54:02.223Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2f1ae60-302c-496d-8d55-398b25784b28",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669647102092,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-11-28T14:54:02.223Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-28T14:54:02.223Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:54:02.223Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82d85dc3-01d0-4c68-a527-01b31f69d836",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669647104187,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/artifacts/service-DemoPnfZilwk03gqojupzwyrzuz-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-28T14:54:02.223Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T14:54:02.224Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:54:02.224Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2f1ae60-302c-496d-8d55-398b25784b28",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669647102092,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-11-28T14:54:02.224Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-28T14:54:02.224Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:54:02.224Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82d85dc3-01d0-4c68-a527-01b31f69d836",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669647105190,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-28T14:54:02.228Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 82d85dc3-01d0-4c68-a527-01b31f69d836
2022-11-28T14:54:02.228Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 82d85dc3-01d0-4c68-a527-01b31f69d836 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-28T14:54:02.236Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:54:02.236Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2f1ae60-302c-496d-8d55-398b25784b28",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669647102092,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:54:02.236Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-28T14:54:02.236Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:54:02.237Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2f1ae60-302c-496d-8d55-398b25784b28",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669647093498,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:54:02.237Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-28T14:54:02.237Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:54:02.237Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e196f61f-e3b6-44f8-ab34-ee04f70f80db",
"consumerID": "cds",
"timestamp": 1669647105075,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:54:02.237Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-28T14:54:02.237Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:54:02.237Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2f1ae60-302c-496d-8d55-398b25784b28",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669647102092,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2022-11-28T14:54:02.237Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-28T14:54:02.237Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:54:02.237Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2f1ae60-302c-496d-8d55-398b25784b28",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669647093498,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:54:02.237Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-28T14:54:02.238Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:54:02.238Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e196f61f-e3b6-44f8-ab34-ee04f70f80db",
"consumerID": "cds",
"timestamp": 1669647105075,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:54:02.238Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-28T14:54:02.238Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:54:02.238Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2f1ae60-302c-496d-8d55-398b25784b28",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669647102092,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:54:02.238Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-28T14:54:02.238Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:54:02.238Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2f1ae60-302c-496d-8d55-398b25784b28",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669647093498,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:54:02.238Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-28T14:54:02.238Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:54:02.238Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e196f61f-e3b6-44f8-ab34-ee04f70f80db",
"consumerID": "cds",
"timestamp": 1669647105075,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:54:02.239Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-28T14:54:02.239Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:54:02.239Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2f1ae60-302c-496d-8d55-398b25784b28",
"consumerID": "aai-ml",
"timestamp": 1669647110672,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:54:02.239Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-28T14:54:02.239Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:54:02.239Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2f1ae60-302c-496d-8d55-398b25784b28",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669647102092,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-11-28T14:54:02.239Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-28T14:54:02.239Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:54:02.239Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2f1ae60-302c-496d-8d55-398b25784b28",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669647093498,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:54:02.239Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-28T14:54:02.240Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:54:02.240Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e196f61f-e3b6-44f8-ab34-ee04f70f80db",
"consumerID": "cds",
"timestamp": 1669647105075,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:54:02.240Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-28T14:54:02.240Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:54:02.240Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2f1ae60-302c-496d-8d55-398b25784b28",
"consumerID": "aai-ml",
"timestamp": 1669647110672,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:54:02.240Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-28T14:54:02.240Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:54:02.240Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2f1ae60-302c-496d-8d55-398b25784b28",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669647109858,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-28T14:54:02.240Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T14:54:02.240Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:54:02.240Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2f1ae60-302c-496d-8d55-398b25784b28",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669647093498,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:54:02.241Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-28T14:54:02.241Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:54:02.241Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e196f61f-e3b6-44f8-ab34-ee04f70f80db",
"consumerID": "cds",
"timestamp": 1669647105075,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:54:02.241Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-28T14:54:02.241Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:54:02.241Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2f1ae60-302c-496d-8d55-398b25784b28",
"consumerID": "aai-ml",
"timestamp": 1669647110672,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:54:02.241Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-28T14:54:02.241Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:54:02.241Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2f1ae60-302c-496d-8d55-398b25784b28",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669647110926,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-28T14:54:02.241Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T14:54:02.242Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:54:02.242Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2f1ae60-302c-496d-8d55-398b25784b28",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669647093498,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:54:02.242Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-28T14:54:02.242Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:54:02.242Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e196f61f-e3b6-44f8-ab34-ee04f70f80db",
"consumerID": "cds",
"timestamp": 1669647105075,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:54:02.242Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-28T14:54:02.242Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:54:02.242Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2f1ae60-302c-496d-8d55-398b25784b28",
"consumerID": "aai-ml",
"timestamp": 1669647110672,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:54:02.242Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-28T14:54:02.242Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:54:02.242Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2f1ae60-302c-496d-8d55-398b25784b28",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669647112002,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2022-11-28T14:54:02.243Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T14:54:02.243Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:54:02.243Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2f1ae60-302c-496d-8d55-398b25784b28",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669647093498,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-11-28T14:54:02.243Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-28T14:54:02.243Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:54:02.243Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e196f61f-e3b6-44f8-ab34-ee04f70f80db",
"consumerID": "cds",
"timestamp": 1669647105075,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:54:02.243Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-28T14:54:02.243Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:54:02.243Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2f1ae60-302c-496d-8d55-398b25784b28",
"consumerID": "aai-ml",
"timestamp": 1669647110672,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:54:02.243Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-28T14:54:02.243Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:54:02.243Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2f1ae60-302c-496d-8d55-398b25784b28",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669647113039,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-28T14:54:02.249Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d2f1ae60-302c-496d-8d55-398b25784b28
2022-11-28T14:54:02.249Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d2f1ae60-302c-496d-8d55-398b25784b28 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-28T14:54:02.258Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:54:02.258Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2f1ae60-302c-496d-8d55-398b25784b28",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669647113275,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-28T14:54:02.258Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T14:54:02.258Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:54:02.258Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e196f61f-e3b6-44f8-ab34-ee04f70f80db",
"consumerID": "cds",
"timestamp": 1669647105075,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:54:02.258Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-28T14:54:02.259Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:54:02.259Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2f1ae60-302c-496d-8d55-398b25784b28",
"consumerID": "aai-ml",
"timestamp": 1669647110672,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:54:02.259Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-28T14:54:02.259Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:54:02.259Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2f1ae60-302c-496d-8d55-398b25784b28",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669647114049,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-28T14:54:02.259Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T14:54:02.259Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:54:02.259Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e196f61f-e3b6-44f8-ab34-ee04f70f80db",
"consumerID": "ves-openapi-manager",
"timestamp": 1669647116099,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:54:02.259Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-28T14:54:02.259Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:54:02.259Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e196f61f-e3b6-44f8-ab34-ee04f70f80db",
"consumerID": "cds",
"timestamp": 1669647105075,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-11-28T14:54:02.260Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-28T14:54:02.260Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:54:02.260Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2f1ae60-302c-496d-8d55-398b25784b28",
"consumerID": "aai-ml",
"timestamp": 1669647110672,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-11-28T14:54:02.260Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-28T14:54:02.260Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:54:02.260Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e196f61f-e3b6-44f8-ab34-ee04f70f80db",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669647102092,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:54:02.260Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-28T14:54:02.260Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:54:02.260Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e196f61f-e3b6-44f8-ab34-ee04f70f80db",
"consumerID": "ves-openapi-manager",
"timestamp": 1669647116099,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:54:02.261Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-28T14:54:02.261Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:54:02.261Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e196f61f-e3b6-44f8-ab34-ee04f70f80db",
"consumerID": "cds",
"timestamp": 1669647114834,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-28T14:54:02.261Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T14:54:02.261Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:54:02.261Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2f1ae60-302c-496d-8d55-398b25784b28",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669647115698,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-28T14:54:02.261Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T14:54:02.261Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:54:02.261Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2f1ae60-302c-496d-8d55-398b25784b28",
"consumerID": "aai-ml",
"timestamp": 1669647118384,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-28T14:54:02.261Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T14:54:02.261Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:54:02.261Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e196f61f-e3b6-44f8-ab34-ee04f70f80db",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669647102092,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
2022-11-28T14:54:02.262Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-28T14:54:02.262Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:54:02.262Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e196f61f-e3b6-44f8-ab34-ee04f70f80db",
"consumerID": "ves-openapi-manager",
"timestamp": 1669647116099,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:54:02.262Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-28T14:54:02.262Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:54:02.262Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e196f61f-e3b6-44f8-ab34-ee04f70f80db",
"consumerID": "cds",
"timestamp": 1669647115842,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-28T14:54:02.274Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e196f61f-e3b6-44f8-ab34-ee04f70f80db
2022-11-28T14:54:02.274Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e196f61f-e3b6-44f8-ab34-ee04f70f80db and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-28T14:54:02.281Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:54:02.281Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2f1ae60-302c-496d-8d55-398b25784b28",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669647116702,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-28T14:54:02.285Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d2f1ae60-302c-496d-8d55-398b25784b28
2022-11-28T14:54:02.285Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d2f1ae60-302c-496d-8d55-398b25784b28 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-28T14:54:02.292Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:54:02.292Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e196f61f-e3b6-44f8-ab34-ee04f70f80db",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669647102092,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
2022-11-28T14:54:02.292Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-28T14:54:02.292Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:54:02.292Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e196f61f-e3b6-44f8-ab34-ee04f70f80db",
"consumerID": "ves-openapi-manager",
"timestamp": 1669647116099,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:54:02.293Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-28T14:54:02.293Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:54:02.293Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e196f61f-e3b6-44f8-ab34-ee04f70f80db",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669647102092,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2022-11-28T14:54:02.293Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-28T14:54:02.293Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:54:02.293Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e196f61f-e3b6-44f8-ab34-ee04f70f80db",
"consumerID": "ves-openapi-manager",
"timestamp": 1669647116099,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:54:02.293Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-28T14:54:02.293Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:54:02.293Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e196f61f-e3b6-44f8-ab34-ee04f70f80db",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669647102092,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2022-11-28T14:54:02.293Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-28T14:54:02.294Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:54:02.294Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e196f61f-e3b6-44f8-ab34-ee04f70f80db",
"consumerID": "ves-openapi-manager",
"timestamp": 1669647116099,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:54:02.294Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-28T14:54:02.294Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:54:02.294Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e196f61f-e3b6-44f8-ab34-ee04f70f80db",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669647102092,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:54:02.294Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-28T14:54:02.294Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:54:02.294Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e196f61f-e3b6-44f8-ab34-ee04f70f80db",
"consumerID": "ves-openapi-manager",
"timestamp": 1669647116099,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:54:02.294Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-28T14:54:02.294Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:54:02.294Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e196f61f-e3b6-44f8-ab34-ee04f70f80db",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669647102092,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOTIFIED"
}
2022-11-28T14:54:02.295Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-28T14:54:02.295Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:54:02.295Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e196f61f-e3b6-44f8-ab34-ee04f70f80db",
"consumerID": "ves-openapi-manager",
"timestamp": 1669647116099,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:54:02.295Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-28T14:54:02.295Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:54:02.295Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e196f61f-e3b6-44f8-ab34-ee04f70f80db",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669647102092,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:54:02.295Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-28T14:54:02.295Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T14:54:02.295Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e196f61f-e3b6-44f8-ab34-ee04f70f80db",
"consumerID": "ves-openapi-manager",
"timestamp": 1669647116099,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:54:02.295Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-28T14:54:07.814Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: be9fbb91-2ed7-4cb8-9249-cf1153d70b54
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-28T14:54:07.825Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: be9fbb91-2ed7-4cb8-9249-cf1153d70b54
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-28T14:54:07.827Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-28T14:54:07.827Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-28T14:54:07.827Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-28T14:54:07.827Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-28T14:54:07.827Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-28T14:54:07.827Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-28T14:54:07.828Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-28T14:54:07.828Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-28T14:54:07.828Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-28T14:54:07.832Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-28T14:54:37.833Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: be9fbb91-2ed7-4cb8-9249-cf1153d70b54 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-11-28T14:54:37.837Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: be9fbb91-2ed7-4cb8-9249-cf1153d70b54 and serviceModelVersionId: 7c12b4d7-f143-4130-bcd4-6a4d635e6009
2022-11-28T14:54:37.837Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 487ec69f-bdb3-449f-b2a7-043eaf21e781
2022-11-28T14:54:37.838Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/487ec69f-bdb3-449f-b2a7-043eaf21e781/model-vers/model-ver/7c12b4d7-f143-4130-bcd4-6a4d635e6009?depth=0
2022-11-28T14:54:37.843Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-11-28T14:54:37.906Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/487ec69f-bdb3-449f-b2a7-043eaf21e781/model-vers/model-ver/7c12b4d7-f143-4130-bcd4-6a4d635e6009?depth=0|INFO|500||Invoke
2022-11-28T14:54:37.907Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/487ec69f-bdb3-449f-b2a7-043eaf21e781/model-vers/model-ver/7c12b4d7-f143-4130-bcd4-6a4d635e6009?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/487ec69f-bdb3-449f-b2a7-043eaf21e781/model-vers/model-ver/7c12b4d7-f143-4130-bcd4-6a4d635e6009?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[be9fbb91-2ed7-4cb8-9249-cf1153d70b54], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b80ff784-abb3-4956-97c5-842fccee5aa7], X-ECOMP-RequestID=[be9fbb91-2ed7-4cb8-9249-cf1153d70b54], X-TransactionId=[], X-ONAP-RequestID=[be9fbb91-2ed7-4cb8-9249-cf1153d70b54], Content-Type=[application/merge-patch+json]}
2022-11-28T14:54:37.940Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/487ec69f-bdb3-449f-b2a7-043eaf21e781/model-vers/model-ver/7c12b4d7-f143-4130-bcd4-6a4d635e6009?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-11-28T14:54:38.052Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/487ec69f-bdb3-449f-b2a7-043eaf21e781/model-vers/model-ver/7c12b4d7-f143-4130-bcd4-6a4d635e6009?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/487ec69f-bdb3-449f-b2a7-043eaf21e781/model-vers/model-ver/7c12b4d7-f143-4130-bcd4-6a4d635e6009?depth=0 has http status code:200 and response headers:{date=[Mon, 28 Nov 2022 14:54:37 GMT], content-length=[0], vertex-id=[196672], x-aai-txid=[2-aai-resources-221128-14:54:37:890-7896], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-11-28T14:54:38.052Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/487ec69f-bdb3-449f-b2a7-043eaf21e781/model-vers/model-ver/7c12b4d7-f143-4130-bcd4-6a4d635e6009?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-28T14:54:38.053Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/487ec69f-bdb3-449f-b2a7-043eaf21e781/model-vers/model-ver/7c12b4d7-f143-4130-bcd4-6a4d635e6009?depth=0|INFO|500||InvokeReturn
2022-11-28T14:54:38.053Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-28T14:54:38.054Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-28T14:54:38.063Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-11-28T14:54:38.064Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID be9fbb91-2ed7-4cb8-9249-cf1153d70b54 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-28T14:54:38.064Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-28T14:54:38.064Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T14:54:38.067Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T14:54:38.067Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "be9fbb91-2ed7-4cb8-9249-cf1153d70b54",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669647278064,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-28T14:54:38.167Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T14:54:38.168Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T14:54:38.168Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ...
2022-11-28T14:54:38.180Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:54:38.181Z||pool-39-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=?
2022-11-28T14:54:39.090Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T14:54:39.090Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T14:54:39.091Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|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 s2t2fNkWGtOrETCm) ...
2022-11-28T14:54:43.463Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:54:43.465Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-28T14:54:43.465Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"82d85dc3-01d0-4c68-a527-01b31f69d836","serviceName":"Demo_pNF_ZILwK03GQOJupZwYRzuz","serviceVersion":"1.0","serviceUUID":"fc3632cf-7799-4b94-ac16-4c9f5169e303","serviceDescription":"catalog service description","serviceInvariantUUID":"eeafc422-8f77-453b-82de-85d9905140cf","resources":[{"resourceInstanceName":"pNF bd36d096-f397 0","resourceName":"pNF bd36d096-f397","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"873191f9-35da-4fe7-a1f2-5de92282e7fa","resourceInvariantUUID":"25144fce-9f6a-40b3-96f1-0f8c8c6c7f22","resourceCustomizationUUID":"a0462ecf-511b-4309-961f-83aa2b1ebaec","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/resourceInstances/pnfbd36d096f3970/artifacts/vf-license-model.xml","artifactChecksum":"YzU3YWYwZTE3OWQyZjc4MDIyMTA0M2FiMWU5ZWViMWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"119ac1dc-ece7-4bc8-b55a-e95e0c839161","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/resourceInstances/pnfbd36d096f3970/artifacts/pNF.csar","artifactChecksum":"YWZmMTU5NjY2ODA2YmQyZGY4NDM4OTJlOWIyZmIyOWE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"316bd421-5adb-438c-8a12-7f5c067929d4","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/resourceInstances/pnfbd36d096f3970/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b6b9a420-b019-4d8d-a671-e7f5b73acdee","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/resourceInstances/pnfbd36d096f3970/artifacts/vendor-license-model.xml","artifactChecksum":"YWNmZGE5ZDY5OTliMDUwZDYxYmMzM2ZjNWM1N2VlMzY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"319c3fd7-bd80-40a4-a671-5c8f3f7e3654","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/resourceInstances/pnfbd36d096f3970/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"390e29f0-a03e-4334-b6a0-62820b3c8e47","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/resourceInstances/pnfbd36d096f3970/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e27fc25e-1236-4e06-acb2-059cf200b4df","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfZilwk03gqojupzwyrzuz-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/artifacts/service-DemoPnfZilwk03gqojupzwyrzuz-template.yml","artifactChecksum":"OWI3ZDM5OGM1ODE3NTljMmZiZGEwY2FkYmIyMDcxNDU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a174366d-8dd4-4eef-bceb-ab14436dc145","artifactVersion":"1"},{"artifactName":"service-DemoPnfZilwk03gqojupzwyrzuz-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/artifacts/service-DemoPnfZilwk03gqojupzwyrzuz-csar.csar","artifactChecksum":"ZjY3YjcyZGVlNWMzMzQzNjg5OTJlMTEzMjA3YjM1NDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ded66d29-d20e-4817-8e19-0b27383c7ae1","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-28T14:54:43.468Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-28T14:54:43.468Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T14:54:43.471Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T14:54:43.471Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "82d85dc3-01d0-4c68-a527-01b31f69d836",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669647279090,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/resourceInstances/pnfbd36d096f3970/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:54:43.571Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T14:54:43.572Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T14:54:43.572Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ...
2022-11-28T14:54:43.581Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:54:43.581Z||pool-40-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2022-11-28T14:54:44.472Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-28T14:54:44.473Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T14:54:44.475Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T14:54:44.476Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "82d85dc3-01d0-4c68-a527-01b31f69d836",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669647279090,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/resourceInstances/pnfbd36d096f3970/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:54:44.576Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T14:54:44.576Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T14:54:44.576Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ...
2022-11-28T14:54:44.585Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:54:44.585Z||pool-41-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2022-11-28T14:54:45.476Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-28T14:54:45.477Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T14:54:45.479Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T14:54:45.479Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "82d85dc3-01d0-4c68-a527-01b31f69d836",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669647279090,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/resourceInstances/pnfbd36d096f3970/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:54:45.579Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-28T14:54:45.580Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T14:54:45.580Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ...
2022-11-28T14:54:45.590Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:54:45.590Z||pool-42-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-11-28T14:54:46.480Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-28T14:54:46.481Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T14:54:46.483Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T14:54:46.483Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "82d85dc3-01d0-4c68-a527-01b31f69d836",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669647279090,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/resourceInstances/pnfbd36d096f3970/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:54:46.584Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T14:54:46.584Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T14:54:46.584Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ...
2022-11-28T14:54:46.595Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:54:46.595Z||pool-43-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-28T14:54:47.484Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-28T14:54:47.485Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T14:54:47.487Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T14:54:47.487Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "82d85dc3-01d0-4c68-a527-01b31f69d836",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669647279090,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/resourceInstances/pnfbd36d096f3970/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:54:47.587Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T14:54:47.588Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T14:54:47.588Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ...
2022-11-28T14:54:47.596Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:54:47.596Z||pool-44-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1}
2022-11-28T14:54:48.488Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-28T14:54:48.488Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T14:54:48.490Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T14:54:48.490Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "82d85dc3-01d0-4c68-a527-01b31f69d836",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669647279090,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/resourceInstances/pnfbd36d096f3970/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:54:48.590Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T14:54:48.591Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T14:54:48.591Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ...
2022-11-28T14:54:48.601Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:54:48.601Z||pool-45-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-11-28T14:54:49.491Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-28T14:54:49.492Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T14:54:49.494Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T14:54:49.494Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "82d85dc3-01d0-4c68-a527-01b31f69d836",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669647279090,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/artifacts/service-DemoPnfZilwk03gqojupzwyrzuz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-28T14:54:49.594Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T14:54:49.595Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T14:54:49.595Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ...
2022-11-28T14:54:49.604Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:54:49.604Z||pool-46-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-11-28T14:54:50.495Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-28T14:54:50.495Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T14:54:50.497Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T14:54:50.497Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "82d85dc3-01d0-4c68-a527-01b31f69d836",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669647279090,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/artifacts/service-DemoPnfZilwk03gqojupzwyrzuz-csar.csar",
"status": "NOTIFIED"
}
2022-11-28T14:54:50.597Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T14:54:50.598Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T14:54:50.599Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ...
2022-11-28T14:54:50.608Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:54:50.608Z||pool-47-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-11-28T14:54:51.498Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "82d85dc3-01d0-4c68-a527-01b31f69d836",
"serviceName": "Demo_pNF_ZILwK03GQOJupZwYRzuz",
"serviceVersion": "1.0",
"serviceUUID": "fc3632cf-7799-4b94-ac16-4c9f5169e303",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "eeafc422-8f77-453b-82de-85d9905140cf",
"resources": [
{
"resourceInstanceName": "pNF bd36d096-f397 0",
"resourceCustomizationUUID": "a0462ecf-511b-4309-961f-83aa2b1ebaec",
"resourceName": "pNF bd36d096-f397",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "873191f9-35da-4fe7-a1f2-5de92282e7fa",
"resourceInvariantUUID": "25144fce-9f6a-40b3-96f1-0f8c8c6c7f22",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfZilwk03gqojupzwyrzuz-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/artifacts/service-DemoPnfZilwk03gqojupzwyrzuz-csar.csar",
"artifactChecksum": "ZjY3YjcyZGVlNWMzMzQzNjg5OTJlMTEzMjA3YjM1NDc\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ded66d29-d20e-4817-8e19-0b27383c7ae1"
}
],
"workloadContext": "Production"
}
2022-11-28T14:54:51.498Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-28T14:54:51.498Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 fc3632cf-7799-4b94-ac16-4c9f5169e303 ASDC
2022-11-28T14:54:51.499Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:82d85dc3-01d0-4c68-a527-01b31f69d836
ServiceName:Demo_pNF_ZILwK03GQOJupZwYRzuz
ServiceVersion:1.0
ServiceUUID:fc3632cf-7799-4b94-ac16-4c9f5169e303
ServiceInvariantUUID:eeafc422-8f77-453b-82de-85d9905140cf
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfZilwk03gqojupzwyrzuz-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/artifacts/service-DemoPnfZilwk03gqojupzwyrzuz-csar.csar
ArtifactUUID:ded66d29-d20e-4817-8e19-0b27383c7ae1
ArtifactChecksum:ZjY3YjcyZGVlNWMzMzQzNjg5OTJlMTEzMjA3YjM1NDc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF bd36d096-f397 0
ResourceCustomizationUUID:a0462ecf-511b-4309-961f-83aa2b1ebaec
ResourceInvariantUUID:25144fce-9f6a-40b3-96f1-0f8c8c6c7f22
ResourceName:pNF bd36d096-f397
ResourceType:PNF
ResourceUUID:873191f9-35da-4fe7-a1f2-5de92282e7fa
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-11-28T14:54:51.499Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fc3632cf-7799-4b94-ac16-4c9f5169e303 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-28T14:54:51.535Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-28T14:54:51.536Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-28T14:54:51.536Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-28T14:54:51.536Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: ded66d29-d20e-4817-8e19-0b27383c7ae1 from URL: /sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/artifacts/service-DemoPnfZilwk03gqojupzwyrzuz-csar.csar
2022-11-28T14:54:51.536Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-28T14:54:51.536Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/artifacts/service-DemoPnfZilwk03gqojupzwyrzuz-csar.csar
2022-11-28T14:54:51.758Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-28T14:54:51.763Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/artifacts/service-DemoPnfZilwk03gqojupzwyrzuz-csar.csar ded66d29-d20e-4817-8e19-0b27383c7ae1 87790
2022-11-28T14:54:51.763Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/artifacts/service-DemoPnfZilwk03gqojupzwyrzuz-csar.csar ASDC sendASDCNotification
2022-11-28T14:54:51.763Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/artifacts/service-DemoPnfZilwk03gqojupzwyrzuz-csar.csar
2022-11-28T14:54:51.763Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-28T14:54:51.763Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T14:54:51.767Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T14:54:51.767Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "82d85dc3-01d0-4c68-a527-01b31f69d836",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669647291763,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/artifacts/service-DemoPnfZilwk03gqojupzwyrzuz-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-28T14:54:51.869Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-28T14:54:51.870Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T14:54:51.871Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ...
2022-11-28T14:54:51.880Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T14:54:51.880Z||pool-48-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-11-28T14:54:52.768Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-28T14:54:52.769Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-28T14:54:52.770Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: ded66d29-d20e-4817-8e19-0b27383c7ae1, URL: /sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/artifacts/service-DemoPnfZilwk03gqojupzwyrzuz-csar.csar to file: /app/ASDC/1/service-DemoPnfZilwk03gqojupzwyrzuz-csar.csar
2022-11-28T14:54:52.770Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfZilwk03gqojupzwyrzuz-csar.csar
2022-11-28T14:54:52.771Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfZilwk03gqojupzwyrzuz-csar.csar
2022-11-28T14:54:52.771Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfZilwk03gqojupzwyrzuz-csar.csar
2022-11-28T14:54:52.884Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18417086524989479900/Definitions/service-DemoPnfZilwk03gqojupzwyrzuz-template.yml
2022-11-28T14:54:53.617Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-28T14:54:53.618Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-11-28T14:54:53.618Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfZilwk03gqojupzwyrzuz-csar.csar
2022-11-28T14:54:53.618Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-28T14:54:53.618Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||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-DemoPnfZilwk03gqojupzwyrzuz-csar.csar
2022-11-28T14:54:53.618Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfZilwk03gqojupzwyrzuz-csar.csar
2022-11-28T14:54:53.618Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||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-DemoPnfZilwk03gqojupzwyrzuz-csar.csar
2022-11-28T14:54:53.618Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfZilwk03gqojupzwyrzuz-csar.csar
2022-11-28T14:54:53.618Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfZilwk03gqojupzwyrzuz-csar.csar
2022-11-28T14:54:53.619Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF bd36d096-f397 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-DemoPnfZilwk03gqojupzwyrzuz-csar.csar
2022-11-28T14:54:53.619Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfZilwk03gqojupzwyrzuz-csar.csar
2022-11-28T14:54:53.619Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-11-28T14:54:53.619Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T14:54:53.619Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_ZILwK03GQOJupZwYRzuz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T14:54:53.619Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||DEBUG|500||Node template pNF bd36d096-f397 0 is matching search criteria
2022-11-28T14:54:53.619Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-11-28T14:54:53.620Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF bd36d096-f397 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-28T14:54:53.620Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T14:54:53.620Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_ZILwK03GQOJupZwYRzuz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T14:54:53.620Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||DEBUG|500||Node template pNF bd36d096-f397 0 is matching search criteria
2022-11-28T14:54:53.620Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-11-28T14:54:53.620Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF bd36d096-f397 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-28T14:54:53.620Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T14:54:53.621Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_ZILwK03GQOJupZwYRzuz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T14:54:53.621Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T14:54:53.621Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_ZILwK03GQOJupZwYRzuz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T14:54:53.621Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T14:54:53.621Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_ZILwK03GQOJupZwYRzuz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T14:54:53.621Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T14:54:53.621Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_ZILwK03GQOJupZwYRzuz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T14:54:53.621Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T14:54:53.622Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_ZILwK03GQOJupZwYRzuz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T14:54:53.622Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_ZILwK03GQOJupZwYRzuz
Description:catalog service description
Model UUID:fc3632cf-7799-4b94-ac16-4c9f5169e303
Model Version:NULL
Model InvariantUuid:eeafc422-8f77-453b-82de-85d9905140cf
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-28T14:54:53.634Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 873191f9-35da-4fe7-a1f2-5de92282e7fa
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-28T14:54:53.637Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||INFO|500||pNF bd36d096-f397 0
2022-11-28T14:54:53.637Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 873191f9-35da-4fe7-a1f2-5de92282e7fa
2022-11-28T14:54:53.637Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||DEBUG|500||No resources found for Service: fc3632cf-7799-4b94-ac16-4c9f5169e303
2022-11-28T14:54:53.638Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: fc3632cf-7799-4b94-ac16-4c9f5169e303
2022-11-28T14:54:53.638Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF bd36d096-f397 0 873191f9-35da-4fe7-a1f2-5de92282e7fa ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-28T14:54:53.643Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4f3e9607, org.onap.sdc.toscaparser.api.parameters.Input@2ab64a89, org.onap.sdc.toscaparser.api.parameters.Input@78830854, org.onap.sdc.toscaparser.api.parameters.Input@e9e92c, org.onap.sdc.toscaparser.api.parameters.Input@3b5cd998]
2022-11-28T14:54:53.643Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T14:54:53.643Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_ZILwK03GQOJupZwYRzuz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T14:54:53.643Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid fc3632cf-7799-4b94-ac16-4c9f5169e303: pNF bd36d096-f397
2022-11-28T14:54:53.643Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||INFO|500||Processing PNF resource: 873191f9-35da-4fe7-a1f2-5de92282e7fa
2022-11-28T14:54:53.643Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery