Results

By type

          JVM Arguments:  -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml  -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml  

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::        (v2.3.7.RELEASE)

2023-01-03T03:47:45.648Z||main|||||INFO|500||The following profiles are active: basic
2023-01-03T03:47:58.033Z||main|||||INFO|500||Starting service [Tomcat]
2023-01-03T03:47:58.034Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2023-01-03T03:47:58.201Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2023-01-03T03:48:04.623Z||main|||||INFO|500||catdb-pool - Starting...
2023-01-03T03:48:05.437Z||main|||||INFO|500||catdb-pool - Start completed.
2023-01-03T03:48:06.195Z||main|||||INFO|500||reqdb-pool - Starting...
2023-01-03T03:48:06.225Z||main|||||INFO|500||reqdb-pool - Start completed.
2023-01-03T03:48:06.544Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2023-01-03T03:48:07.106Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2023-01-03T03:48:08.272Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2023-01-03T03:48:12.095Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-01-03T03:48:15.201Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-01-03T03:48:15.283Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2023-01-03T03:48:16.078Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-01-03T03:48:16.453Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2023-01-03T03:48:18.165Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-01-03T03:48:19.428Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2023-01-03T03:48:19.468Z||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$$3b0cdf14.deployActivities()
	at org.onap.so.asdc.Application.deployActivities(Application.java:52)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
	at org.onap.so.asdc.Application.main(Application.java:60)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
	at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2023-01-03T03:48:19.474Z||main|||||WARN|500||The sdc end point is not alive
2023-01-03T03:48:23.553Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2023-01-03T03:48:26.858Z||main|||||WARN|500||---
2023-01-03T03:48:26.858Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2023-01-03T03:48:26.858Z||main|||||WARN|500||---
2023-01-03T03:48:27.439Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2023-01-03T03:48:33.176Z||main|||||INFO|500||Started Application in 51.485 seconds (JVM running for 54.086)
2023-01-03T03:48:33.190Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-01-03T03:48:33.193Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-01-03T03:48:33.206Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-01-03T03:48:33.235Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2023-01-03T03:48:33.285Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a99eb2d2-7fa0-4022-a353-08797c1e81a2 url= /sdc/v1/artifactTypes
2023-01-03T03:48:33.286Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2023-01-03T03:48:33.663Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-01-03T03:48:33.692Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2023-01-03T03:48:33.722Z||scheduling-1|||||DEBUG|500||create keys
2023-01-03T03:48:33.771Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2023-01-03T03:48:33.811Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T03:48:33.849Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 8284102a-77fe-4797-89e4-4d1eab3fade3 url= /sdc/v1/registerForDistribution
2023-01-03T03:48:33.964Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 8284102a-77fe-4797-89e4-4d1eab3fade3 url= /sdc/v1/registerForDistribution
2023-01-03T03:48:33.964Z||scheduling-1|||||INFO|500||start DistributionClient
2023-01-03T03:48:33.974Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T03:48:33.979Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T03:48:33.983Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2023-01-03T03:48:33.986Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T03:48:33.986Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T03:48:33.986Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T03:48:33.987Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T03:48:44.333Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T03:48:44.338Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T03:49:33.972Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T03:49:33.975Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T03:49:33.975Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T03:49:33.975Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T03:49:33.975Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T03:49:33.975Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T03:49:43.528Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T03:49:43.529Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T03:50:33.972Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T03:50:33.974Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T03:50:33.976Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T03:50:33.975Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T03:50:33.978Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T03:50:33.978Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T03:50:43.524Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T03:50:43.532Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T03:51:33.971Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T03:51:33.973Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T03:51:33.973Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HLJgK1ymxXjBq8Wp) ...
2023-01-03T03:51:33.977Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T03:51:33.978Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T03:51:33.979Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T03:51:43.523Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T03:51:43.533Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T03:52:33.971Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T03:52:33.973Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T03:52:33.973Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T03:52:33.974Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T03:52:33.976Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T03:52:33.977Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T03:52:43.521Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T03:52:43.528Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T03:53:33.971Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T03:53:33.973Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T03:53:33.973Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T03:53:33.974Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T03:53:33.975Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T03:53:33.975Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T03:53:43.518Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T03:53:43.534Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T03:54:33.971Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T03:54:33.973Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T03:54:33.973Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T03:54:33.974Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T03:54:33.976Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T03:54:33.976Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T03:54:43.524Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T03:54:43.531Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T03:55:33.971Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T03:55:33.973Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T03:55:33.973Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T03:55:33.974Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T03:55:33.976Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T03:55:33.976Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T03:55:43.522Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T03:55:43.540Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T03:56:33.971Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T03:56:33.973Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T03:56:33.973Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T03:56:33.974Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T03:56:33.976Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T03:56:33.976Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T03:56:43.522Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T03:56:43.534Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T03:57:33.972Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T03:57:33.975Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T03:57:33.975Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T03:57:33.975Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T03:57:33.978Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T03:57:33.978Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T03:57:43.537Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T03:57:43.539Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T03:58:15.025Z||http-nio-8085-exec-2|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-01-03T03:58:33.971Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T03:58:33.973Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T03:58:33.973Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T03:58:33.974Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T03:58:33.975Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T03:58:33.975Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T03:58:43.531Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T03:58:43.534Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T03:59:33.972Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T03:59:33.974Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T03:59:33.975Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T03:59:33.975Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T03:59:33.976Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T03:59:33.976Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T03:59:43.525Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T03:59:43.536Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T04:00:33.972Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T04:00:33.973Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T04:00:33.973Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T04:00:33.975Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T04:00:33.976Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T04:00:33.977Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T04:00:43.534Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T04:00:43.537Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T04:01:33.971Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T04:01:33.973Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T04:01:33.973Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T04:01:33.974Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T04:01:33.975Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T04:01:33.975Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T04:01:43.521Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T04:01:43.536Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T04:02:33.971Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T04:02:33.973Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T04:02:33.973Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T04:02:33.974Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T04:02:33.975Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T04:02:33.975Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T04:02:43.525Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T04:02:43.526Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T04:03:33.971Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T04:03:33.972Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T04:03:33.973Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T04:03:33.974Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T04:03:33.975Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T04:03:33.975Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T04:03:43.516Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T04:03:43.516Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T04:04:33.972Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T04:04:33.973Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T04:04:33.973Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T04:04:33.975Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T04:04:33.976Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T04:04:33.976Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T04:04:43.520Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T04:04:43.525Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T04:05:33.972Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T04:05:33.973Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T04:05:33.974Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T04:05:33.975Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T04:05:33.976Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T04:05:33.976Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T04:05:43.516Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T04:05:43.533Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T04:06:33.971Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T04:06:33.973Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T04:06:33.973Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T04:06:33.975Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T04:06:33.975Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T04:06:33.976Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T04:06:43.522Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T04:06:43.522Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T04:07:33.972Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T04:07:33.974Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T04:07:33.974Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T04:07:33.975Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T04:07:33.975Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T04:07:33.976Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T04:07:43.521Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T04:07:43.531Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T04:08:33.972Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T04:08:33.973Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T04:08:33.973Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T04:08:33.975Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T04:08:33.975Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T04:08:33.976Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T04:08:43.524Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T04:08:43.524Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T04:09:33.972Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T04:09:33.975Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T04:09:33.975Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T04:09:33.975Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T04:09:33.975Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T04:09:33.975Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T04:09:43.533Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T04:09:43.536Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T04:10:33.972Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T04:10:33.973Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T04:10:33.973Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T04:10:33.975Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T04:10:33.975Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T04:10:33.975Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T04:10:43.519Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T04:10:43.522Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T04:11:33.972Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T04:11:33.973Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T04:11:33.973Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T04:11:33.974Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T04:11:33.975Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T04:11:33.976Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T04:11:43.532Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T04:11:43.532Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T04:12:33.971Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T04:12:33.973Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T04:12:33.973Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T04:12:33.974Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T04:12:33.975Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T04:12:33.975Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T04:12:43.521Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T04:12:43.526Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T04:13:33.971Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T04:13:33.972Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T04:13:33.973Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T04:13:33.975Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T04:13:33.975Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T04:13:33.976Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T04:13:43.530Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T04:13:43.542Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T04:14:33.971Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T04:14:33.973Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T04:14:33.973Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T04:14:33.974Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T04:14:33.975Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T04:14:33.975Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T04:14:43.515Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T04:14:43.518Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T04:15:33.971Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T04:15:33.973Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T04:15:33.973Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T04:15:33.974Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T04:15:33.975Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T04:15:33.975Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T04:15:43.513Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T04:15:43.522Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T04:16:33.971Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T04:16:33.973Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T04:16:33.973Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T04:16:33.974Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T04:16:33.975Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T04:16:33.975Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T04:16:43.528Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T04:16:43.533Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T04:17:33.971Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T04:17:33.972Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T04:17:33.973Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T04:17:33.974Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T04:17:33.975Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T04:17:33.975Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T04:17:43.523Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T04:17:43.524Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T04:18:33.972Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T04:18:33.973Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T04:18:33.974Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T04:18:33.975Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T04:18:33.976Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T04:18:33.976Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T04:18:43.519Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T04:18:43.527Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T04:19:33.971Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T04:19:33.974Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T04:19:33.975Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T04:19:33.975Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T04:19:33.975Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T04:19:33.976Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T04:19:43.526Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T04:19:43.536Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T04:20:33.971Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T04:20:33.973Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T04:20:33.973Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T04:20:33.974Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T04:20:33.975Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T04:20:33.975Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T04:20:43.517Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T04:20:43.523Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T04:21:33.971Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T04:21:33.973Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T04:21:33.973Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T04:21:33.975Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T04:21:33.975Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T04:21:33.975Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T04:21:43.535Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T04:21:43.547Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T04:22:33.971Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T04:22:33.973Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T04:22:33.973Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T04:22:33.974Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T04:22:33.975Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T04:22:33.976Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T04:22:43.514Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T04:22:43.523Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T04:23:33.971Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T04:23:33.973Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T04:23:33.973Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T04:23:33.974Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T04:23:33.975Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T04:23:33.975Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T04:23:43.516Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T04:23:43.522Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T04:24:33.971Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T04:24:33.972Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T04:24:33.973Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T04:24:33.974Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T04:24:33.975Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T04:24:33.975Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T04:24:43.518Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T04:24:43.520Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T04:25:33.971Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T04:25:33.972Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T04:25:33.972Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T04:25:33.974Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T04:25:33.975Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T04:25:33.975Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T04:25:43.518Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T04:25:43.540Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T04:26:33.971Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T04:26:33.973Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T04:26:33.973Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T04:26:33.974Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T04:26:33.975Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T04:26:33.975Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T04:26:43.514Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T04:26:43.525Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T04:27:33.971Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T04:27:33.973Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T04:27:33.973Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T04:27:33.975Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T04:27:33.977Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T04:27:33.977Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T04:27:43.528Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T04:27:43.536Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T04:28:33.971Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T04:28:33.972Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T04:28:33.973Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T04:28:33.975Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T04:28:33.977Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T04:28:33.977Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T04:28:43.529Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T04:28:43.539Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T04:29:33.972Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T04:29:33.973Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T04:29:33.973Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T04:29:33.975Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T04:29:33.975Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T04:29:33.976Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T04:29:43.518Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T04:29:43.523Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T04:30:33.971Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T04:30:33.973Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T04:30:33.973Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T04:30:33.974Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T04:30:33.975Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T04:30:33.975Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T04:30:43.525Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T04:30:43.530Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T04:31:33.971Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T04:31:33.973Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T04:31:33.973Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T04:31:33.974Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T04:31:33.975Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T04:31:33.975Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T04:31:43.520Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T04:31:43.532Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T04:32:33.971Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T04:32:33.973Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T04:32:33.973Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T04:32:33.974Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T04:32:33.975Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T04:32:33.975Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T04:32:43.522Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T04:32:43.523Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T04:33:33.971Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T04:33:33.973Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T04:33:33.973Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T04:33:33.974Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T04:33:33.976Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T04:33:33.976Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T04:33:43.521Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T04:33:43.525Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T04:34:33.971Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T04:34:33.972Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T04:34:33.972Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T04:34:33.974Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T04:34:33.975Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T04:34:33.975Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T04:34:43.520Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T04:34:43.520Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T04:35:33.971Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T04:35:33.972Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T04:35:33.973Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T04:35:33.974Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T04:35:33.975Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T04:35:33.975Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T04:35:43.514Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T04:35:43.533Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T04:36:33.971Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T04:36:33.972Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T04:36:33.972Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T04:36:33.975Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T04:36:33.975Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T04:36:33.975Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T04:36:43.524Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T04:36:43.527Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T04:37:33.971Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T04:37:33.972Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T04:37:33.973Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T04:37:33.974Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T04:37:33.975Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T04:37:33.975Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T04:37:43.535Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T04:37:43.537Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T04:38:33.974Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T04:38:33.974Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T04:38:33.975Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T04:38:33.975Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T04:38:33.975Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T04:38:33.976Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T04:38:43.523Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T04:38:43.531Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T04:39:33.971Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T04:39:33.973Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T04:39:33.973Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T04:39:33.975Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T04:39:33.976Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T04:39:33.976Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T04:39:43.517Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T04:39:43.537Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T04:40:33.971Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T04:40:33.973Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T04:40:33.973Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T04:40:33.974Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T04:40:33.975Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T04:40:33.975Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T04:40:43.514Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T04:40:43.518Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T04:41:33.972Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T04:41:33.973Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T04:41:33.973Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T04:41:33.975Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T04:41:33.977Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T04:41:33.977Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T04:41:43.522Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T04:41:43.522Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T04:42:33.972Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T04:42:33.973Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T04:42:33.974Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T04:42:33.974Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T04:42:33.975Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T04:42:33.975Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T04:42:43.518Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T04:42:43.523Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T04:43:33.972Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T04:43:33.973Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T04:43:33.973Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HLJgK1ymxXjBq8Wp) ...
2023-01-03T04:43:33.975Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T04:43:33.975Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T04:43:33.976Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T04:43:43.517Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T04:43:43.517Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T04:44:33.972Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T04:44:33.973Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T04:44:33.973Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HLJgK1ymxXjBq8Wp) ...
2023-01-03T04:44:33.975Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T04:44:33.975Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T04:44:33.975Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T04:44:43.527Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T04:44:43.532Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T04:45:33.972Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T04:45:33.973Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T04:45:33.974Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HLJgK1ymxXjBq8Wp) ...
2023-01-03T04:45:33.974Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T04:45:33.975Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T04:45:33.975Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T04:45:43.523Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T04:45:43.530Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T04:46:33.972Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T04:46:33.972Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T04:46:33.973Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HLJgK1ymxXjBq8Wp) ...
2023-01-03T04:46:33.974Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T04:46:33.975Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T04:46:33.975Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T04:46:43.518Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T04:46:43.519Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T04:47:33.971Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T04:47:33.972Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T04:47:33.973Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HLJgK1ymxXjBq8Wp) ...
2023-01-03T04:47:33.974Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T04:47:33.975Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T04:47:33.975Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T04:47:43.524Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T04:47:43.525Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T04:48:33.971Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T04:48:33.972Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T04:48:33.972Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HLJgK1ymxXjBq8Wp) ...
2023-01-03T04:48:33.974Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T04:48:33.975Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T04:48:33.975Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T04:48:43.529Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T04:48:43.530Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T04:49:33.971Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T04:49:33.972Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T04:49:33.972Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HLJgK1ymxXjBq8Wp) ...
2023-01-03T04:49:33.974Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T04:49:33.975Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T04:49:33.975Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T04:49:43.522Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T04:49:43.526Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T04:50:33.971Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T04:50:33.973Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T04:50:33.973Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HLJgK1ymxXjBq8Wp) ...
2023-01-03T04:50:33.975Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T04:50:33.976Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T04:50:33.976Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T04:50:43.556Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T04:50:43.557Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T04:51:33.971Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T04:51:33.972Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T04:51:33.972Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HLJgK1ymxXjBq8Wp) ...
2023-01-03T04:51:33.974Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T04:51:33.975Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T04:51:33.976Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T04:51:43.521Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T04:51:43.529Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T04:52:33.971Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T04:52:33.973Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T04:52:33.973Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HLJgK1ymxXjBq8Wp) ...
2023-01-03T04:52:33.975Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T04:52:33.975Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T04:52:33.975Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T04:52:43.519Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T04:52:43.534Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T04:53:33.971Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T04:53:33.972Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T04:53:33.972Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HLJgK1ymxXjBq8Wp) ...
2023-01-03T04:53:33.974Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T04:53:33.975Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T04:53:33.975Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T04:53:43.523Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T04:53:43.526Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T04:54:33.971Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T04:54:33.973Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T04:54:33.973Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HLJgK1ymxXjBq8Wp) ...
2023-01-03T04:54:33.974Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T04:54:33.975Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T04:54:33.975Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T04:54:43.534Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T04:54:43.546Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T04:55:33.971Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T04:55:33.973Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T04:55:33.973Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HLJgK1ymxXjBq8Wp) ...
2023-01-03T04:55:33.975Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T04:55:33.976Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T04:55:33.976Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T04:55:43.526Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T04:55:43.526Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T04:56:33.971Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T04:56:33.973Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T04:56:33.973Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T04:56:33.975Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T04:56:33.975Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T04:56:33.976Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T04:56:43.539Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T04:56:43.556Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T04:57:33.972Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T04:57:33.974Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T04:57:33.974Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T04:57:33.975Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T04:57:33.975Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T04:57:33.975Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T04:57:43.531Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T04:57:43.533Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T04:58:33.971Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T04:58:33.972Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T04:58:33.973Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T04:58:33.974Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T04:58:33.975Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T04:58:33.976Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T04:58:43.514Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T04:58:43.528Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T04:59:33.971Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T04:59:33.972Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T04:59:33.973Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T04:59:33.974Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T04:59:33.975Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T04:59:33.975Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T04:59:43.534Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T04:59:43.536Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:00:33.971Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:00:33.972Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T05:00:33.973Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:00:33.974Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:00:33.975Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T05:00:33.975Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:00:43.517Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:00:43.530Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:01:33.971Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:01:33.972Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T05:01:33.972Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:01:33.974Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:01:33.975Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T05:01:33.975Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:01:43.525Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:01:43.525Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:02:33.971Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:02:33.972Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T05:02:33.972Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:02:33.974Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:02:33.975Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T05:02:33.976Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:02:43.524Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:02:43.525Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:03:33.971Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:03:33.972Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T05:03:33.973Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:03:33.975Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:03:33.976Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T05:03:33.976Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:03:43.524Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:03:43.525Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:04:33.971Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:04:33.973Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T05:04:33.973Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:04:33.974Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:04:33.975Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T05:04:33.976Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:04:34.600Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:04:34.602Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-03T05:04:34.602Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"4f67f6b0-1e05-40a9-8724-094e98ca3428","serviceName":"vFW 2023-01-03 05-02-46","serviceVersion":"1.0","serviceUUID":"32289f96-1b9d-4664-92d3-e96d0dc6fdc1","serviceDescription":"catalog service description","serviceInvariantUUID":"dffa9b55-8bd5-4c75-836a-9620807283c0","resources":[{"resourceInstanceName":"vFW 98e77f98-4c89 0","resourceName":"vFW 98e77f98-4c89","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"27f7a83e-250c-40ca-8617-d9ac3cb70edc","resourceInvariantUUID":"3bceaf53-83c8-4952-b904-2876ee342c16","resourceCustomizationUUID":"eb527eca-6f44-4acc-944c-542749047451","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230103050246/1.0/resourceInstances/vfw98e77f984c890/artifacts/vf-license-model.xml","artifactChecksum":"YjNmMDAyMGViNGRmZDFjN2M1ZTBjODdjOTdmYzBlNGE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"70bf3b8c-c1da-4023-b031-18dca8264fc7","artifactVersion":"1"},{"artifactName":"vfw98e77f984c890_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230103050246/1.0/resourceInstances/vfw98e77f984c890/artifacts/vfw98e77f984c890_modules.json","artifactChecksum":"NWM4MzRmMzdlNjAyZDYzOTQwMjE1NGM5ZGQ5MTJiOTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0ea0a779-9863-4f92-abc1-6fc18ab5b90f","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230103050246/1.0/resourceInstances/vfw98e77f984c890/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"46471478-414b-4c1d-9367-78eadfb1819d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230103050246/1.0/resourceInstances/vfw98e77f984c890/artifacts/vendor-license-model.xml","artifactChecksum":"OGUxZGQzZDk3OWU3ZGRlMjIzODM1YTU3ZDBjMzk1OTM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8f6b171d-f621-4f19-b672-668571338eea","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230103050246/1.0/resourceInstances/vfw98e77f984c890/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"565a2b7e-d284-4848-8864-a26c305a6225","artifactVersion":"2","generatedFromUUID":"46471478-414b-4c1d-9367-78eadfb1819d"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230103050246-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230103050246/1.0/artifacts/service-Vfw20230103050246-template.yml","artifactChecksum":"ZTdhYTY5YzFjNjc2Nzc5M2E0Y2I4ZmU1N2FlYmFiMTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"16d85147-93cf-47ef-9132-3b572bdb84b5","artifactVersion":"1"},{"artifactName":"service-Vfw20230103050246-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230103050246/1.0/artifacts/service-Vfw20230103050246-csar.csar","artifactChecksum":"YTM5OTRmMjA5NWYwMzRkNTVhNTM5MWQ5OTA3NzhhNjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0b03dcfe-81c7-443a-a9f5-33ee1ec587e0","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-03T05:04:34.604Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:04:34.608Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-03T05:04:34.608Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f67f6b0-1e05-40a9-8724-094e98ca3428",
  "consumerID": "cds",
  "timestamp": 1672722235786,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103050246/1.0/resourceInstances/vfw98e77f984c890/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T05:04:34.616Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-03T05:04:34.626Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-03T05:04:34.638Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-03T05:04:34.638Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "4f67f6b0-1e05-40a9-8724-094e98ca3428",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672722273971,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103050246/1.0/resourceInstances/vfw98e77f984c890/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T05:04:34.643Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-03T05:04:34.644Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-03T05:04:34.644Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f67f6b0-1e05-40a9-8724-094e98ca3428",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672722233881,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103050246/1.0/resourceInstances/vfw98e77f984c890/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T05:04:34.644Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-03T05:04:34.644Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-03T05:04:34.645Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f67f6b0-1e05-40a9-8724-094e98ca3428",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672722237574,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103050246/1.0/resourceInstances/vfw98e77f984c890/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T05:04:34.645Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-03T05:04:34.645Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-03T05:04:34.646Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f67f6b0-1e05-40a9-8724-094e98ca3428",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672722239786,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103050246/1.0/resourceInstances/vfw98e77f984c890/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T05:04:34.646Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-03T05:04:34.646Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-03T05:04:34.646Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f67f6b0-1e05-40a9-8724-094e98ca3428",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672722233881,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103050246/1.0/resourceInstances/vfw98e77f984c890/artifacts/vfw98e77f984c890_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-03T05:04:34.647Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-03T05:04:34.647Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-03T05:04:34.647Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f67f6b0-1e05-40a9-8724-094e98ca3428",
  "consumerID": "cds",
  "timestamp": 1672722235786,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103050246/1.0/resourceInstances/vfw98e77f984c890/artifacts/vfw98e77f984c890_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-03T05:04:34.647Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-03T05:04:34.648Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-03T05:04:34.648Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f67f6b0-1e05-40a9-8724-094e98ca3428",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672722239786,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103050246/1.0/resourceInstances/vfw98e77f984c890/artifacts/vfw98e77f984c890_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-03T05:04:34.648Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-03T05:04:34.648Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-03T05:04:34.649Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f67f6b0-1e05-40a9-8724-094e98ca3428",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672722237574,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103050246/1.0/resourceInstances/vfw98e77f984c890/artifacts/vfw98e77f984c890_modules.json",
  "status": "NOTIFIED"
}
2023-01-03T05:04:34.649Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-03T05:04:34.649Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-03T05:04:34.649Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f67f6b0-1e05-40a9-8724-094e98ca3428",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672722233881,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103050246/1.0/resourceInstances/vfw98e77f984c890/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T05:04:34.650Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-03T05:04:34.650Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-03T05:04:34.650Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f67f6b0-1e05-40a9-8724-094e98ca3428",
  "consumerID": "cds",
  "timestamp": 1672722235786,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103050246/1.0/resourceInstances/vfw98e77f984c890/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T05:04:34.651Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-03T05:04:34.651Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-03T05:04:34.651Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f67f6b0-1e05-40a9-8724-094e98ca3428",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672722239786,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103050246/1.0/resourceInstances/vfw98e77f984c890/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T05:04:34.651Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-03T05:04:34.652Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-03T05:04:34.652Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f67f6b0-1e05-40a9-8724-094e98ca3428",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672722237574,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103050246/1.0/resourceInstances/vfw98e77f984c890/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-01-03T05:04:34.652Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-03T05:04:34.652Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-03T05:04:34.653Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f67f6b0-1e05-40a9-8724-094e98ca3428",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672722233881,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103050246/1.0/resourceInstances/vfw98e77f984c890/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T05:04:34.653Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-03T05:04:34.653Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-03T05:04:34.654Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f67f6b0-1e05-40a9-8724-094e98ca3428",
  "consumerID": "cds",
  "timestamp": 1672722235786,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103050246/1.0/resourceInstances/vfw98e77f984c890/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T05:04:34.654Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-03T05:04:34.654Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-03T05:04:34.654Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f67f6b0-1e05-40a9-8724-094e98ca3428",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672722239786,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103050246/1.0/resourceInstances/vfw98e77f984c890/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T05:04:34.655Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-03T05:04:34.655Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-03T05:04:34.655Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f67f6b0-1e05-40a9-8724-094e98ca3428",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672722237574,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103050246/1.0/resourceInstances/vfw98e77f984c890/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T05:04:34.656Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-03T05:04:34.656Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-03T05:04:34.657Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f67f6b0-1e05-40a9-8724-094e98ca3428",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672722233881,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103050246/1.0/resourceInstances/vfw98e77f984c890/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-01-03T05:04:34.657Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-03T05:04:34.657Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-03T05:04:34.657Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f67f6b0-1e05-40a9-8724-094e98ca3428",
  "consumerID": "cds",
  "timestamp": 1672722235786,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103050246/1.0/resourceInstances/vfw98e77f984c890/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-01-03T05:04:34.658Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-03T05:04:34.658Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-03T05:04:34.658Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f67f6b0-1e05-40a9-8724-094e98ca3428",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672722239786,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103050246/1.0/resourceInstances/vfw98e77f984c890/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-01-03T05:04:34.659Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-03T05:04:34.659Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-03T05:04:34.659Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f67f6b0-1e05-40a9-8724-094e98ca3428",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672722237574,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103050246/1.0/resourceInstances/vfw98e77f984c890/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-01-03T05:04:34.659Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-03T05:04:34.660Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-03T05:04:34.660Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f67f6b0-1e05-40a9-8724-094e98ca3428",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672722233881,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103050246/1.0/artifacts/service-Vfw20230103050246-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T05:04:34.660Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-03T05:04:34.660Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-03T05:04:34.661Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f67f6b0-1e05-40a9-8724-094e98ca3428",
  "consumerID": "cds",
  "timestamp": 1672722235786,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103050246/1.0/artifacts/service-Vfw20230103050246-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T05:04:34.661Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-03T05:04:34.661Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-03T05:04:34.661Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f67f6b0-1e05-40a9-8724-094e98ca3428",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672722239786,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103050246/1.0/artifacts/service-Vfw20230103050246-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T05:04:34.662Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-03T05:04:34.662Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-03T05:04:34.662Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f67f6b0-1e05-40a9-8724-094e98ca3428",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672722237574,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103050246/1.0/artifacts/service-Vfw20230103050246-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T05:04:34.663Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-03T05:04:34.663Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-03T05:04:34.663Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f67f6b0-1e05-40a9-8724-094e98ca3428",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672722233881,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103050246/1.0/artifacts/service-Vfw20230103050246-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-03T05:04:34.663Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-03T05:04:34.664Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-03T05:04:34.664Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f67f6b0-1e05-40a9-8724-094e98ca3428",
  "consumerID": "cds",
  "timestamp": 1672722235786,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103050246/1.0/artifacts/service-Vfw20230103050246-csar.csar",
  "status": "NOTIFIED"
}
2023-01-03T05:04:34.664Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-03T05:04:34.664Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-03T05:04:34.665Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f67f6b0-1e05-40a9-8724-094e98ca3428",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672722239786,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103050246/1.0/artifacts/service-Vfw20230103050246-csar.csar",
  "status": "NOTIFIED"
}
2023-01-03T05:04:34.665Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-03T05:04:34.665Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-03T05:04:34.666Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f67f6b0-1e05-40a9-8724-094e98ca3428",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672722237574,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103050246/1.0/artifacts/service-Vfw20230103050246-csar.csar",
  "status": "NOTIFIED"
}
2023-01-03T05:04:34.666Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-03T05:04:34.666Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-03T05:04:34.666Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f67f6b0-1e05-40a9-8724-094e98ca3428",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672722250916,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103050246/1.0/resourceInstances/vfw98e77f984c890/artifacts/vfw98e77f984c890_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-03T05:04:34.667Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-03T05:04:34.667Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-03T05:04:34.667Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f67f6b0-1e05-40a9-8724-094e98ca3428",
  "consumerID": "cds",
  "timestamp": 1672722250214,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103050246/1.0/artifacts/service-Vfw20230103050246-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-03T05:04:34.668Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-03T05:04:34.668Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-03T05:04:34.668Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f67f6b0-1e05-40a9-8724-094e98ca3428",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672722250617,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103050246/1.0/artifacts/service-Vfw20230103050246-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-03T05:04:34.668Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-03T05:04:34.669Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-03T05:04:34.669Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f67f6b0-1e05-40a9-8724-094e98ca3428",
  "consumerID": "cds",
  "timestamp": 1672722251234,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103050246/1.0/artifacts/service-Vfw20230103050246-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
2023-01-03T05:04:34.738Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2023-01-03T05:04:34.742Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-03T05:04:34.743Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HLJgK1ymxXjBq8Wp) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-03T05:04:34.754Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:04:34.754Z||pool-3-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-03T05:04:34.887Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4f67f6b0-1e05-40a9-8724-094e98ca3428
2023-01-03T05:04:34.906Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4f67f6b0-1e05-40a9-8724-094e98ca3428 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-03T05:04:34.930Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-03T05:04:34.930Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f67f6b0-1e05-40a9-8724-094e98ca3428",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672722252125,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103050246/1.0/resourceInstances/vfw98e77f984c890/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-03T05:04:34.931Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-03T05:04:34.931Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-03T05:04:34.931Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f67f6b0-1e05-40a9-8724-094e98ca3428",
  "consumerID": "aai-ml",
  "timestamp": 1672722251337,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103050246/1.0/resourceInstances/vfw98e77f984c890/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T05:04:34.931Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-03T05:04:34.931Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-03T05:04:34.931Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f67f6b0-1e05-40a9-8724-094e98ca3428",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672722253253,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103050246/1.0/resourceInstances/vfw98e77f984c890/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2023-01-03T05:04:34.931Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-03T05:04:34.932Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-03T05:04:34.932Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f67f6b0-1e05-40a9-8724-094e98ca3428",
  "consumerID": "aai-ml",
  "timestamp": 1672722251337,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103050246/1.0/resourceInstances/vfw98e77f984c890/artifacts/vfw98e77f984c890_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-03T05:04:34.932Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-03T05:04:34.932Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-03T05:04:34.932Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f67f6b0-1e05-40a9-8724-094e98ca3428",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672722254382,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-03T05:04:34.945Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4f67f6b0-1e05-40a9-8724-094e98ca3428
2023-01-03T05:04:34.946Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4f67f6b0-1e05-40a9-8724-094e98ca3428 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-03T05:04:34.952Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-03T05:04:34.952Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f67f6b0-1e05-40a9-8724-094e98ca3428",
  "consumerID": "aai-ml",
  "timestamp": 1672722251337,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103050246/1.0/resourceInstances/vfw98e77f984c890/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T05:04:34.953Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-03T05:04:34.953Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-03T05:04:34.953Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f67f6b0-1e05-40a9-8724-094e98ca3428",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672722255388,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103050246/1.0/resourceInstances/vfw98e77f984c890/artifacts/vfw98e77f984c890_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-03T05:04:34.953Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-03T05:04:34.953Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-03T05:04:34.954Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f67f6b0-1e05-40a9-8724-094e98ca3428",
  "consumerID": "aai-ml",
  "timestamp": 1672722251337,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103050246/1.0/resourceInstances/vfw98e77f984c890/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T05:04:34.954Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-03T05:04:34.954Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-03T05:04:34.954Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f67f6b0-1e05-40a9-8724-094e98ca3428",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672722256209,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103050246/1.0/artifacts/service-Vfw20230103050246-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-03T05:04:34.954Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-03T05:04:34.955Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-03T05:04:34.955Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f67f6b0-1e05-40a9-8724-094e98ca3428",
  "consumerID": "aai-ml",
  "timestamp": 1672722251337,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103050246/1.0/resourceInstances/vfw98e77f984c890/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-01-03T05:04:34.955Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-03T05:04:34.955Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-03T05:04:34.955Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f67f6b0-1e05-40a9-8724-094e98ca3428",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672722257214,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-03T05:04:34.958Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4f67f6b0-1e05-40a9-8724-094e98ca3428
2023-01-03T05:04:34.959Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4f67f6b0-1e05-40a9-8724-094e98ca3428 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-03T05:04:34.966Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-03T05:04:34.966Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f67f6b0-1e05-40a9-8724-094e98ca3428",
  "consumerID": "aai-ml",
  "timestamp": 1672722251337,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103050246/1.0/artifacts/service-Vfw20230103050246-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T05:04:34.967Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-03T05:04:34.967Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-03T05:04:34.967Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f67f6b0-1e05-40a9-8724-094e98ca3428",
  "consumerID": "aai-ml",
  "timestamp": 1672722251337,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103050246/1.0/artifacts/service-Vfw20230103050246-csar.csar",
  "status": "NOTIFIED"
}
2023-01-03T05:04:34.967Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-03T05:04:34.967Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-03T05:04:34.967Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f67f6b0-1e05-40a9-8724-094e98ca3428",
  "consumerID": "aai-ml",
  "timestamp": 1672722259253,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103050246/1.0/artifacts/service-Vfw20230103050246-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-03T05:04:34.968Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-03T05:04:35.646Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-03T05:04:35.646Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-03T05:04:35.648Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-03T05:04:35.648Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "4f67f6b0-1e05-40a9-8724-094e98ca3428",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672722273971,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103050246/1.0/resourceInstances/vfw98e77f984c890/artifacts/vfw98e77f984c890_modules.json",
  "status": "NOTIFIED"
}
2023-01-03T05:04:35.749Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-03T05:04:35.750Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-03T05:04:35.751Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:04:35.761Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:04:35.763Z||pool-4-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-01-03T05:04:36.649Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-03T05:04:36.650Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-03T05:04:36.652Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-03T05:04:36.652Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "4f67f6b0-1e05-40a9-8724-094e98ca3428",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672722273971,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103050246/1.0/resourceInstances/vfw98e77f984c890/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-01-03T05:04:36.753Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-03T05:04:36.754Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-03T05:04:36.754Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:04:36.766Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:04:36.767Z||pool-5-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-01-03T05:04:37.653Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-03T05:04:37.654Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-03T05:04:37.657Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-03T05:04:37.657Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "4f67f6b0-1e05-40a9-8724-094e98ca3428",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672722273971,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103050246/1.0/resourceInstances/vfw98e77f984c890/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T05:04:37.757Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-03T05:04:37.758Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-03T05:04:37.759Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:04:37.769Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:04:37.770Z||pool-6-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2023-01-03T05:04:38.658Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-03T05:04:38.659Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-03T05:04:38.661Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-03T05:04:38.661Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "4f67f6b0-1e05-40a9-8724-094e98ca3428",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672722273971,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103050246/1.0/resourceInstances/vfw98e77f984c890/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-01-03T05:04:38.761Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-03T05:04:38.763Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-03T05:04:38.763Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:04:38.774Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:04:38.774Z||pool-7-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2023-01-03T05:04:39.661Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-03T05:04:39.662Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-03T05:04:39.665Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-03T05:04:39.665Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "4f67f6b0-1e05-40a9-8724-094e98ca3428",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672722273971,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103050246/1.0/artifacts/service-Vfw20230103050246-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T05:04:39.765Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-03T05:04:39.766Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-03T05:04:39.766Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:04:39.777Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:04:39.777Z||pool-8-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2023-01-03T05:04:40.665Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-03T05:04:40.666Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-03T05:04:40.668Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-03T05:04:40.669Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "4f67f6b0-1e05-40a9-8724-094e98ca3428",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672722273971,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103050246/1.0/artifacts/service-Vfw20230103050246-csar.csar",
  "status": "NOTIFIED"
}
2023-01-03T05:04:40.768Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-03T05:04:40.769Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-03T05:04:40.770Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:04:40.781Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:04:40.781Z||pool-9-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2023-01-03T05:04:41.671Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "4f67f6b0-1e05-40a9-8724-094e98ca3428",
  "serviceName": "vFW 2023-01-03 05-02-46",
  "serviceVersion": "1.0",
  "serviceUUID": "32289f96-1b9d-4664-92d3-e96d0dc6fdc1",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "dffa9b55-8bd5-4c75-836a-9620807283c0",
  "resources": [
    {
      "resourceInstanceName": "vFW 98e77f98-4c89 0",
      "resourceCustomizationUUID": "eb527eca-6f44-4acc-944c-542749047451",
      "resourceName": "vFW 98e77f98-4c89",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "27f7a83e-250c-40ca-8617-d9ac3cb70edc",
      "resourceInvariantUUID": "3bceaf53-83c8-4952-b904-2876ee342c16",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw98e77f984c890_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230103050246/1.0/resourceInstances/vfw98e77f984c890/artifacts/vfw98e77f984c890_modules.json",
          "artifactChecksum": "NWM4MzRmMzdlNjAyZDYzOTQwMjE1NGM5ZGQ5MTJiOTU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "0ea0a779-9863-4f92-abc1-6fc18ab5b90f",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230103050246/1.0/resourceInstances/vfw98e77f984c890/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "46471478-414b-4c1d-9367-78eadfb1819d",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230103050246/1.0/resourceInstances/vfw98e77f984c890/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "565a2b7e-d284-4848-8864-a26c305a6225",
            "generatedFromUUID": "46471478-414b-4c1d-9367-78eadfb1819d"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230103050246/1.0/resourceInstances/vfw98e77f984c890/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "565a2b7e-d284-4848-8864-a26c305a6225",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230103050246-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230103050246/1.0/artifacts/service-Vfw20230103050246-csar.csar",
      "artifactChecksum": "YTM5OTRmMjA5NWYwMzRkNTVhNTM5MWQ5OTA3NzhhNjE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0b03dcfe-81c7-443a-a9f5-33ee1ec587e0"
    }
  ],
  "workloadContext": "Production"
}
2023-01-03T05:04:41.672Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-03T05:04:41.672Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 32289f96-1b9d-4664-92d3-e96d0dc6fdc1 ASDC
2023-01-03T05:04:41.795Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:4f67f6b0-1e05-40a9-8724-094e98ca3428
ServiceName:vFW 2023-01-03 05-02-46
ServiceVersion:1.0
ServiceUUID:32289f96-1b9d-4664-92d3-e96d0dc6fdc1
ServiceInvariantUUID:dffa9b55-8bd5-4c75-836a-9620807283c0
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230103050246-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230103050246/1.0/artifacts/service-Vfw20230103050246-csar.csar
ArtifactUUID:0b03dcfe-81c7-443a-a9f5-33ee1ec587e0
ArtifactChecksum:YTM5OTRmMjA5NWYwMzRkNTVhNTM5MWQ5OTA3NzhhNjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 98e77f98-4c89 0
ResourceCustomizationUUID:eb527eca-6f44-4acc-944c-542749047451
ResourceInvariantUUID:3bceaf53-83c8-4952-b904-2876ee342c16
ResourceName:vFW 98e77f98-4c89
ResourceType:VF
ResourceUUID:27f7a83e-250c-40ca-8617-d9ac3cb70edc
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw98e77f984c890_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230103050246/1.0/resourceInstances/vfw98e77f984c890/artifacts/vfw98e77f984c890_modules.json
ArtifactUUID:0ea0a779-9863-4f92-abc1-6fc18ab5b90f
ArtifactChecksum:NWM4MzRmMzdlNjAyZDYzOTQwMjE1NGM5ZGQ5MTJiOTU=
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/Vfw20230103050246/1.0/resourceInstances/vfw98e77f984c890/artifacts/base_vfw.yaml
ArtifactUUID:46471478-414b-4c1d-9367-78eadfb1819d
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/Vfw20230103050246/1.0/resourceInstances/vfw98e77f984c890/artifacts/base_vfw.env
ArtifactUUID:565a2b7e-d284-4848-8864-a26c305a6225
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/Vfw20230103050246/1.0/resourceInstances/vfw98e77f984c890/artifacts/base_vfw.env
ArtifactUUID:565a2b7e-d284-4848-8864-a26c305a6225
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-01-03T05:04:41.795Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 32289f96-1b9d-4664-92d3-e96d0dc6fdc1 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-01-03T05:04:41.849Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-03T05:04:41.850Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-01-03T05:04:41.851Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-01-03T05:04:41.851Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 0b03dcfe-81c7-443a-a9f5-33ee1ec587e0 from URL: /sdc/v1/catalog/services/Vfw20230103050246/1.0/artifacts/service-Vfw20230103050246-csar.csar
2023-01-03T05:04:41.852Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-01-03T05:04:41.853Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230103050246/1.0/artifacts/service-Vfw20230103050246-csar.csar
2023-01-03T05:04:42.019Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-01-03T05:04:42.038Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230103050246/1.0/artifacts/service-Vfw20230103050246-csar.csar 0b03dcfe-81c7-443a-a9f5-33ee1ec587e0 100686
2023-01-03T05:04:42.040Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230103050246/1.0/artifacts/service-Vfw20230103050246-csar.csar ASDC sendASDCNotification
2023-01-03T05:04:42.040Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230103050246/1.0/artifacts/service-Vfw20230103050246-csar.csar
2023-01-03T05:04:42.042Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-03T05:04:42.044Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-03T05:04:42.046Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-03T05:04:42.046Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "4f67f6b0-1e05-40a9-8724-094e98ca3428",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672722282039,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103050246/1.0/artifacts/service-Vfw20230103050246-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-03T05:04:42.146Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-03T05:04:42.147Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-03T05:04:42.148Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:04:42.159Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:04:42.160Z||pool-10-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-01-03T05:04:43.047Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-03T05:04:43.049Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-01-03T05:04:43.050Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 0b03dcfe-81c7-443a-a9f5-33ee1ec587e0, URL: /sdc/v1/catalog/services/Vfw20230103050246/1.0/artifacts/service-Vfw20230103050246-csar.csar to file: /app/ASDC/1/service-Vfw20230103050246-csar.csar
2023-01-03T05:04:43.051Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230103050246-csar.csar
2023-01-03T05:04:43.169Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230103050246-csar.csar
2023-01-03T05:04:43.169Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230103050246-csar.csar
2023-01-03T05:04:43.888Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12092872484320352696/Definitions/service-Vfw20230103050246-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-01-03T05:04:46.644Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-03T05:04:46.651Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-01-03T05:04:46.651Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230103050246-csar.csar
2023-01-03T05:04:46.652Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-01-03T05:04:46.652Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230103050246-csar.csar
2023-01-03T05:04:46.652Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230103050246-csar.csar
2023-01-03T05:04:46.653Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230103050246-csar.csar
2023-01-03T05:04:46.653Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230103050246-csar.csar
2023-01-03T05:04:46.653Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230103050246-csar.csar
2023-01-03T05:04:46.654Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230103050246-csar.csar
2023-01-03T05:04:46.654Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230103050246-csar.csar
2023-01-03T05:04:46.654Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230103050246-csar.csar
2023-01-03T05:04:46.655Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230103050246-csar.csar
2023-01-03T05:04:46.655Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 98e77f98-4c89 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-Vfw20230103050246-csar.csar
2023-01-03T05:04:46.655Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230103050246-csar.csar
2023-01-03T05:04:46.656Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-01-03T05:04:46.663Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-03T05:04:46.665Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-03 05-02-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-03T05:04:46.670Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Node template vFW 98e77f98-4c89 0 is matching search criteria
2023-01-03T05:04:46.670Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-01-03T05:04:46.672Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 98e77f98-4c89 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-03T05:04:46.674Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-03T05:04:46.675Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-03 05-02-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-03T05:04:46.675Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Node template vFW 98e77f98-4c89 0 is matching search criteria
2023-01-03T05:04:46.675Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-01-03T05:04:46.676Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 98e77f98-4c89 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-03T05:04:46.676Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-03T05:04:46.677Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-03 05-02-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-03T05:04:46.681Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-03T05:04:46.681Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Node template vFW 98e77f98-4c89 0 is not matching search criteria
2023-01-03T05:04:46.681Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-03T05:04:46.682Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-03T05:04:46.682Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-03T05:04:46.683Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-03T05:04:46.683Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-03T05:04:46.683Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-03T05:04:46.684Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-03T05:04:46.684Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-03T05:04:46.684Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-03T05:04:46.685Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-03T05:04:46.685Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-03T05:04:46.685Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-03T05:04:46.686Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-03T05:04:46.686Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-03T05:04:46.686Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-03T05:04:46.687Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-01-03T05:04:46.687Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-03T05:04:46.687Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-03 05-02-46 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-03T05:04:46.689Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-03T05:04:46.689Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Node template vFW 98e77f98-4c89 0 is matching search criteria
2023-01-03T05:04:46.690Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 98e77f98-4c89 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-03T05:04:46.690Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-03T05:04:46.691Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Node template vFW 98e77f98-4c89 0 is matching search criteria
2023-01-03T05:04:46.691Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 98e77f98-4c89 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-03T05:04:46.691Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-03T05:04:46.692Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Node template vFW 98e77f98-4c89 0 is matching search criteria
2023-01-03T05:04:46.692Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 98e77f98-4c89 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-03T05:04:46.693Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-03T05:04:46.693Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Node template vFW 98e77f98-4c89 0 is not matching search criteria
2023-01-03T05:04:46.693Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-03T05:04:46.694Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-03T05:04:46.694Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-01-03T05:04:46.694Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-03T05:04:46.695Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-03T05:04:46.695Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-03T05:04:46.695Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-03T05:04:46.696Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-03T05:04:46.696Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-03T05:04:46.696Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-03T05:04:46.697Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-03T05:04:46.697Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d3677261-e632-4f56-951b-aa41b75499c6
2023-01-03T05:04:46.697Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-03T05:04:46.698Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Node template vFW 98e77f98-4c89 0 is not matching search criteria
2023-01-03T05:04:46.698Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-03T05:04:46.699Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-03T05:04:46.699Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-03T05:04:46.699Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-03T05:04:46.700Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-03T05:04:46.700Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-03T05:04:46.700Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-03T05:04:46.701Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-01-03T05:04:46.701Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-03T05:04:46.701Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-03T05:04:46.702Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-03T05:04:46.702Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-03T05:04:46.702Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=fdb5f7cc-2294-40fa-aba5-eee85084ebcf
2023-01-03T05:04:46.703Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-03T05:04:46.703Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Node template vFW 98e77f98-4c89 0 is not matching search criteria
2023-01-03T05:04:46.703Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-03T05:04:46.704Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-03T05:04:46.704Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-03T05:04:46.704Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-03T05:04:46.705Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-03T05:04:46.705Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-03T05:04:46.706Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-03T05:04:46.706Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-03T05:04:46.706Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-03T05:04:46.707Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-03T05:04:46.707Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-03T05:04:46.707Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-01-03T05:04:46.708Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=300f0a4f-0f90-4541-86e5-a214bf988b9a
2023-01-03T05:04:46.708Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-03T05:04:46.708Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-03 05-02-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-03T05:04:46.709Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-03T05:04:46.709Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-03 05-02-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-03T05:04:46.710Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-03T05:04:46.710Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-03 05-02-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-03T05:04:46.710Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-03T05:04:46.711Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-03 05-02-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-03T05:04:46.711Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-01-03 05-02-46
Description:catalog service description
Model UUID:32289f96-1b9d-4664-92d3-e96d0dc6fdc1
Model Version:NULL
Model InvariantUuid:dffa9b55-8bd5-4c75-836a-9620807283c0
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 98e77f98-4c89
Model UUID:ab933342-d933-4498-b8a2-7c0297eb7018
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3bceaf53-83c8-4952-b904-2876ee342c16
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:eb527eca-6f44-4acc-944c-542749047451
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:3520c1f1-3fb4-4db2-8287-dca0b4202b90
ModelName:Vfw98e77f984c89..base_vfw..module-0
ModelUuid:f23b095d-b3cf-40ac-9bf0-e9c8c184ebc7
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:d3677261-e632-4f56-951b-aa41b75499c6
ModelInvariantUuid:88c4b107-b682-4f1a-ba35-3cc6a9b57398
ModelName:vFW 98e77f98-4c89-nodes.vfwCvfc
ModelUuid:eedd5e0e-fa12-41c0-811e-f2e79265e247
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:cdea6557-c902-421e-b021-77ddfd52aabb
ModelInvariantUuid:e0668773-3857-498c-95b6-fc0d243f19f0
ModelName:Vfw98e77f984c89.compute.nodes.heat.vfw
ModelUuid:2357cf22-6df5-42c1-b479-19b6e7163951
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:fdb5f7cc-2294-40fa-aba5-eee85084ebcf
ModelInvariantUuid:c22859b2-af76-4515-9c9d-08471135631f
ModelName:vFW 98e77f98-4c89-nodes.vsnCvfc
ModelUuid:25654fdf-0fa7-4bc4-89c4-d92b90b4d3ce
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:e240ae33-c6eb-4ee6-b7d1-5397b312ab9e
ModelInvariantUuid:ddb0adad-d899-41be-b98c-7d5b7ed7349b
ModelName:Vfw98e77f984c89.compute.nodes.heat.vsn
ModelUuid:7acde7d8-4a98-4336-8dce-456cfda106b4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:300f0a4f-0f90-4541-86e5-a214bf988b9a
ModelInvariantUuid:c607c20a-069e-4a48-a2bf-134bb265c7af
ModelName:vFW 98e77f98-4c89-nodes.vpgCvfc
ModelUuid:d1c1040d-8624-4d9e-9333-e22f5974a33a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:4a43c50d-2244-476d-8163-c30e5bc74058
ModelInvariantUuid:9ba54d6a-71e6-41aa-af6f-95b909bcf751
ModelName:Vfw98e77f984c89.compute.nodes.heat.vpg
ModelUuid:371c6b73-514d-4ea6-aeed-a1cdab613f15
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-01-03T05:04:46.724Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 27f7a83e-250c-40ca-8617-d9ac3cb70edc
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-03T05:04:46.868Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||INFO|500||vFW 98e77f98-4c89 0
2023-01-03T05:04:46.875Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 27f7a83e-250c-40ca-8617-d9ac3cb70edc
2023-01-03T05:04:46.875Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 0ea0a779-9863-4f92-abc1-6fc18ab5b90f from URL: /sdc/v1/catalog/services/Vfw20230103050246/1.0/resourceInstances/vfw98e77f984c890/artifacts/vfw98e77f984c890_modules.json
2023-01-03T05:04:46.875Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-01-03T05:04:46.875Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230103050246/1.0/resourceInstances/vfw98e77f984c890/artifacts/vfw98e77f984c890_modules.json
2023-01-03T05:04:47.050Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-01-03T05:04:47.050Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230103050246/1.0/resourceInstances/vfw98e77f984c890/artifacts/vfw98e77f984c890_modules.json 0ea0a779-9863-4f92-abc1-6fc18ab5b90f 785
2023-01-03T05:04:47.050Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230103050246/1.0/resourceInstances/vfw98e77f984c890/artifacts/vfw98e77f984c890_modules.json ASDC sendASDCNotification
2023-01-03T05:04:47.051Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230103050246/1.0/resourceInstances/vfw98e77f984c890/artifacts/vfw98e77f984c890_modules.json
2023-01-03T05:04:47.051Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-03T05:04:47.051Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-03T05:04:47.053Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-03T05:04:47.054Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "4f67f6b0-1e05-40a9-8724-094e98ca3428",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672722287050,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103050246/1.0/resourceInstances/vfw98e77f984c890/artifacts/vfw98e77f984c890_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-03T05:04:47.155Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-01-03T05:04:47.156Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-03T05:04:47.156Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:04:47.168Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:04:47.168Z||pool-11-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-01-03T05:04:48.055Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw98e77f984c89..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "3520c1f1-3fb4-4db2-8287-dca0b4202b90",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f23b095d-b3cf-40ac-9bf0-e9c8c184ebc7",
    "vfModuleModelCustomizationUUID": "78237800-8600-4c10-ab73-444426e56598",
    "isBase": true,
    "artifacts": [
      "46471478-414b-4c1d-9367-78eadfb1819d",
      "565a2b7e-d284-4848-8864-a26c305a6225"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-01-03T05:04:48.068Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw98e77f984c89..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f23b095d-b3cf-40ac-9bf0-e9c8c184ebc7
VfModuleModelInvariantUUID:3520c1f1-3fb4-4db2-8287-dca0b4202b90
VfModuleModelDescription:NULL
Artifacts UUID List:{
46471478-414b-4c1d-9367-78eadfb1819d
,
565a2b7e-d284-4848-8864-a26c305a6225

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_vfw
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2023-01-03T05:04:48.071Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw98e77f984c89..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "3520c1f1-3fb4-4db2-8287-dca0b4202b90",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f23b095d-b3cf-40ac-9bf0-e9c8c184ebc7",
    "vfModuleModelCustomizationUUID": "78237800-8600-4c10-ab73-444426e56598",
    "isBase": true,
    "artifacts": [
      "46471478-414b-4c1d-9367-78eadfb1819d",
      "565a2b7e-d284-4848-8864-a26c305a6225"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-01-03T05:04:48.071Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw98e77f984c89..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f23b095d-b3cf-40ac-9bf0-e9c8c184ebc7
VfModuleModelInvariantUUID:3520c1f1-3fb4-4db2-8287-dca0b4202b90
VfModuleModelDescription:NULL
Artifacts UUID List:{
46471478-414b-4c1d-9367-78eadfb1819d
,
565a2b7e-d284-4848-8864-a26c305a6225

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_vfw
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2023-01-03T05:04:48.071Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 46471478-414b-4c1d-9367-78eadfb1819d from URL: /sdc/v1/catalog/services/Vfw20230103050246/1.0/resourceInstances/vfw98e77f984c890/artifacts/base_vfw.yaml
2023-01-03T05:04:48.071Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-01-03T05:04:48.072Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230103050246/1.0/resourceInstances/vfw98e77f984c890/artifacts/base_vfw.yaml
2023-01-03T05:04:48.263Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-01-03T05:04:48.264Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230103050246/1.0/resourceInstances/vfw98e77f984c890/artifacts/base_vfw.yaml 46471478-414b-4c1d-9367-78eadfb1819d 20368
2023-01-03T05:04:48.265Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230103050246/1.0/resourceInstances/vfw98e77f984c890/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-01-03T05:04:48.265Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230103050246/1.0/resourceInstances/vfw98e77f984c890/artifacts/base_vfw.yaml
2023-01-03T05:04:48.265Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-03T05:04:48.265Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-03T05:04:48.268Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-03T05:04:48.268Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "4f67f6b0-1e05-40a9-8724-094e98ca3428",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672722288265,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103050246/1.0/resourceInstances/vfw98e77f984c890/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-03T05:04:48.368Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-03T05:04:48.369Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-03T05:04:48.369Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:04:48.378Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:04:48.378Z||pool-12-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2023-01-03T05:04:49.269Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 565a2b7e-d284-4848-8864-a26c305a6225 from URL: /sdc/v1/catalog/services/Vfw20230103050246/1.0/resourceInstances/vfw98e77f984c890/artifacts/base_vfw.env
2023-01-03T05:04:49.270Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-01-03T05:04:49.270Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230103050246/1.0/resourceInstances/vfw98e77f984c890/artifacts/base_vfw.env
2023-01-03T05:04:49.365Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-01-03T05:04:49.365Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230103050246/1.0/resourceInstances/vfw98e77f984c890/artifacts/base_vfw.env 565a2b7e-d284-4848-8864-a26c305a6225 2098
2023-01-03T05:04:49.366Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230103050246/1.0/resourceInstances/vfw98e77f984c890/artifacts/base_vfw.env ASDC sendASDCNotification
2023-01-03T05:04:49.366Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230103050246/1.0/resourceInstances/vfw98e77f984c890/artifacts/base_vfw.env
2023-01-03T05:04:49.366Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-03T05:04:49.366Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-03T05:04:49.368Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-03T05:04:49.369Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "4f67f6b0-1e05-40a9-8724-094e98ca3428",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672722289366,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103050246/1.0/resourceInstances/vfw98e77f984c890/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2023-01-03T05:04:49.469Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-03T05:04:49.470Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-03T05:04:49.470Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:04:49.480Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:04:49.481Z||pool-13-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2023-01-03T05:04:50.369Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 32289f96-1b9d-4664-92d3-e96d0dc6fdc1
2023-01-03T05:04:50.370Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 98e77f98-4c89 0 27f7a83e-250c-40ca-8617-d9ac3cb70edc ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-03T05:04:50.412Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@21053d0, org.onap.sdc.toscaparser.api.parameters.Input@39b80481, org.onap.sdc.toscaparser.api.parameters.Input@1718bad5, org.onap.sdc.toscaparser.api.parameters.Input@844c407, org.onap.sdc.toscaparser.api.parameters.Input@84a880c]
2023-01-03T05:04:50.416Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-03T05:04:50.416Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-03 05-02-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-03T05:04:50.416Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2023-01-03T05:04:50.417Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= eb527eca-6f44-4acc-944c-542749047451
2023-01-03T05:04:50.417Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: eb527eca-6f44-4acc-944c-542749047451 matches Tosca VF Customization UUID: eb527eca-6f44-4acc-944c-542749047451
2023-01-03T05:04:50.417Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: eb527eca-6f44-4acc-944c-542749047451  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2023-01-03T05:04:50.426Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-03T05:04:50.427Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-03 05-02-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-03T05:04:50.429Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id eb527eca-6f44-4acc-944c-542749047451: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-01-03T05:04:50.429Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@b15af50
2023-01-03T05:04:50.429Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-03T05:04:50.430Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-03 05-02-46 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-03T05:04:50.431Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 78237800-8600-4c10-ab73-444426e56598
2023-01-03T05:04:50.432Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 78237800-8600-4c10-ab73-444426e56598
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2023-01-03T05:04:50.440Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-03T05:04:50.440Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Node template vFW 98e77f98-4c89 0 is matching search criteria
2023-01-03T05:04:50.440Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 98e77f98-4c89 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-03T05:04:50.441Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-03T05:04:50.441Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Node template vFW 98e77f98-4c89 0 is matching search criteria
2023-01-03T05:04:50.442Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 98e77f98-4c89 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-03T05:04:50.442Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-03T05:04:50.442Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Node template vFW 98e77f98-4c89 0 is not matching search criteria
2023-01-03T05:04:50.442Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-03T05:04:50.442Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-03T05:04:50.443Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-01-03T05:04:50.443Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-03T05:04:50.443Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-03T05:04:50.443Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-03T05:04:50.443Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-03T05:04:50.443Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-03T05:04:50.444Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-03T05:04:50.444Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-03T05:04:50.444Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-03T05:04:50.444Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d3677261-e632-4f56-951b-aa41b75499c6
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-01-03T05:04:50.461Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-03T05:04:50.461Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Node template vFW 98e77f98-4c89 0 is matching search criteria
2023-01-03T05:04:50.462Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 98e77f98-4c89 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-03T05:04:50.462Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-03T05:04:50.462Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Node template vFW 98e77f98-4c89 0 is not matching search criteria
2023-01-03T05:04:50.462Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-03T05:04:50.463Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-03T05:04:50.463Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-03T05:04:50.463Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-03T05:04:50.463Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-03T05:04:50.463Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-03T05:04:50.464Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-03T05:04:50.464Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-01-03T05:04:50.464Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-03T05:04:50.464Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-03T05:04:50.464Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-03T05:04:50.464Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-03T05:04:50.465Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=fdb5f7cc-2294-40fa-aba5-eee85084ebcf
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-01-03T05:04:50.466Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-03T05:04:50.467Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Node template vFW 98e77f98-4c89 0 is matching search criteria
2023-01-03T05:04:50.467Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 98e77f98-4c89 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-03T05:04:50.469Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-03T05:04:50.470Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Node template vFW 98e77f98-4c89 0 is not matching search criteria
2023-01-03T05:04:50.470Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-03T05:04:50.470Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-03T05:04:50.470Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-03T05:04:50.470Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-03T05:04:50.470Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-03T05:04:50.471Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-03T05:04:50.471Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-03T05:04:50.471Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-03T05:04:50.471Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-03T05:04:50.471Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-03T05:04:50.472Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-03T05:04:50.472Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-01-03T05:04:50.472Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=300f0a4f-0f90-4541-86e5-a214bf988b9a
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-01-03T05:04:50.474Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-03T05:04:50.474Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Node template vFW 98e77f98-4c89 0 is matching search criteria
2023-01-03T05:04:50.474Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 98e77f98-4c89 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-03T05:04:50.475Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-03T05:04:50.475Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Node template vFW 98e77f98-4c89 0 is matching search criteria
2023-01-03T05:04:50.475Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 98e77f98-4c89 0] matching following query criteria: sdcType=VF, customizationUUID=eb527eca-6f44-4acc-944c-542749047451
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-03T05:04:50.476Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-03T05:04:50.477Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-03 05-02-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-03T05:04:50.477Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 32289f96-1b9d-4664-92d3-e96d0dc6fdc1: vFW 98e77f98-4c89
2023-01-03T05:04:50.477Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-03T05:04:50.477Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-03 05-02-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-03T05:04:50.478Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-03T05:04:50.478Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-03 05-02-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-03T05:04:50.478Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-03T05:04:50.478Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-03 05-02-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-03T05:04:50.478Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-03T05:04:50.479Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-03 05-02-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-03T05:04:50.479Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-03T05:04:50.479Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-03 05-02-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-03T05:04:50.479Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2023-01-03 05-02-46 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-03T05:04:50.697Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 98e77f98-4c89 27f7a83e-250c-40ca-8617-d9ac3cb70edc 1 ASDC deployResourceStructure
2023-01-03T05:04:50.698Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230103050246/1.0/resourceInstances/vfw98e77f984c890/artifacts/vfw98e77f984c890_modules.json ASDC sendASDCNotification
2023-01-03T05:04:50.698Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230103050246/1.0/resourceInstances/vfw98e77f984c890/artifacts/vfw98e77f984c890_modules.json
2023-01-03T05:04:50.698Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-03T05:04:50.698Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-03T05:04:50.700Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-03T05:04:50.700Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "4f67f6b0-1e05-40a9-8724-094e98ca3428",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672722290698,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103050246/1.0/resourceInstances/vfw98e77f984c890/artifacts/vfw98e77f984c890_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-03T05:04:50.800Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-03T05:04:50.801Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-03T05:04:50.802Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:04:50.810Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:04:50.811Z||pool-14-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2023-01-03T05:04:51.702Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230103050246/1.0/resourceInstances/vfw98e77f984c890/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-01-03T05:04:51.702Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230103050246/1.0/resourceInstances/vfw98e77f984c890/artifacts/base_vfw.yaml
2023-01-03T05:04:51.703Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-03T05:04:51.703Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-03T05:04:51.705Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-03T05:04:51.705Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "4f67f6b0-1e05-40a9-8724-094e98ca3428",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672722291702,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103050246/1.0/resourceInstances/vfw98e77f984c890/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2023-01-03T05:04:51.805Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-03T05:04:51.807Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-03T05:04:51.807Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:04:51.816Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:04:51.817Z||pool-15-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2023-01-03T05:04:52.706Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230103050246/1.0/resourceInstances/vfw98e77f984c890/artifacts/base_vfw.env ASDC sendASDCNotification
2023-01-03T05:04:52.706Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230103050246/1.0/resourceInstances/vfw98e77f984c890/artifacts/base_vfw.env
2023-01-03T05:04:52.706Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-03T05:04:52.707Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-03T05:04:52.709Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-03T05:04:52.709Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "4f67f6b0-1e05-40a9-8724-094e98ca3428",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672722292706,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103050246/1.0/resourceInstances/vfw98e77f984c890/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2023-01-03T05:04:52.809Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-03T05:04:52.810Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-03T05:04:52.810Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:04:52.822Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:04:52.822Z||pool-16-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-01-03T05:04:53.710Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230103050246/1.0/artifacts/service-Vfw20230103050246-csar.csar ASDC sendASDCNotification
2023-01-03T05:04:53.711Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230103050246/1.0/artifacts/service-Vfw20230103050246-csar.csar
2023-01-03T05:04:53.711Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-03T05:04:53.711Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-03T05:04:53.714Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-03T05:04:53.714Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "4f67f6b0-1e05-40a9-8724-094e98ca3428",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672722293710,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103050246/1.0/artifacts/service-Vfw20230103050246-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-03T05:04:53.814Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-03T05:04:53.815Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-03T05:04:53.815Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:04:53.826Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:04:53.826Z||pool-17-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2023-01-03T05:04:54.715Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f67f6b0-1e05-40a9-8724-094e98ca3428
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-03T05:04:54.731Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f67f6b0-1e05-40a9-8724-094e98ca3428
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-03T05:04:54.733Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-03T05:04:54.733Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-03T05:04:54.734Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-03T05:05:24.734Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f67f6b0-1e05-40a9-8724-094e98ca3428
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-03T05:05:24.746Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f67f6b0-1e05-40a9-8724-094e98ca3428
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-03T05:05:24.749Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-03T05:05:24.749Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-03T05:05:24.749Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-03T05:05:33.975Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:05:33.977Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T05:05:33.977Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:05:34.116Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:05:34.117Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-03T05:05:34.117Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f67f6b0-1e05-40a9-8724-094e98ca3428",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672722273971,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103050246/1.0/resourceInstances/vfw98e77f984c890/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T05:05:34.118Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-03T05:05:54.750Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f67f6b0-1e05-40a9-8724-094e98ca3428
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-03T05:05:54.761Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f67f6b0-1e05-40a9-8724-094e98ca3428
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-03T05:05:54.763Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-03T05:05:54.763Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-03T05:05:54.764Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-03T05:06:24.764Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f67f6b0-1e05-40a9-8724-094e98ca3428
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-03T05:06:24.777Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f67f6b0-1e05-40a9-8724-094e98ca3428
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-03T05:06:24.780Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-03T05:06:24.780Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-03T05:06:24.780Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-03T05:06:33.975Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:06:33.976Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T05:06:33.976Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:06:34.526Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:06:34.528Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-03T05:06:34.528Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f67f6b0-1e05-40a9-8724-094e98ca3428",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672722273971,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103050246/1.0/resourceInstances/vfw98e77f984c890/artifacts/vfw98e77f984c890_modules.json",
  "status": "NOTIFIED"
}
2023-01-03T05:06:34.529Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-03T05:06:34.529Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-03T05:06:34.529Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f67f6b0-1e05-40a9-8724-094e98ca3428",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672722273971,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103050246/1.0/resourceInstances/vfw98e77f984c890/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-01-03T05:06:34.529Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-03T05:06:34.530Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-03T05:06:34.530Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f67f6b0-1e05-40a9-8724-094e98ca3428",
  "consumerID": "aai-ml",
  "timestamp": 1672722277014,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103050246/1.0/artifacts/service-Vfw20230103050246-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-03T05:06:34.530Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-03T05:06:34.530Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-03T05:06:34.530Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f67f6b0-1e05-40a9-8724-094e98ca3428",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672722273971,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103050246/1.0/resourceInstances/vfw98e77f984c890/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T05:06:34.530Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-03T05:06:34.530Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-03T05:06:34.531Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f67f6b0-1e05-40a9-8724-094e98ca3428",
  "consumerID": "aai-ml",
  "timestamp": 1672722278021,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-03T05:06:34.537Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4f67f6b0-1e05-40a9-8724-094e98ca3428
2023-01-03T05:06:34.537Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4f67f6b0-1e05-40a9-8724-094e98ca3428 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-03T05:06:34.547Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-03T05:06:34.547Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f67f6b0-1e05-40a9-8724-094e98ca3428",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672722273971,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103050246/1.0/resourceInstances/vfw98e77f984c890/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-01-03T05:06:34.547Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-03T05:06:34.547Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-03T05:06:34.547Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f67f6b0-1e05-40a9-8724-094e98ca3428",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672722273971,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103050246/1.0/artifacts/service-Vfw20230103050246-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T05:06:34.548Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-03T05:06:34.548Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-03T05:06:34.548Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f67f6b0-1e05-40a9-8724-094e98ca3428",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672722273971,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103050246/1.0/artifacts/service-Vfw20230103050246-csar.csar",
  "status": "NOTIFIED"
}
2023-01-03T05:06:34.548Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-03T05:06:34.548Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-03T05:06:34.548Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f67f6b0-1e05-40a9-8724-094e98ca3428",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672722282039,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103050246/1.0/artifacts/service-Vfw20230103050246-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-03T05:06:34.548Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-03T05:06:34.548Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-03T05:06:34.549Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f67f6b0-1e05-40a9-8724-094e98ca3428",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672722287050,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103050246/1.0/resourceInstances/vfw98e77f984c890/artifacts/vfw98e77f984c890_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-03T05:06:34.549Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-03T05:06:34.549Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-03T05:06:34.549Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f67f6b0-1e05-40a9-8724-094e98ca3428",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672722288265,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103050246/1.0/resourceInstances/vfw98e77f984c890/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-03T05:06:34.549Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-03T05:06:34.549Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-03T05:06:34.549Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f67f6b0-1e05-40a9-8724-094e98ca3428",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672722289366,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103050246/1.0/resourceInstances/vfw98e77f984c890/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2023-01-03T05:06:34.550Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-03T05:06:34.550Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-03T05:06:34.550Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f67f6b0-1e05-40a9-8724-094e98ca3428",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672722290698,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103050246/1.0/resourceInstances/vfw98e77f984c890/artifacts/vfw98e77f984c890_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-03T05:06:34.550Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-03T05:06:34.550Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-03T05:06:34.550Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f67f6b0-1e05-40a9-8724-094e98ca3428",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672722291702,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103050246/1.0/resourceInstances/vfw98e77f984c890/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2023-01-03T05:06:34.551Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-03T05:06:34.551Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-03T05:06:34.552Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f67f6b0-1e05-40a9-8724-094e98ca3428",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672722292706,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103050246/1.0/resourceInstances/vfw98e77f984c890/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2023-01-03T05:06:34.552Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-03T05:06:34.552Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-03T05:06:34.552Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f67f6b0-1e05-40a9-8724-094e98ca3428",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672722293710,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103050246/1.0/artifacts/service-Vfw20230103050246-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-03T05:06:34.552Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-03T05:06:54.781Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f67f6b0-1e05-40a9-8724-094e98ca3428
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-03T05:06:54.793Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f67f6b0-1e05-40a9-8724-094e98ca3428
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-03T05:06:54.796Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-03T05:06:54.796Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-03T05:06:54.796Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-03T05:06:54.796Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-03T05:06:54.796Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-03T05:06:54.797Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-03T05:06:54.797Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-03T05:06:54.797Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-03T05:06:54.797Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-03T05:06:54.797Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-03T05:06:54.800Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-03T05:07:24.800Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4f67f6b0-1e05-40a9-8724-094e98ca3428 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-01-03T05:07:24.812Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4f67f6b0-1e05-40a9-8724-094e98ca3428 and serviceModelVersionId: 32289f96-1b9d-4664-92d3-e96d0dc6fdc1
2023-01-03T05:07:24.813Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : dffa9b55-8bd5-4c75-836a-9620807283c0
2023-01-03T05:07:33.975Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:07:33.976Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T05:07:33.977Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:07:40.812Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/dffa9b55-8bd5-4c75-836a-9620807283c0/model-vers/model-ver/32289f96-1b9d-4664-92d3-e96d0dc6fdc1?depth=0
2023-01-03T05:07:40.926Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-01-03T05:07:41.466Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dffa9b55-8bd5-4c75-836a-9620807283c0/model-vers/model-ver/32289f96-1b9d-4664-92d3-e96d0dc6fdc1?depth=0|INFO|500||Invoke
2023-01-03T05:07:41.474Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dffa9b55-8bd5-4c75-836a-9620807283c0/model-vers/model-ver/32289f96-1b9d-4664-92d3-e96d0dc6fdc1?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dffa9b55-8bd5-4c75-836a-9620807283c0/model-vers/model-ver/32289f96-1b9d-4664-92d3-e96d0dc6fdc1?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4f67f6b0-1e05-40a9-8724-094e98ca3428], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[59f458ad-ca2f-4b01-9897-15add634f095], X-ECOMP-RequestID=[4f67f6b0-1e05-40a9-8724-094e98ca3428], X-TransactionId=[], X-ONAP-RequestID=[4f67f6b0-1e05-40a9-8724-094e98ca3428], Content-Type=[application/merge-patch+json]}
2023-01-03T05:07:41.589Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dffa9b55-8bd5-4c75-836a-9620807283c0/model-vers/model-ver/32289f96-1b9d-4664-92d3-e96d0dc6fdc1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-01-03T05:07:41.910Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dffa9b55-8bd5-4c75-836a-9620807283c0/model-vers/model-ver/32289f96-1b9d-4664-92d3-e96d0dc6fdc1?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/dffa9b55-8bd5-4c75-836a-9620807283c0/model-vers/model-ver/32289f96-1b9d-4664-92d3-e96d0dc6fdc1?depth=0 has http status code:200 and response headers:{date=[Tue, 03 Jan 2023 05:07:41 GMT], content-length=[0], vertex-id=[192704], x-aai-txid=[1-aai-resources-230103-05:07:41:958-53643], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-03T05:07:41.912Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dffa9b55-8bd5-4c75-836a-9620807283c0/model-vers/model-ver/32289f96-1b9d-4664-92d3-e96d0dc6fdc1?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-01-03T05:07:41.913Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dffa9b55-8bd5-4c75-836a-9620807283c0/model-vers/model-ver/32289f96-1b9d-4664-92d3-e96d0dc6fdc1?depth=0|INFO|500||InvokeReturn
2023-01-03T05:07:41.917Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-03T05:07:41.917Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-03T05:07:41.923Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-01-03T05:07:41.924Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4f67f6b0-1e05-40a9-8724-094e98ca3428 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-03T05:07:41.925Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-03T05:07:41.926Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-03T05:07:41.928Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-03T05:07:41.928Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "4f67f6b0-1e05-40a9-8724-094e98ca3428",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672722461924,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-03T05:07:42.028Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-03T05:07:42.030Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-03T05:07:42.030Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:07:42.039Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:07:42.040Z||pool-18-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2023-01-03T05:07:42.655Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:07:42.656Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-03T05:07:42.656Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f67f6b0-1e05-40a9-8724-094e98ca3428",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672722461924,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-03T05:07:42.658Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-01-03T05:07:42.938Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:07:42.939Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T05:07:42.939Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:07:53.277Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:07:53.278Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:07:53.279Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T05:07:53.279Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:08:02.827Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:08:02.828Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:08:02.828Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T05:08:02.829Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:08:12.379Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:08:33.971Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:08:33.973Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T05:08:33.973Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:08:33.975Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:08:33.975Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T05:08:33.975Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:08:43.520Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:08:43.539Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:09:33.971Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:09:33.973Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T05:09:33.974Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:09:33.975Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:09:33.975Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T05:09:33.975Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:09:43.547Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:09:43.547Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:10:33.971Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:10:33.973Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T05:10:33.973Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:10:33.975Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:10:33.975Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T05:10:33.975Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:10:43.537Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:10:43.583Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:11:33.971Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:11:33.972Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T05:11:33.972Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:11:33.974Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:11:33.975Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T05:11:33.976Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:11:43.513Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:11:43.520Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:12:33.971Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:12:33.972Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T05:12:33.973Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:12:33.974Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:12:33.975Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T05:12:33.975Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:12:43.517Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:12:43.526Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:13:33.971Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:13:33.972Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T05:13:33.973Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:13:33.974Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:13:33.975Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T05:13:33.975Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:13:43.513Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:13:43.515Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:14:33.971Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:14:33.972Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T05:14:33.972Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:14:33.974Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:14:33.975Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T05:14:33.975Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:14:43.530Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:14:43.530Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:15:33.971Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:15:33.972Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T05:15:33.972Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:15:33.974Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:15:33.975Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T05:15:33.975Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:15:43.518Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:15:43.521Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:16:33.971Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:16:33.972Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T05:16:33.973Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:16:33.974Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:16:33.975Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T05:16:33.975Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:16:43.519Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:16:43.525Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:17:33.971Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:17:33.972Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T05:17:33.972Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:17:33.974Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:17:33.975Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T05:17:33.975Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:17:43.512Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:17:43.518Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:18:33.972Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:18:33.973Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T05:18:33.973Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:18:33.974Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:18:33.975Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T05:18:33.975Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:18:43.516Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:18:43.519Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:19:33.971Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:19:33.973Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T05:19:33.973Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:19:33.975Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:19:33.976Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T05:19:33.976Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:19:43.515Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:19:43.523Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:20:33.974Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:20:33.976Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T05:20:33.976Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:20:33.971Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:20:33.979Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T05:20:33.979Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:20:34.607Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:20:34.607Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:20:34.608Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-03T05:20:34.608Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"c437736f-0a4e-40b9-b94c-53b4dcb62f44","serviceName":"Demo_pNF_8tuhzsq0WYeeKEvngJty","serviceVersion":"1.0","serviceUUID":"50e3e9b4-d914-4639-bd3c-f0cb9e0c52b4","serviceDescription":"catalog service description","serviceInvariantUUID":"a7885437-1c07-4b20-831a-84bdc50518a6","resources":[{"resourceInstanceName":"pNF 02980280-a00f 0","resourceName":"pNF 02980280-a00f","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"2905ed05-3329-40e6-872e-1b718b218343","resourceInvariantUUID":"938a5b8b-9bc8-41b8-b440-1397ddb4b0c2","resourceCustomizationUUID":"f59fb5cf-637f-4a61-9592-964d1e731940","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf8tuhzsq0wyeekevngjty/1.0/resourceInstances/pnf02980280a00f0/artifacts/vf-license-model.xml","artifactChecksum":"NzQ5ZjYzZGQ3NDE1ZTQ1OTQ2OWFmNTViYWRmMzc4M2U\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"cf9fcecc-3788-435b-a048-158973645ed3","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf8tuhzsq0wyeekevngjty/1.0/resourceInstances/pnf02980280a00f0/artifacts/pNF.csar","artifactChecksum":"OGY1NDQ3ZGEyZjBhNDYwMWViODUyYzQ5ZWQ3YWUxZWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d046929b-6e8f-4d94-a29a-d14d5489306d","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf8tuhzsq0wyeekevngjty/1.0/resourceInstances/pnf02980280a00f0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a0146393-3818-4a4a-8cd8-921bef757823","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf8tuhzsq0wyeekevngjty/1.0/resourceInstances/pnf02980280a00f0/artifacts/vendor-license-model.xml","artifactChecksum":"MjMxMDg5OGU5ZjBmYTFkNGMwMjk0MGYwYmMyODczN2M\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ccb8ab60-f9f2-4c03-bbae-1d7c4e8b4056","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf8tuhzsq0wyeekevngjty/1.0/resourceInstances/pnf02980280a00f0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ee3ead4b-4b5a-471f-82a1-92f06eb1fefa","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf8tuhzsq0wyeekevngjty/1.0/resourceInstances/pnf02980280a00f0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"148f7a2a-f22e-490d-bddf-de6138b5d69c","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf8tuhzsq0wyeekevngjty-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf8tuhzsq0wyeekevngjty/1.0/artifacts/service-DemoPnf8tuhzsq0wyeekevngjty-template.yml","artifactChecksum":"MjYxZDJiYjE2YTJmNzNhODY0ZDdiMTlhY2VkOGJlMDU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7cb2242d-d31d-4336-938b-9b9a6ff99bd1","artifactVersion":"1"},{"artifactName":"service-DemoPnf8tuhzsq0wyeekevngjty-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf8tuhzsq0wyeekevngjty/1.0/artifacts/service-DemoPnf8tuhzsq0wyeekevngjty-csar.csar","artifactChecksum":"N2Y5ZmYwN2NhNTI3NmFmZjU5NzkwM2VhMWYxNTVkYzM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3e4e8d58-0c5a-4b67-920d-e3c5019dd69d","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-03T05:20:34.610Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-03T05:20:34.610Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c437736f-0a4e-40b9-b94c-53b4dcb62f44",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672723193881,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuhzsq0wyeekevngjty/1.0/resourceInstances/pnf02980280a00f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T05:20:34.612Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-03T05:20:34.612Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-03T05:20:34.612Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c437736f-0a4e-40b9-b94c-53b4dcb62f44",
  "consumerID": "cds",
  "timestamp": 1672723195786,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuhzsq0wyeekevngjty/1.0/resourceInstances/pnf02980280a00f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T05:20:34.613Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-03T05:20:34.613Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-03T05:20:34.612Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-03T05:20:34.615Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-03T05:20:34.615Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c437736f-0a4e-40b9-b94c-53b4dcb62f44",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672723193881,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuhzsq0wyeekevngjty/1.0/resourceInstances/pnf02980280a00f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-03T05:20:34.618Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-03T05:20:34.618Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-03T05:20:34.619Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c437736f-0a4e-40b9-b94c-53b4dcb62f44",
  "consumerID": "cds",
  "timestamp": 1672723195786,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuhzsq0wyeekevngjty/1.0/resourceInstances/pnf02980280a00f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-03T05:20:34.619Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-03T05:20:34.619Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c437736f-0a4e-40b9-b94c-53b4dcb62f44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672723233971,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuhzsq0wyeekevngjty/1.0/resourceInstances/pnf02980280a00f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T05:20:34.620Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-03T05:20:34.620Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-03T05:20:34.620Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c437736f-0a4e-40b9-b94c-53b4dcb62f44",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672723197574,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuhzsq0wyeekevngjty/1.0/resourceInstances/pnf02980280a00f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T05:20:34.620Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-03T05:20:34.620Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-03T05:20:34.620Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c437736f-0a4e-40b9-b94c-53b4dcb62f44",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672723193881,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuhzsq0wyeekevngjty/1.0/resourceInstances/pnf02980280a00f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-03T05:20:34.621Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-03T05:20:34.621Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-03T05:20:34.621Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c437736f-0a4e-40b9-b94c-53b4dcb62f44",
  "consumerID": "cds",
  "timestamp": 1672723195786,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuhzsq0wyeekevngjty/1.0/resourceInstances/pnf02980280a00f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-03T05:20:34.622Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-03T05:20:34.622Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-03T05:20:34.622Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c437736f-0a4e-40b9-b94c-53b4dcb62f44",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672723197574,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuhzsq0wyeekevngjty/1.0/resourceInstances/pnf02980280a00f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-03T05:20:34.622Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-03T05:20:34.622Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-03T05:20:34.623Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c437736f-0a4e-40b9-b94c-53b4dcb62f44",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672723193881,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuhzsq0wyeekevngjty/1.0/resourceInstances/pnf02980280a00f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T05:20:34.623Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-03T05:20:34.623Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-03T05:20:34.623Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c437736f-0a4e-40b9-b94c-53b4dcb62f44",
  "consumerID": "cds",
  "timestamp": 1672723195786,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuhzsq0wyeekevngjty/1.0/resourceInstances/pnf02980280a00f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T05:20:34.623Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-03T05:20:34.623Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-03T05:20:34.624Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c437736f-0a4e-40b9-b94c-53b4dcb62f44",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672723197574,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuhzsq0wyeekevngjty/1.0/resourceInstances/pnf02980280a00f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-03T05:20:34.624Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-03T05:20:34.624Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-03T05:20:34.624Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c437736f-0a4e-40b9-b94c-53b4dcb62f44",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672723199786,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuhzsq0wyeekevngjty/1.0/resourceInstances/pnf02980280a00f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T05:20:34.624Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-03T05:20:34.625Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-03T05:20:34.625Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c437736f-0a4e-40b9-b94c-53b4dcb62f44",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672723193881,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuhzsq0wyeekevngjty/1.0/resourceInstances/pnf02980280a00f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T05:20:34.625Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-03T05:20:34.625Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-03T05:20:34.625Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c437736f-0a4e-40b9-b94c-53b4dcb62f44",
  "consumerID": "cds",
  "timestamp": 1672723195786,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuhzsq0wyeekevngjty/1.0/resourceInstances/pnf02980280a00f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T05:20:34.626Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-03T05:20:34.626Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-03T05:20:34.626Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c437736f-0a4e-40b9-b94c-53b4dcb62f44",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672723197574,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuhzsq0wyeekevngjty/1.0/resourceInstances/pnf02980280a00f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T05:20:34.626Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-03T05:20:34.627Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-03T05:20:34.627Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c437736f-0a4e-40b9-b94c-53b4dcb62f44",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672723193881,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuhzsq0wyeekevngjty/1.0/resourceInstances/pnf02980280a00f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2023-01-03T05:20:34.627Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-03T05:20:34.627Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-03T05:20:34.627Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c437736f-0a4e-40b9-b94c-53b4dcb62f44",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672723199786,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuhzsq0wyeekevngjty/1.0/resourceInstances/pnf02980280a00f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-03T05:20:34.628Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-03T05:20:34.628Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-03T05:20:34.628Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c437736f-0a4e-40b9-b94c-53b4dcb62f44",
  "consumerID": "cds",
  "timestamp": 1672723195786,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuhzsq0wyeekevngjty/1.0/resourceInstances/pnf02980280a00f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T05:20:34.628Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-03T05:20:34.629Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-03T05:20:34.629Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c437736f-0a4e-40b9-b94c-53b4dcb62f44",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672723197574,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuhzsq0wyeekevngjty/1.0/resourceInstances/pnf02980280a00f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T05:20:34.629Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-03T05:20:34.629Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-03T05:20:34.629Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c437736f-0a4e-40b9-b94c-53b4dcb62f44",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672723193881,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuhzsq0wyeekevngjty/1.0/artifacts/service-DemoPnf8tuhzsq0wyeekevngjty-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T05:20:34.630Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-03T05:20:34.630Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-03T05:20:34.630Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c437736f-0a4e-40b9-b94c-53b4dcb62f44",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672723199786,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuhzsq0wyeekevngjty/1.0/resourceInstances/pnf02980280a00f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-03T05:20:34.630Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-03T05:20:34.631Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-03T05:20:34.631Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c437736f-0a4e-40b9-b94c-53b4dcb62f44",
  "consumerID": "cds",
  "timestamp": 1672723195786,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuhzsq0wyeekevngjty/1.0/artifacts/service-DemoPnf8tuhzsq0wyeekevngjty-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T05:20:34.631Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-03T05:20:34.631Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-03T05:20:34.631Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c437736f-0a4e-40b9-b94c-53b4dcb62f44",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672723197574,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuhzsq0wyeekevngjty/1.0/resourceInstances/pnf02980280a00f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T05:20:34.632Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-03T05:20:34.632Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-03T05:20:34.632Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c437736f-0a4e-40b9-b94c-53b4dcb62f44",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672723193881,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuhzsq0wyeekevngjty/1.0/artifacts/service-DemoPnf8tuhzsq0wyeekevngjty-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-03T05:20:34.632Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-03T05:20:34.632Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-03T05:20:34.633Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c437736f-0a4e-40b9-b94c-53b4dcb62f44",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672723199786,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuhzsq0wyeekevngjty/1.0/resourceInstances/pnf02980280a00f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T05:20:34.633Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-03T05:20:34.633Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-03T05:20:34.633Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c437736f-0a4e-40b9-b94c-53b4dcb62f44",
  "consumerID": "cds",
  "timestamp": 1672723195786,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuhzsq0wyeekevngjty/1.0/artifacts/service-DemoPnf8tuhzsq0wyeekevngjty-csar.csar",
  "status": "NOTIFIED"
}
2023-01-03T05:20:34.633Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-03T05:20:34.634Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-03T05:20:34.634Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c437736f-0a4e-40b9-b94c-53b4dcb62f44",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672723197574,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuhzsq0wyeekevngjty/1.0/artifacts/service-DemoPnf8tuhzsq0wyeekevngjty-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T05:20:34.634Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-03T05:20:34.634Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-03T05:20:34.634Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c437736f-0a4e-40b9-b94c-53b4dcb62f44",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672723199786,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuhzsq0wyeekevngjty/1.0/resourceInstances/pnf02980280a00f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T05:20:34.635Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-03T05:20:34.635Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-03T05:20:34.635Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c437736f-0a4e-40b9-b94c-53b4dcb62f44",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672723204827,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuhzsq0wyeekevngjty/1.0/resourceInstances/pnf02980280a00f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-03T05:20:34.635Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-03T05:20:34.635Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-03T05:20:34.635Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c437736f-0a4e-40b9-b94c-53b4dcb62f44",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672723197574,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuhzsq0wyeekevngjty/1.0/artifacts/service-DemoPnf8tuhzsq0wyeekevngjty-csar.csar",
  "status": "NOTIFIED"
}
2023-01-03T05:20:34.636Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-03T05:20:34.636Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-03T05:20:34.636Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c437736f-0a4e-40b9-b94c-53b4dcb62f44",
  "consumerID": "cds",
  "timestamp": 1672723204590,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuhzsq0wyeekevngjty/1.0/artifacts/service-DemoPnf8tuhzsq0wyeekevngjty-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-03T05:20:34.636Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-03T05:20:34.636Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-03T05:20:34.637Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c437736f-0a4e-40b9-b94c-53b4dcb62f44",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672723199786,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuhzsq0wyeekevngjty/1.0/resourceInstances/pnf02980280a00f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T05:20:34.637Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-03T05:20:34.637Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-03T05:20:34.637Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c437736f-0a4e-40b9-b94c-53b4dcb62f44",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672723206020,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuhzsq0wyeekevngjty/1.0/resourceInstances/pnf02980280a00f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2023-01-03T05:20:34.637Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-03T05:20:34.638Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-03T05:20:34.638Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c437736f-0a4e-40b9-b94c-53b4dcb62f44",
  "consumerID": "cds",
  "timestamp": 1672723205601,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuhzsq0wyeekevngjty/1.0/artifacts/service-DemoPnf8tuhzsq0wyeekevngjty-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-03T05:20:34.669Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c437736f-0a4e-40b9-b94c-53b4dcb62f44
2023-01-03T05:20:34.670Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId c437736f-0a4e-40b9-b94c-53b4dcb62f44 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-03T05:20:34.681Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-03T05:20:34.682Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c437736f-0a4e-40b9-b94c-53b4dcb62f44",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672723199786,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuhzsq0wyeekevngjty/1.0/artifacts/service-DemoPnf8tuhzsq0wyeekevngjty-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T05:20:34.682Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-03T05:20:34.682Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-03T05:20:34.682Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c437736f-0a4e-40b9-b94c-53b4dcb62f44",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672723207025,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-03T05:20:34.688Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of c437736f-0a4e-40b9-b94c-53b4dcb62f44
2023-01-03T05:20:34.689Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId c437736f-0a4e-40b9-b94c-53b4dcb62f44 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-03T05:20:34.698Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-03T05:20:34.698Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c437736f-0a4e-40b9-b94c-53b4dcb62f44",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672723199786,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuhzsq0wyeekevngjty/1.0/artifacts/service-DemoPnf8tuhzsq0wyeekevngjty-csar.csar",
  "status": "NOTIFIED"
}
2023-01-03T05:20:34.699Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-03T05:20:34.699Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-03T05:20:34.699Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c437736f-0a4e-40b9-b94c-53b4dcb62f44",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672723208605,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuhzsq0wyeekevngjty/1.0/artifacts/service-DemoPnf8tuhzsq0wyeekevngjty-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-03T05:20:34.699Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-03T05:20:34.699Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-03T05:20:34.699Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c437736f-0a4e-40b9-b94c-53b4dcb62f44",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672723210674,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuhzsq0wyeekevngjty/1.0/artifacts/service-DemoPnf8tuhzsq0wyeekevngjty-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-03T05:20:34.700Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-03T05:20:34.700Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-03T05:20:34.700Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c437736f-0a4e-40b9-b94c-53b4dcb62f44",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672723211679,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-03T05:20:34.706Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c437736f-0a4e-40b9-b94c-53b4dcb62f44
2023-01-03T05:20:34.706Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId c437736f-0a4e-40b9-b94c-53b4dcb62f44 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-03T05:20:34.719Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-03T05:20:34.720Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-03T05:20:34.720Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:20:34.725Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-03T05:20:34.725Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c437736f-0a4e-40b9-b94c-53b4dcb62f44",
  "consumerID": "aai-ml",
  "timestamp": 1672723211337,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuhzsq0wyeekevngjty/1.0/resourceInstances/pnf02980280a00f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T05:20:34.725Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-03T05:20:34.726Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-03T05:20:34.726Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c437736f-0a4e-40b9-b94c-53b4dcb62f44",
  "consumerID": "aai-ml",
  "timestamp": 1672723211337,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuhzsq0wyeekevngjty/1.0/resourceInstances/pnf02980280a00f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-03T05:20:34.726Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-03T05:20:34.726Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-03T05:20:34.726Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c437736f-0a4e-40b9-b94c-53b4dcb62f44",
  "consumerID": "aai-ml",
  "timestamp": 1672723211337,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuhzsq0wyeekevngjty/1.0/resourceInstances/pnf02980280a00f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-03T05:20:34.726Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-03T05:20:34.727Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-03T05:20:34.727Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c437736f-0a4e-40b9-b94c-53b4dcb62f44",
  "consumerID": "aai-ml",
  "timestamp": 1672723211337,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuhzsq0wyeekevngjty/1.0/resourceInstances/pnf02980280a00f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T05:20:34.727Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-03T05:20:34.727Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-03T05:20:34.727Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c437736f-0a4e-40b9-b94c-53b4dcb62f44",
  "consumerID": "aai-ml",
  "timestamp": 1672723211337,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuhzsq0wyeekevngjty/1.0/resourceInstances/pnf02980280a00f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T05:20:34.727Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-03T05:20:34.727Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-03T05:20:34.727Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c437736f-0a4e-40b9-b94c-53b4dcb62f44",
  "consumerID": "aai-ml",
  "timestamp": 1672723211337,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuhzsq0wyeekevngjty/1.0/resourceInstances/pnf02980280a00f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T05:20:34.727Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-03T05:20:34.728Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-03T05:20:34.728Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c437736f-0a4e-40b9-b94c-53b4dcb62f44",
  "consumerID": "aai-ml",
  "timestamp": 1672723211337,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuhzsq0wyeekevngjty/1.0/artifacts/service-DemoPnf8tuhzsq0wyeekevngjty-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T05:20:34.728Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-03T05:20:34.728Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-03T05:20:34.728Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c437736f-0a4e-40b9-b94c-53b4dcb62f44",
  "consumerID": "aai-ml",
  "timestamp": 1672723211337,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuhzsq0wyeekevngjty/1.0/artifacts/service-DemoPnf8tuhzsq0wyeekevngjty-csar.csar",
  "status": "NOTIFIED"
}
2023-01-03T05:20:34.728Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-03T05:20:34.728Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-03T05:20:34.728Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c437736f-0a4e-40b9-b94c-53b4dcb62f44",
  "consumerID": "aai-ml",
  "timestamp": 1672723220216,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuhzsq0wyeekevngjty/1.0/artifacts/service-DemoPnf8tuhzsq0wyeekevngjty-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-03T05:20:34.729Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-03T05:20:34.729Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-03T05:20:34.729Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c437736f-0a4e-40b9-b94c-53b4dcb62f44",
  "consumerID": "aai-ml",
  "timestamp": 1672723226029,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuhzsq0wyeekevngjty/1.0/artifacts/service-DemoPnf8tuhzsq0wyeekevngjty-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-03T05:20:34.729Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-03T05:20:34.729Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:20:34.729Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-03T05:20:34.730Z||pool-19-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2023-01-03T05:20:34.730Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c437736f-0a4e-40b9-b94c-53b4dcb62f44",
  "consumerID": "aai-ml",
  "timestamp": 1672723227034,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-03T05:20:34.736Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c437736f-0a4e-40b9-b94c-53b4dcb62f44
2023-01-03T05:20:34.736Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId c437736f-0a4e-40b9-b94c-53b4dcb62f44 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-03T05:20:35.620Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-03T05:20:35.621Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-03T05:20:35.623Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-03T05:20:35.623Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c437736f-0a4e-40b9-b94c-53b4dcb62f44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672723233971,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuhzsq0wyeekevngjty/1.0/resourceInstances/pnf02980280a00f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-03T05:20:35.723Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-03T05:20:35.724Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-03T05:20:35.724Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:20:35.742Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:20:35.742Z||pool-20-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2023-01-03T05:20:36.623Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-03T05:20:36.625Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-03T05:20:36.627Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-03T05:20:36.628Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c437736f-0a4e-40b9-b94c-53b4dcb62f44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672723233971,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuhzsq0wyeekevngjty/1.0/resourceInstances/pnf02980280a00f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-03T05:20:36.728Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-03T05:20:36.729Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-03T05:20:36.729Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:20:36.738Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:20:36.738Z||pool-21-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2023-01-03T05:20:37.628Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-03T05:20:37.629Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-03T05:20:37.631Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-03T05:20:37.632Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c437736f-0a4e-40b9-b94c-53b4dcb62f44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672723233971,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuhzsq0wyeekevngjty/1.0/resourceInstances/pnf02980280a00f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T05:20:37.732Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-03T05:20:37.733Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-03T05:20:37.733Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:20:37.741Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:20:37.742Z||pool-22-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2023-01-03T05:20:38.633Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-03T05:20:38.633Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-03T05:20:38.637Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-03T05:20:38.637Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c437736f-0a4e-40b9-b94c-53b4dcb62f44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672723233971,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuhzsq0wyeekevngjty/1.0/resourceInstances/pnf02980280a00f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T05:20:38.737Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-03T05:20:38.738Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-03T05:20:38.738Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:20:38.749Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:20:38.749Z||pool-23-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2023-01-03T05:20:39.638Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-03T05:20:39.639Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-03T05:20:39.641Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-03T05:20:39.641Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c437736f-0a4e-40b9-b94c-53b4dcb62f44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672723233971,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuhzsq0wyeekevngjty/1.0/resourceInstances/pnf02980280a00f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T05:20:39.741Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-03T05:20:39.742Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-03T05:20:39.742Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:20:39.751Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:20:39.752Z||pool-24-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2023-01-03T05:20:40.642Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-03T05:20:40.642Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-03T05:20:40.645Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-03T05:20:40.645Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c437736f-0a4e-40b9-b94c-53b4dcb62f44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672723233971,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuhzsq0wyeekevngjty/1.0/artifacts/service-DemoPnf8tuhzsq0wyeekevngjty-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T05:20:40.745Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-03T05:20:40.746Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-03T05:20:40.746Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:20:40.758Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:20:40.758Z||pool-25-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2023-01-03T05:20:41.646Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-03T05:20:41.647Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-03T05:20:41.649Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-03T05:20:41.650Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c437736f-0a4e-40b9-b94c-53b4dcb62f44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672723233971,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuhzsq0wyeekevngjty/1.0/artifacts/service-DemoPnf8tuhzsq0wyeekevngjty-csar.csar",
  "status": "NOTIFIED"
}
2023-01-03T05:20:41.750Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-03T05:20:41.751Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-03T05:20:41.751Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:20:41.766Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:20:41.767Z||pool-26-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2023-01-03T05:20:42.651Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "c437736f-0a4e-40b9-b94c-53b4dcb62f44",
  "serviceName": "Demo_pNF_8tuhzsq0WYeeKEvngJty",
  "serviceVersion": "1.0",
  "serviceUUID": "50e3e9b4-d914-4639-bd3c-f0cb9e0c52b4",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "a7885437-1c07-4b20-831a-84bdc50518a6",
  "resources": [
    {
      "resourceInstanceName": "pNF 02980280-a00f 0",
      "resourceCustomizationUUID": "f59fb5cf-637f-4a61-9592-964d1e731940",
      "resourceName": "pNF 02980280-a00f",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "2905ed05-3329-40e6-872e-1b718b218343",
      "resourceInvariantUUID": "938a5b8b-9bc8-41b8-b440-1397ddb4b0c2",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf8tuhzsq0wyeekevngjty-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuhzsq0wyeekevngjty/1.0/artifacts/service-DemoPnf8tuhzsq0wyeekevngjty-csar.csar",
      "artifactChecksum": "N2Y5ZmYwN2NhNTI3NmFmZjU5NzkwM2VhMWYxNTVkYzM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3e4e8d58-0c5a-4b67-920d-e3c5019dd69d"
    }
  ],
  "workloadContext": "Production"
}
2023-01-03T05:20:42.652Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-03T05:20:42.652Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 50e3e9b4-d914-4639-bd3c-f0cb9e0c52b4 ASDC
2023-01-03T05:20:42.654Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:c437736f-0a4e-40b9-b94c-53b4dcb62f44
ServiceName:Demo_pNF_8tuhzsq0WYeeKEvngJty
ServiceVersion:1.0
ServiceUUID:50e3e9b4-d914-4639-bd3c-f0cb9e0c52b4
ServiceInvariantUUID:a7885437-1c07-4b20-831a-84bdc50518a6
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf8tuhzsq0wyeekevngjty-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf8tuhzsq0wyeekevngjty/1.0/artifacts/service-DemoPnf8tuhzsq0wyeekevngjty-csar.csar
ArtifactUUID:3e4e8d58-0c5a-4b67-920d-e3c5019dd69d
ArtifactChecksum:N2Y5ZmYwN2NhNTI3NmFmZjU5NzkwM2VhMWYxNTVkYzM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 02980280-a00f 0
ResourceCustomizationUUID:f59fb5cf-637f-4a61-9592-964d1e731940
ResourceInvariantUUID:938a5b8b-9bc8-41b8-b440-1397ddb4b0c2
ResourceName:pNF 02980280-a00f
ResourceType:PNF
ResourceUUID:2905ed05-3329-40e6-872e-1b718b218343
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-01-03T05:20:42.654Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 50e3e9b4-d914-4639-bd3c-f0cb9e0c52b4 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-01-03T05:20:42.696Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-03T05:20:42.698Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-01-03T05:20:42.699Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-01-03T05:20:42.699Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 3e4e8d58-0c5a-4b67-920d-e3c5019dd69d from URL: /sdc/v1/catalog/services/DemoPnf8tuhzsq0wyeekevngjty/1.0/artifacts/service-DemoPnf8tuhzsq0wyeekevngjty-csar.csar
2023-01-03T05:20:42.699Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-01-03T05:20:42.700Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf8tuhzsq0wyeekevngjty/1.0/artifacts/service-DemoPnf8tuhzsq0wyeekevngjty-csar.csar
2023-01-03T05:20:42.866Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-01-03T05:20:42.875Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf8tuhzsq0wyeekevngjty/1.0/artifacts/service-DemoPnf8tuhzsq0wyeekevngjty-csar.csar 3e4e8d58-0c5a-4b67-920d-e3c5019dd69d 87777
2023-01-03T05:20:42.875Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf8tuhzsq0wyeekevngjty/1.0/artifacts/service-DemoPnf8tuhzsq0wyeekevngjty-csar.csar ASDC sendASDCNotification
2023-01-03T05:20:42.875Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf8tuhzsq0wyeekevngjty/1.0/artifacts/service-DemoPnf8tuhzsq0wyeekevngjty-csar.csar
2023-01-03T05:20:42.875Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-03T05:20:42.876Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-03T05:20:42.879Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-03T05:20:42.879Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c437736f-0a4e-40b9-b94c-53b4dcb62f44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672723242875,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuhzsq0wyeekevngjty/1.0/artifacts/service-DemoPnf8tuhzsq0wyeekevngjty-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-03T05:20:42.979Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-03T05:20:42.980Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-03T05:20:42.981Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:20:42.990Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:20:42.991Z||pool-27-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2023-01-03T05:20:43.880Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-03T05:20:43.881Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-01-03T05:20:43.882Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 3e4e8d58-0c5a-4b67-920d-e3c5019dd69d, URL: /sdc/v1/catalog/services/DemoPnf8tuhzsq0wyeekevngjty/1.0/artifacts/service-DemoPnf8tuhzsq0wyeekevngjty-csar.csar to file: /app/ASDC/1/service-DemoPnf8tuhzsq0wyeekevngjty-csar.csar
2023-01-03T05:20:43.882Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf8tuhzsq0wyeekevngjty-csar.csar
2023-01-03T05:20:43.883Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf8tuhzsq0wyeekevngjty-csar.csar
2023-01-03T05:20:43.883Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf8tuhzsq0wyeekevngjty-csar.csar
2023-01-03T05:20:44.177Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13373974618370798918/Definitions/service-DemoPnf8tuhzsq0wyeekevngjty-template.yml
2023-01-03T05:20:45.058Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-03T05:20:45.059Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-01-03T05:20:45.059Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf8tuhzsq0wyeekevngjty-csar.csar
2023-01-03T05:20:45.060Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-01-03T05:20:45.060Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||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-DemoPnf8tuhzsq0wyeekevngjty-csar.csar
2023-01-03T05:20:45.060Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf8tuhzsq0wyeekevngjty-csar.csar
2023-01-03T05:20:45.061Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||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-DemoPnf8tuhzsq0wyeekevngjty-csar.csar
2023-01-03T05:20:45.061Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||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-DemoPnf8tuhzsq0wyeekevngjty-csar.csar
2023-01-03T05:20:45.061Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||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-DemoPnf8tuhzsq0wyeekevngjty-csar.csar
2023-01-03T05:20:45.062Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||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-DemoPnf8tuhzsq0wyeekevngjty-csar.csar
2023-01-03T05:20:45.062Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 02980280-a00f 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-DemoPnf8tuhzsq0wyeekevngjty-csar.csar
2023-01-03T05:20:45.062Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-01-03T05:20:45.062Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-03T05:20:45.063Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_8tuhzsq0WYeeKEvngJty is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-03T05:20:45.063Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||DEBUG|500||Node template pNF 02980280-a00f 0 is matching search criteria
2023-01-03T05:20:45.064Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-01-03T05:20:45.064Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 02980280-a00f 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-03T05:20:45.064Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-03T05:20:45.065Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_8tuhzsq0WYeeKEvngJty is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-03T05:20:45.065Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||DEBUG|500||Node template pNF 02980280-a00f 0 is matching search criteria
2023-01-03T05:20:45.065Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-01-03T05:20:45.065Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 02980280-a00f 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-03T05:20:45.066Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-03T05:20:45.066Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_8tuhzsq0WYeeKEvngJty is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-03T05:20:45.067Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-03T05:20:45.067Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_8tuhzsq0WYeeKEvngJty is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-03T05:20:45.067Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-03T05:20:45.067Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_8tuhzsq0WYeeKEvngJty is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-03T05:20:45.068Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-03T05:20:45.068Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_8tuhzsq0WYeeKEvngJty is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-03T05:20:45.068Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-03T05:20:45.069Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_8tuhzsq0WYeeKEvngJty is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-03T05:20:45.069Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_8tuhzsq0WYeeKEvngJty
Description:catalog service description
Model UUID:50e3e9b4-d914-4639-bd3c-f0cb9e0c52b4
Model Version:NULL
Model InvariantUuid:a7885437-1c07-4b20-831a-84bdc50518a6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-01-03T05:20:45.079Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: 2905ed05-3329-40e6-872e-1b718b218343
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-03T05:20:45.084Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||INFO|500||pNF 02980280-a00f 0
2023-01-03T05:20:45.084Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 2905ed05-3329-40e6-872e-1b718b218343
2023-01-03T05:20:45.086Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 50e3e9b4-d914-4639-bd3c-f0cb9e0c52b4
2023-01-03T05:20:45.086Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 50e3e9b4-d914-4639-bd3c-f0cb9e0c52b4
2023-01-03T05:20:45.086Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 02980280-a00f 0 2905ed05-3329-40e6-872e-1b718b218343 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-03T05:20:45.091Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@f9e7c50, org.onap.sdc.toscaparser.api.parameters.Input@f652b15, org.onap.sdc.toscaparser.api.parameters.Input@23c67455, org.onap.sdc.toscaparser.api.parameters.Input@3f81a123, org.onap.sdc.toscaparser.api.parameters.Input@4301267f]
2023-01-03T05:20:45.091Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-03T05:20:45.091Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_8tuhzsq0WYeeKEvngJty is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-03T05:20:45.092Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 50e3e9b4-d914-4639-bd3c-f0cb9e0c52b4: pNF 02980280-a00f
2023-01-03T05:20:45.092Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||INFO|500||Processing PNF resource: 2905ed05-3329-40e6-872e-1b718b218343
2023-01-03T05:20:45.093Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-03T05:20:45.093Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_8tuhzsq0WYeeKEvngJty is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-03T05:20:45.093Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||INFO|500||Resource customization UUID: f59fb5cf-637f-4a61-9592-964d1e731940 is the same as notified resource customizationUUID: f59fb5cf-637f-4a61-9592-964d1e731940
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
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 pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
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 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 pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2023-01-03T05:20:45.165Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 02980280-a00f 2905ed05-3329-40e6-872e-1b718b218343 0 ASDC deployResourceStructure
2023-01-03T05:20:45.166Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf8tuhzsq0wyeekevngjty/1.0/artifacts/service-DemoPnf8tuhzsq0wyeekevngjty-csar.csar ASDC sendASDCNotification
2023-01-03T05:20:45.166Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf8tuhzsq0wyeekevngjty/1.0/artifacts/service-DemoPnf8tuhzsq0wyeekevngjty-csar.csar
2023-01-03T05:20:45.166Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-03T05:20:45.167Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-03T05:20:45.169Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-03T05:20:45.169Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c437736f-0a4e-40b9-b94c-53b4dcb62f44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672723245166,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuhzsq0wyeekevngjty/1.0/artifacts/service-DemoPnf8tuhzsq0wyeekevngjty-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-03T05:20:45.269Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-03T05:20:45.270Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-03T05:20:45.270Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:20:45.298Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:20:45.299Z||pool-28-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2023-01-03T05:20:46.170Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c437736f-0a4e-40b9-b94c-53b4dcb62f44
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-03T05:20:46.187Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c437736f-0a4e-40b9-b94c-53b4dcb62f44
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-03T05:20:46.192Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-03T05:20:46.192Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-03T05:20:46.192Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-03T05:20:46.192Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-03T05:20:46.193Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-03T05:20:46.193Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-03T05:20:46.193Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-03T05:20:46.193Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-03T05:20:46.194Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-03T05:20:46.194Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-03T05:20:46.200Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-03T05:21:16.201Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c437736f-0a4e-40b9-b94c-53b4dcb62f44 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-01-03T05:21:16.209Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c437736f-0a4e-40b9-b94c-53b4dcb62f44 and serviceModelVersionId: 50e3e9b4-d914-4639-bd3c-f0cb9e0c52b4
2023-01-03T05:21:16.209Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a7885437-1c07-4b20-831a-84bdc50518a6
2023-01-03T05:21:16.211Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a7885437-1c07-4b20-831a-84bdc50518a6/model-vers/model-ver/50e3e9b4-d914-4639-bd3c-f0cb9e0c52b4?depth=0
2023-01-03T05:21:16.217Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-01-03T05:21:16.313Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7885437-1c07-4b20-831a-84bdc50518a6/model-vers/model-ver/50e3e9b4-d914-4639-bd3c-f0cb9e0c52b4?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-01-03T05:21:16.315Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7885437-1c07-4b20-831a-84bdc50518a6/model-vers/model-ver/50e3e9b4-d914-4639-bd3c-f0cb9e0c52b4?depth=0|INFO|500||Invoke
2023-01-03T05:21:16.355Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7885437-1c07-4b20-831a-84bdc50518a6/model-vers/model-ver/50e3e9b4-d914-4639-bd3c-f0cb9e0c52b4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-01-03T05:21:16.597Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7885437-1c07-4b20-831a-84bdc50518a6/model-vers/model-ver/50e3e9b4-d914-4639-bd3c-f0cb9e0c52b4?depth=0|INFO|500||InvokeReturn
2023-01-03T05:21:16.598Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7885437-1c07-4b20-831a-84bdc50518a6/model-vers/model-ver/50e3e9b4-d914-4639-bd3c-f0cb9e0c52b4?depth=0 has http status code:200 and response headers:{date=[Tue, 03 Jan 2023 05:21:16 GMT], content-length=[0], vertex-id=[192696], x-aai-txid=[0-aai-resources-230103-05:21:16:731-56404], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-03T05:21:16.599Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-01-03T05:21:16.599Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-03T05:21:16.599Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-03T05:21:16.603Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-01-03T05:21:16.603Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c437736f-0a4e-40b9-b94c-53b4dcb62f44 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-03T05:21:16.603Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-03T05:21:16.604Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-03T05:21:16.606Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-03T05:21:16.606Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c437736f-0a4e-40b9-b94c-53b4dcb62f44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672723276603,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-03T05:21:16.706Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-03T05:21:16.707Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-03T05:21:16.708Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:21:16.720Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:21:16.721Z||pool-29-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-01-03T05:21:33.971Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:21:33.973Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T05:21:33.973Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:21:33.974Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:21:33.975Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T05:21:33.975Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:21:34.100Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:21:34.101Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-03T05:21:34.101Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c437736f-0a4e-40b9-b94c-53b4dcb62f44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672723233971,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuhzsq0wyeekevngjty/1.0/resourceInstances/pnf02980280a00f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T05:21:34.102Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-03T05:21:43.546Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:22:33.971Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:22:33.973Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T05:22:33.973Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:22:33.975Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:22:33.975Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T05:22:33.975Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:22:34.511Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:22:34.513Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-03T05:22:34.513Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c437736f-0a4e-40b9-b94c-53b4dcb62f44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672723233971,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuhzsq0wyeekevngjty/1.0/resourceInstances/pnf02980280a00f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-03T05:22:34.514Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-01-03T05:22:34.515Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-03T05:22:34.515Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c437736f-0a4e-40b9-b94c-53b4dcb62f44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672723233971,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuhzsq0wyeekevngjty/1.0/resourceInstances/pnf02980280a00f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-03T05:22:34.516Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-01-03T05:22:34.516Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-03T05:22:34.516Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c437736f-0a4e-40b9-b94c-53b4dcb62f44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672723233971,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuhzsq0wyeekevngjty/1.0/resourceInstances/pnf02980280a00f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T05:22:34.516Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-01-03T05:22:34.516Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-03T05:22:34.517Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c437736f-0a4e-40b9-b94c-53b4dcb62f44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672723233971,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuhzsq0wyeekevngjty/1.0/resourceInstances/pnf02980280a00f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T05:22:34.517Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-01-03T05:22:34.517Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-03T05:22:34.517Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c437736f-0a4e-40b9-b94c-53b4dcb62f44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672723233971,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuhzsq0wyeekevngjty/1.0/resourceInstances/pnf02980280a00f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T05:22:34.518Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-01-03T05:22:34.518Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-03T05:22:34.518Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c437736f-0a4e-40b9-b94c-53b4dcb62f44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672723233971,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuhzsq0wyeekevngjty/1.0/artifacts/service-DemoPnf8tuhzsq0wyeekevngjty-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T05:22:34.518Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-01-03T05:22:34.519Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-03T05:22:34.519Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c437736f-0a4e-40b9-b94c-53b4dcb62f44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672723233971,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuhzsq0wyeekevngjty/1.0/artifacts/service-DemoPnf8tuhzsq0wyeekevngjty-csar.csar",
  "status": "NOTIFIED"
}
2023-01-03T05:22:34.519Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-01-03T05:22:34.519Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-03T05:22:34.519Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c437736f-0a4e-40b9-b94c-53b4dcb62f44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672723242875,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuhzsq0wyeekevngjty/1.0/artifacts/service-DemoPnf8tuhzsq0wyeekevngjty-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-03T05:22:34.520Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-03T05:22:34.520Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-03T05:22:34.520Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c437736f-0a4e-40b9-b94c-53b4dcb62f44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672723245166,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8tuhzsq0wyeekevngjty/1.0/artifacts/service-DemoPnf8tuhzsq0wyeekevngjty-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-03T05:22:34.520Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-03T05:22:34.521Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-03T05:22:34.521Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c437736f-0a4e-40b9-b94c-53b4dcb62f44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672723276603,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-03T05:22:34.521Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-03T05:22:43.564Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:23:33.971Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:23:33.972Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T05:23:33.972Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:23:33.974Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:23:33.975Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T05:23:33.975Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:23:43.532Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:23:43.537Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:24:33.971Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:24:33.972Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T05:24:33.973Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:24:33.975Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:24:33.976Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T05:24:33.976Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:24:43.522Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:24:43.532Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:25:33.971Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:25:33.972Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T05:25:33.972Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:25:33.975Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:25:33.975Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T05:25:33.976Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:25:43.513Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:25:43.516Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:26:33.971Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:26:33.972Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T05:26:33.972Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:26:33.974Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:26:33.975Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T05:26:33.975Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:26:43.531Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:26:43.532Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:27:33.971Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:27:33.972Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T05:27:33.972Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:27:33.974Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:27:33.975Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T05:27:33.975Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:27:43.550Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:27:43.558Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:28:33.971Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:28:33.973Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T05:28:33.973Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:28:33.974Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:28:33.975Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T05:28:33.975Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:28:43.525Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:28:43.526Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:29:33.971Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:29:33.972Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T05:29:33.972Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:29:33.974Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:29:33.975Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T05:29:33.975Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:29:43.524Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:29:43.529Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:30:33.971Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:30:33.973Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T05:30:33.973Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:30:33.974Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:30:33.975Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T05:30:33.975Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:30:43.522Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:30:43.523Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:31:33.971Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:31:33.973Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T05:31:33.973Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:31:33.974Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:31:33.975Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T05:31:33.975Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:31:43.539Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:31:43.540Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:32:33.971Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:32:33.973Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T05:32:33.973Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:32:33.975Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:32:33.977Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T05:32:33.977Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:32:43.528Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:32:43.528Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:33:33.971Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:33:33.973Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T05:33:33.973Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:33:33.974Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:33:33.975Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T05:33:33.975Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:33:43.537Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:33:43.541Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:34:33.971Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:34:33.973Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T05:34:33.973Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:34:33.975Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:34:33.975Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T05:34:33.975Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:34:43.520Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:34:43.524Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:35:33.971Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:35:33.973Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T05:35:33.973Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:35:33.975Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:35:33.976Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T05:35:33.976Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:35:43.554Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:35:43.556Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:36:33.971Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:36:33.972Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T05:36:33.972Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:36:33.974Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:36:33.975Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T05:36:33.975Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:36:43.540Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:36:43.541Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:37:33.971Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:37:33.973Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T05:37:33.973Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:37:33.974Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:37:33.975Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T05:37:33.975Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:37:43.521Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:37:43.523Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:38:33.971Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:38:33.972Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T05:38:33.972Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:38:33.974Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:38:33.975Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T05:38:33.975Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:38:43.520Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:38:43.538Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:39:33.971Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:39:33.972Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T05:39:33.972Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:39:33.974Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:39:33.975Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T05:39:33.975Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:39:43.525Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:39:43.528Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:40:33.971Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:40:33.972Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T05:40:33.972Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:40:33.974Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:40:33.975Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T05:40:33.975Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:40:43.516Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:40:43.519Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:41:33.971Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:41:33.972Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T05:41:33.972Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:41:33.974Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:41:33.975Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T05:41:33.975Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:41:43.517Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:41:43.520Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:42:33.971Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:42:33.973Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T05:42:33.973Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:42:33.974Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:42:33.975Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T05:42:33.975Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:42:43.528Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:42:43.528Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:43:33.971Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:43:33.972Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T05:43:33.972Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:43:33.974Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:43:33.975Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T05:43:33.975Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:43:43.516Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:43:43.516Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:44:33.972Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:44:33.973Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T05:44:33.973Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:44:33.974Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:44:33.975Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T05:44:33.975Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:44:43.518Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:44:43.520Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:45:33.971Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:45:33.973Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T05:45:33.973Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:45:33.975Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:45:33.975Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T05:45:33.975Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:45:43.528Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:45:43.533Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:46:33.971Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:46:33.972Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T05:46:33.973Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:46:33.975Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:46:33.975Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T05:46:33.975Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:46:43.512Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:46:43.514Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:47:33.971Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:47:33.973Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T05:47:33.973Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:47:33.974Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:47:33.975Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T05:47:33.975Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:47:43.527Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:47:43.534Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:48:33.972Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:48:33.973Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T05:48:33.973Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:48:33.974Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:48:33.975Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T05:48:33.975Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:48:43.516Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:48:43.523Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:49:33.971Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:49:33.972Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T05:49:33.972Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:49:33.974Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:49:33.975Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T05:49:33.975Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:49:43.543Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:49:43.551Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:50:33.971Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:50:33.973Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T05:50:33.973Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:50:33.974Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:50:33.975Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T05:50:33.975Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:50:43.526Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:50:43.534Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:51:33.971Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:51:33.972Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T05:51:33.972Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:51:33.974Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:51:33.975Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T05:51:33.975Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:51:43.526Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:51:43.535Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:52:33.971Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:52:33.972Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T05:52:33.973Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:52:33.974Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:52:33.975Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T05:52:33.975Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:52:43.521Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:52:43.525Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:53:33.971Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:53:33.972Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T05:53:33.972Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:53:33.975Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:53:33.975Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T05:53:33.975Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:53:43.526Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:53:43.534Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:54:33.971Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:54:33.972Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T05:54:33.972Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:54:33.974Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:54:33.975Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T05:54:33.975Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:54:43.511Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:54:43.515Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:55:33.971Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:55:33.972Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T05:55:33.972Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:55:33.975Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:55:33.975Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T05:55:33.975Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:55:43.509Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:55:43.514Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:56:33.971Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:56:33.972Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T05:56:33.972Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:56:33.974Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:56:33.975Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T05:56:33.975Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:56:43.519Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:56:43.535Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:57:33.972Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:57:33.973Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T05:57:33.973Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:57:33.975Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:57:33.975Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T05:57:33.975Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:57:43.516Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:57:43.523Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:58:33.971Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:58:33.972Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T05:58:33.973Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:58:33.974Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:58:33.975Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T05:58:33.975Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:58:43.550Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:58:43.550Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:59:33.971Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:59:33.972Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T05:59:33.973Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:59:33.974Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:59:33.975Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T05:59:33.975Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T05:59:43.514Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:59:43.518Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:00:33.971Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:00:33.972Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T06:00:33.972Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T06:00:33.974Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:00:33.975Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T06:00:33.975Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T06:00:43.512Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:00:43.518Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:01:33.971Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:01:33.972Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T06:01:33.973Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T06:01:33.974Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:01:33.975Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T06:01:33.975Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T06:01:43.548Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:01:43.550Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:02:33.971Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:02:33.972Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T06:02:33.972Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T06:02:33.975Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:02:33.975Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T06:02:33.975Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T06:02:43.539Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:02:43.540Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:03:33.971Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:03:33.972Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T06:03:33.973Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T06:03:33.974Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:03:33.975Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T06:03:33.975Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T06:03:43.523Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:03:43.525Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:04:33.971Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:04:33.972Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T06:04:33.972Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T06:04:33.975Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:04:33.975Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T06:04:33.976Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T06:04:43.558Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:04:43.560Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:05:33.971Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:05:33.972Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T06:05:33.973Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T06:05:33.974Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:05:33.975Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T06:05:33.975Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T06:05:43.521Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:05:43.547Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:06:33.971Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:06:33.973Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T06:06:33.973Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T06:06:33.974Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:06:33.975Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T06:06:33.975Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T06:06:43.516Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:06:43.541Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:07:33.971Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:07:33.972Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T06:07:33.972Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T06:07:33.975Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:07:33.975Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T06:07:33.975Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T06:07:43.522Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:07:43.527Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:08:33.971Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:08:33.973Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T06:08:33.973Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T06:08:33.975Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:08:33.976Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T06:08:33.976Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T06:08:43.520Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:08:43.520Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:09:33.971Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:09:33.972Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T06:09:33.972Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T06:09:33.975Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:09:33.976Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T06:09:33.976Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T06:09:43.539Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:09:43.541Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:10:33.972Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:10:33.974Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T06:10:33.974Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:10:33.975Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T06:10:33.975Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T06:10:33.974Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T06:10:43.523Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:10:43.525Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:11:33.972Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:11:33.973Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T06:11:33.973Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T06:11:33.974Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:11:33.975Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T06:11:33.975Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T06:11:43.540Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:11:43.545Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:12:33.971Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:12:33.973Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T06:12:33.973Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T06:12:33.974Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:12:33.975Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T06:12:33.975Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T06:12:43.539Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:12:43.559Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:13:33.972Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:13:33.973Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T06:13:33.973Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T06:13:33.974Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:13:33.975Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T06:13:33.975Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T06:13:43.552Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:13:43.564Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:14:33.971Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:14:33.973Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T06:14:33.973Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T06:14:33.974Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:14:33.975Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T06:14:33.975Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T06:14:43.542Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:14:43.543Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:15:33.972Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:15:33.973Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T06:15:33.973Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T06:15:33.975Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:15:33.975Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T06:15:33.975Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T06:15:43.547Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:15:43.568Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:16:33.971Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:16:33.972Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T06:16:33.973Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T06:16:33.974Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:16:33.975Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T06:16:33.975Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T06:16:43.541Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:16:43.543Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:17:33.971Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:17:33.972Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T06:17:33.972Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T06:17:33.974Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:17:33.975Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T06:17:33.975Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T06:17:43.512Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:17:43.512Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:18:33.971Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:18:33.972Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T06:18:33.972Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T06:18:33.974Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:18:33.975Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T06:18:33.975Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T06:18:43.520Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:18:43.526Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:19:33.971Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:19:33.972Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T06:19:33.972Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T06:19:33.974Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:19:33.975Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T06:19:33.975Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T06:19:43.536Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:19:43.554Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:20:33.971Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:20:33.972Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T06:20:33.973Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T06:20:33.974Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:20:33.975Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T06:20:33.975Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T06:20:43.515Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:20:43.528Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:21:33.971Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:21:33.972Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T06:21:33.972Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T06:21:33.974Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:21:33.975Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T06:21:33.975Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T06:21:43.533Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:21:43.534Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:22:33.971Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:22:33.972Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T06:22:33.973Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T06:22:33.974Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:22:33.975Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T06:22:33.975Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T06:22:43.522Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:22:43.525Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:23:33.971Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:23:33.973Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T06:23:33.973Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T06:23:33.974Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:23:33.975Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T06:23:33.975Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T06:23:43.513Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:23:43.520Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:24:33.971Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:24:33.973Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T06:24:33.973Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T06:24:33.975Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:24:33.975Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T06:24:33.975Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T06:24:43.514Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:24:43.540Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:25:33.972Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:25:33.973Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T06:25:33.973Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T06:25:33.974Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:25:33.975Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T06:25:33.976Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T06:25:43.518Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:25:43.524Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:26:33.971Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:26:33.972Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T06:26:33.973Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T06:26:33.974Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:26:33.975Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T06:26:33.975Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T06:26:43.533Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:26:43.540Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:27:33.971Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:27:33.973Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T06:27:33.973Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T06:27:33.975Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:27:33.975Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T06:27:33.975Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T06:27:43.548Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:27:43.562Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:28:33.971Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:28:33.972Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T06:28:33.973Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T06:28:33.974Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:28:33.975Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T06:28:33.975Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T06:28:43.531Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:28:43.533Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:29:33.971Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:29:33.972Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T06:29:33.972Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T06:29:33.974Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:29:33.975Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T06:29:33.975Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T06:29:43.509Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:29:43.511Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:30:33.972Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:30:33.973Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T06:30:33.973Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T06:30:33.974Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:30:33.975Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T06:30:33.975Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T06:30:43.523Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:30:43.523Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:31:33.971Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:31:33.972Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T06:31:33.972Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T06:31:33.974Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:31:33.975Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T06:31:33.975Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T06:31:43.540Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:31:43.554Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:32:33.971Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:32:33.972Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T06:32:33.972Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T06:32:33.974Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:32:33.975Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T06:32:33.975Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T06:32:43.520Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:32:43.542Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:33:33.971Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:33:33.972Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T06:33:33.972Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T06:33:33.974Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:33:33.975Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T06:33:33.975Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T06:33:43.515Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:33:43.541Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:34:33.971Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:34:33.972Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T06:34:33.972Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T06:34:33.974Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:34:33.975Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T06:34:33.975Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T06:34:43.515Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:34:43.519Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:35:33.971Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:35:33.972Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T06:35:33.972Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T06:35:33.974Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:35:33.975Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T06:35:33.975Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T06:35:43.511Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:35:43.512Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:36:33.972Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:36:33.974Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T06:36:33.974Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:36:33.974Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T06:36:33.975Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T06:36:33.975Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T06:36:43.527Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:36:43.527Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:37:33.971Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:37:33.973Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T06:37:33.973Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T06:37:33.974Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:37:33.975Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T06:37:33.975Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T06:37:43.534Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:37:43.536Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:38:33.971Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:38:33.974Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T06:38:33.974Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T06:38:33.974Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:38:33.975Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T06:38:33.976Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T06:38:43.515Z|c437736f-0a4e-40b9-b94c-53b4dcb62f44|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:38:43.515Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:39:33.971Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:39:33.974Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T06:39:33.974Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T06:39:33.974Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:39:33.975Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T06:39:33.975Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T06:39:43.525Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:39:43.527Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:40:33.971Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:40:33.972Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T06:40:33.973Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T06:40:33.974Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:40:33.975Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T06:40:33.975Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T06:40:43.512Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:40:43.512Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:41:33.971Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:41:33.972Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T06:41:33.973Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T06:41:33.974Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:41:33.975Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T06:41:33.975Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T06:41:43.511Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:41:43.529Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:42:33.971Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:42:33.972Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T06:42:33.972Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T06:42:33.974Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:42:33.975Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T06:42:33.975Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T06:42:43.514Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:42:43.514Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:43:33.971Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:43:33.972Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T06:43:33.972Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T06:43:33.974Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:43:33.975Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T06:43:33.975Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T06:43:43.513Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:43:43.515Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:44:33.971Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:44:33.972Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T06:44:33.972Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T06:44:33.974Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:44:33.975Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T06:44:33.975Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T06:44:43.537Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:44:43.539Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:45:33.971Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:45:33.972Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T06:45:33.972Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T06:45:34.024Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:45:34.025Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T06:45:34.027Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T06:45:43.567Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:45:43.568Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:46:33.971Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:46:33.972Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T06:46:33.972Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T06:46:33.975Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:46:33.975Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T06:46:33.975Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T06:46:43.534Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:46:43.541Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:47:33.972Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:47:33.972Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T06:47:33.973Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T06:47:33.975Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:47:33.975Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T06:47:33.975Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T06:47:43.511Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:47:43.514Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:48:33.973Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:48:33.974Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T06:48:33.974Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T06:48:33.975Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:48:33.975Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T06:48:33.975Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T06:48:43.514Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:48:43.518Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:49:33.971Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:49:33.973Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T06:49:33.973Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T06:49:33.974Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:49:33.975Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T06:49:33.975Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T06:49:43.514Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:49:43.524Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:50:33.971Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:50:33.973Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T06:50:33.973Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T06:50:33.974Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:50:33.975Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T06:50:33.975Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T06:50:43.510Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:50:43.513Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:51:33.972Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:51:33.974Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T06:51:33.974Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T06:51:33.974Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:51:33.975Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T06:51:33.975Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T06:51:43.510Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:51:43.515Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:52:33.971Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:52:33.974Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T06:52:33.974Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T06:52:33.978Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:52:33.979Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T06:52:33.980Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T06:52:43.531Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:52:43.531Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:53:33.971Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:53:33.972Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T06:53:33.973Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T06:53:33.974Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:53:33.975Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T06:53:33.975Z||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 HLJgK1ymxXjBq8Wp) ...
2023-01-03T06:53:43.513Z|4f67f6b0-1e05-40a9-8724-094e98ca3428|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:53:43.515Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK