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-03T05:35:06.048Z||main|||||INFO|500||The following profiles are active: basic
2023-01-03T05:35:31.792Z||main|||||INFO|500||Starting service [Tomcat]
2023-01-03T05:35:31.793Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2023-01-03T05:35:32.332Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2023-01-03T05:35:46.179Z||main|||||INFO|500||catdb-pool - Starting...
2023-01-03T05:35:47.272Z||main|||||INFO|500||catdb-pool - Start completed.
2023-01-03T05:35:48.511Z||main|||||INFO|500||reqdb-pool - Starting...
2023-01-03T05:35:48.532Z||main|||||INFO|500||reqdb-pool - Start completed.
2023-01-03T05:35:48.982Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2023-01-03T05:35:49.939Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2023-01-03T05:35:52.259Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2023-01-03T05:35:58.369Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-01-03T05:36:04.200Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-01-03T05:36:04.329Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2023-01-03T05:36:05.908Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-01-03T05:36:06.612Z||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-03T05:36:10.183Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-01-03T05:36:13.031Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2023-01-03T05:36:13.117Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint: 
java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
	at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source)
	at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155)
	at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70)
	at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$b3d2088f.deployActivities()
	at org.onap.so.asdc.Application.deployActivities(Application.java:52)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
	at org.onap.so.asdc.Application.main(Application.java:60)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
	at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2023-01-03T05:36:13.119Z||main|||||WARN|500||The sdc end point is not alive
2023-01-03T05:36:22.227Z||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-03T05:36:29.741Z||main|||||WARN|500||---
2023-01-03T05:36:29.742Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2023-01-03T05:36:29.742Z||main|||||WARN|500||---
2023-01-03T05:36:31.053Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2023-01-03T05:36:42.844Z||main|||||INFO|500||Started Application in 103.423 seconds (JVM running for 108.47)
2023-01-03T05:36:42.912Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-01-03T05:36:42.931Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-01-03T05:36:42.979Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-01-03T05:36:43.113Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2023-01-03T05:36:43.271Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b04f754c-9fb5-4ac2-b9c6-fd2463159047 url= /sdc/v1/artifactTypes
2023-01-03T05:36:43.273Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2023-01-03T05:36:43.913Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-01-03T05:36:43.975Z||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-03T05:36:44.017Z||scheduling-1|||||DEBUG|500||create keys
2023-01-03T05:36:44.037Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2023-01-03T05:36:44.232Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:36:44.289Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= e240b09c-5222-4a1e-a256-88aababa7360 url= /sdc/v1/registerForDistribution
2023-01-03T05:36:44.608Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= e240b09c-5222-4a1e-a256-88aababa7360 url= /sdc/v1/registerForDistribution
2023-01-03T05:36:44.609Z||scheduling-1|||||INFO|500||start DistributionClient
2023-01-03T05:36:44.637Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:36:44.649Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:36:44.733Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2023-01-03T05:36:44.788Z||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:36:44.789Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T05:36:44.793Z||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:36:44.794Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T05:36:55.255Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:36:55.255Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:37:44.620Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:37:44.623Z||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-03T05:37:44.624Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EPOrtD39p8EhnYcW) ...
2023-01-03T05:37:44.648Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:37:44.650Z||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:44.650Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T05:37:54.219Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:37:54.267Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:38:44.626Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:38:44.640Z||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-03T05:38:44.641Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T05:38:44.650Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:38:44.652Z||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:38:44.652Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T05:38:54.283Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:38:54.288Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:39:44.620Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:39:44.622Z||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:39:44.623Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T05:39:44.648Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:39:44.649Z||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:39:44.650Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T05:39:54.256Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:39:54.285Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:40:44.620Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:40:44.621Z||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:40:44.622Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T05:40:44.648Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:40:44.649Z||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:40:44.650Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T05:40:54.231Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:40:54.232Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:41:44.620Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:41:44.623Z||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:41:44.623Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T05:41:44.648Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:41:44.654Z||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:41:44.656Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T05:41:54.240Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:41:54.243Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:42:44.621Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:42:44.626Z||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:42:44.627Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EPOrtD39p8EhnYcW) ...
2023-01-03T05:42:44.648Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:42:44.650Z||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:42:44.650Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T05:42:54.224Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:42:54.228Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:43:44.620Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:43:44.622Z||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:43:44.623Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T05:43:44.648Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:43:44.653Z||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:43:44.654Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T05:43:54.190Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:43:54.224Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:44:44.620Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:44:44.622Z||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:44:44.622Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T05:44:44.648Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:44:44.650Z||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:44:44.651Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T05:44:54.205Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:44:54.253Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:44:59.577Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-01-03T05:45:44.621Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:45:44.624Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T05:45:44.625Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EPOrtD39p8EhnYcW) ...
2023-01-03T05:45:44.648Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:45:44.650Z||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:45:44.651Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T05:45:54.223Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:45:54.240Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:46:44.620Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:46:44.622Z||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:46:44.622Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T05:46:44.648Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:46:44.649Z||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:46:44.650Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T05:46:54.192Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:46:54.208Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:47:44.620Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:47:44.621Z||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:47:44.621Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T05:47:44.650Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:47:44.653Z||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:47:44.653Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T05:47:54.189Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:47:54.239Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:48:44.621Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:48:44.623Z||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:48:44.624Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EPOrtD39p8EhnYcW) ...
2023-01-03T05:48:44.650Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:48:44.653Z||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:48:44.653Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T05:48:54.224Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:48:54.224Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:49:44.620Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:49:44.624Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T05:49:44.624Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EPOrtD39p8EhnYcW) ...
2023-01-03T05:49:44.648Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:49:44.650Z||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:44.650Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T05:49:54.212Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:49:54.259Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:50:44.620Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:50:44.623Z||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:50:44.624Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EPOrtD39p8EhnYcW) ...
2023-01-03T05:50:44.649Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:50:44.651Z||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:50:44.652Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T05:50:54.241Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:50:54.242Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:51:44.620Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:51:44.622Z||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:51:44.622Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T05:51:44.648Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:51:44.650Z||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:51:44.651Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T05:51:54.178Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:51:54.236Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:52:44.620Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:52:44.624Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T05:52:44.625Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EPOrtD39p8EhnYcW) ...
2023-01-03T05:52:44.648Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:52:44.649Z||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:52:44.649Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T05:52:54.185Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:52:54.226Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:53:44.620Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:53:44.623Z||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:44.624Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EPOrtD39p8EhnYcW) ...
2023-01-03T05:53:44.658Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:53:44.660Z||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:53:44.664Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T05:53:54.217Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:53:54.238Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:54:44.620Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:54:44.622Z||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:44.622Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T05:54:44.648Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:54:44.649Z||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:44.650Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T05:54:54.187Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:54:54.215Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:55:44.620Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:55:44.621Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T05:55:44.622Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EPOrtD39p8EhnYcW) ...
2023-01-03T05:55:44.648Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:55:44.649Z||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:55:44.650Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T05:55:54.181Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:55:54.209Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:56:44.627Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:56:44.636Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T05:56:44.637Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EPOrtD39p8EhnYcW) ...
2023-01-03T05:56:44.648Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:56:44.650Z||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:56:44.651Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T05:56:54.214Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:56:54.229Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:57:44.620Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:57:44.623Z||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-03T05:57:44.623Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T05:57:44.648Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:57:44.650Z||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:57:44.650Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T05:57:54.193Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:57:54.217Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:58:44.620Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:58:44.621Z||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-03T05:58:44.622Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T05:58:44.648Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:58:44.649Z||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:58:44.650Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T05:58:54.229Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:58:54.229Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:59:44.620Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:59:44.622Z||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-03T05:59:44.622Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T05:59:44.648Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T05:59:44.650Z||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:59:44.650Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T05:59:54.193Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T05:59:54.208Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:00:44.620Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:00:44.621Z||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-03T06:00:44.621Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T06:00:44.654Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:00:44.655Z||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:00:44.655Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T06:00:54.180Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:00:54.233Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:01:44.620Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:01:44.622Z||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-03T06:01:44.622Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T06:01:44.653Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:01:44.655Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T06:01:44.655Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T06:01:54.235Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:01:54.237Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:02:44.620Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:02:44.622Z||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:44.623Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T06:02:44.648Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:02:44.650Z||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:02:44.650Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T06:02:54.194Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:02:54.228Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:03:44.620Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:03:44.622Z||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:44.622Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T06:03:44.650Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:03:44.652Z||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:03:44.652Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T06:03:54.183Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:03:54.221Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:04:44.622Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:04:44.625Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T06:04:44.626Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EPOrtD39p8EhnYcW) ...
2023-01-03T06:04:44.648Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:04:44.649Z||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:04:44.649Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T06:04:54.220Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:04:54.219Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:05:44.627Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:05:44.630Z||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:05:44.631Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EPOrtD39p8EhnYcW) ...
2023-01-03T06:05:44.648Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:05:44.649Z||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:05:44.650Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T06:05:54.195Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:05:54.212Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:06:44.620Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:06:44.621Z||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:06:44.621Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T06:06:44.648Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:06:44.649Z||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:06:44.650Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T06:06:54.188Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:06:54.248Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:07:44.621Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:07:44.622Z||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:07:44.622Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T06:07:44.648Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:07:44.650Z||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:07:44.651Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T06:07:54.223Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:07:54.254Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:08:44.620Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:08:44.621Z||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:08:44.621Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T06:08:44.648Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:08:44.651Z||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:08:44.651Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T06:08:54.195Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:08:54.219Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:09:44.620Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:09:44.622Z||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:09:44.622Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T06:09:44.648Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:09:44.649Z||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:09:44.650Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T06:09:54.197Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:09:54.245Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:10:44.620Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:10:44.622Z||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:10:44.623Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T06:10:44.648Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:10:44.649Z||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:10:44.649Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T06:10:54.194Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:10:54.254Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:11:44.621Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:11:44.622Z||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:11:44.622Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T06:11:44.648Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:11:44.649Z||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:11:44.650Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T06:11:54.197Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:11:54.229Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:12:44.620Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:12:44.621Z||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:12:44.621Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T06:12:44.648Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:12:44.650Z||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:12:44.651Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T06:12:54.198Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:12:54.217Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:13:44.621Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:13:44.630Z||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:13:44.631Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EPOrtD39p8EhnYcW) ...
2023-01-03T06:13:44.649Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:13:44.651Z||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:13:44.652Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T06:13:54.218Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:13:54.219Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:14:44.620Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:14:44.622Z||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-03T06:14:44.622Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T06:14:44.648Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:14:44.649Z||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:44.649Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T06:14:54.196Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:14:54.234Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:15:44.620Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:15:44.621Z||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-03T06:15:44.621Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T06:15:44.648Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:15:44.650Z||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:15:44.650Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T06:15:54.216Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:15:54.238Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:16:44.620Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:16:44.622Z||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-03T06:16:44.622Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T06:16:44.648Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:16:44.649Z||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:16:44.649Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T06:16:54.208Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:16:54.230Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:17:44.620Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:17:44.621Z||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-03T06:17:44.621Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T06:17:44.648Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:17:44.649Z||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:17:44.649Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T06:17:54.212Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:17:54.236Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:18:44.620Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:18:44.621Z||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-03T06:18:44.621Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T06:18:44.648Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:18:44.649Z||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:18:44.649Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T06:18:54.218Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:18:54.263Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:19:44.623Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:19:44.624Z||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-03T06:19:44.624Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T06:19:44.648Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:19:44.649Z||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:19:44.649Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T06:19:54.223Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:19:54.223Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:20:44.620Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:20:44.621Z||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-03T06:20:44.621Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T06:20:44.648Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:20:44.649Z||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:20:44.649Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T06:20:54.204Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:20:54.205Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:21:44.620Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:21:44.623Z||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-03T06:21:44.623Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T06:21:44.648Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:21:44.653Z||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:21:44.654Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T06:21:54.211Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:21:54.250Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:22:44.621Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:22:44.624Z||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-03T06:22:44.625Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EPOrtD39p8EhnYcW) ...
2023-01-03T06:22:44.648Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:22:44.649Z||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:22:44.650Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T06:22:54.200Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:22:54.217Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:23:44.621Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:23:44.623Z||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-03T06:23:44.624Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T06:23:44.648Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:23:44.650Z||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:23:44.650Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T06:23:54.215Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:23:54.229Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:24:44.620Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:24:44.623Z||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-03T06:24:44.623Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T06:24:44.648Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:24:44.650Z||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:24:44.650Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T06:24:54.200Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:24:54.232Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:25:44.620Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:25:44.621Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T06:25:44.622Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EPOrtD39p8EhnYcW) ...
2023-01-03T06:25:44.650Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:25:44.651Z||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:25:44.651Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T06:25:54.185Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:25:54.264Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:26:44.620Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:26:44.622Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T06:26:44.626Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EPOrtD39p8EhnYcW) ...
2023-01-03T06:26:44.648Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:26:44.649Z||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:26:44.650Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T06:26:54.208Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:26:54.260Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:27:44.620Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:27:44.622Z||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-03T06:27:44.622Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T06:27:44.648Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:27:44.649Z||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:27:44.649Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T06:27:54.242Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:27:54.242Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:28:44.620Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:28:44.621Z||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-03T06:28:44.622Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T06:28:44.659Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:28:44.660Z||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:28:44.661Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T06:28:54.186Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:28:54.251Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:29:44.621Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:29:44.624Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T06:29:44.625Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EPOrtD39p8EhnYcW) ...
2023-01-03T06:29:44.648Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:29:44.649Z||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:29:44.649Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T06:29:54.216Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:29:54.257Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:30:44.620Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:30:44.623Z||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-03T06:30:44.623Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T06:30:44.648Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:30:44.649Z||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:30:44.650Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T06:30:54.201Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:30:54.213Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:31:44.620Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:31:44.623Z||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-03T06:31:44.623Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T06:31:44.648Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:31:44.652Z||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:31:44.652Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T06:31:54.201Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:31:54.237Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:32:44.620Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:32:44.621Z||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-03T06:32:44.621Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T06:32:44.648Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:32:44.651Z||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:32:44.651Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T06:32:54.250Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:32:54.306Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:33:44.620Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:33:44.622Z||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-03T06:33:44.622Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T06:33:44.648Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:33:44.649Z||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:33:44.650Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T06:33:54.246Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:33:54.255Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:34:44.620Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:34:44.621Z||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-03T06:34:44.621Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T06:34:44.648Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:34:44.649Z||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:34:44.649Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T06:34:54.213Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:34:54.249Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:35:44.620Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:35:44.625Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T06:35:44.626Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T06:35:44.648Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:35:44.649Z||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:35:44.649Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T06:35:45.103Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:35:45.116Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-03T06:35:45.117Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62a1c94b-3358-4596-af1e-e182b4ce000d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672727707370,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103063356/1.0/resourceInstances/vfw174df12720d30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T06:35:45.198Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-03T06:35:45.199Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-03T06:35:45.199Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62a1c94b-3358-4596-af1e-e182b4ce000d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672727698823,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103063356/1.0/resourceInstances/vfw174df12720d30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T06:35:45.199Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-03T06:35:45.199Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-03T06:35:45.199Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62a1c94b-3358-4596-af1e-e182b4ce000d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672727687210,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103063356/1.0/resourceInstances/vfw174df12720d30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T06:35:45.200Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-03T06:35:45.200Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-03T06:35:45.200Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62a1c94b-3358-4596-af1e-e182b4ce000d",
  "consumerID": "aai-model-loader",
  "timestamp": 1672727705144,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103063356/1.0/resourceInstances/vfw174df12720d30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T06:35:45.200Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-03T06:35:45.201Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-03T06:35:45.201Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62a1c94b-3358-4596-af1e-e182b4ce000d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672727707370,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103063356/1.0/resourceInstances/vfw174df12720d30/artifacts/vfw174df12720d30_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-03T06:35:45.201Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-03T06:35:45.201Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-03T06:35:45.201Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62a1c94b-3358-4596-af1e-e182b4ce000d",
  "consumerID": "aai-model-loader",
  "timestamp": 1672727705144,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103063356/1.0/resourceInstances/vfw174df12720d30/artifacts/vfw174df12720d30_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-03T06:35:45.202Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-03T06:35:45.202Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-03T06:35:45.202Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62a1c94b-3358-4596-af1e-e182b4ce000d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672727698823,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103063356/1.0/resourceInstances/vfw174df12720d30/artifacts/vfw174df12720d30_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-03T06:35:45.202Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-03T06:35:45.202Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-03T06:35:45.202Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62a1c94b-3358-4596-af1e-e182b4ce000d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672727687210,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103063356/1.0/resourceInstances/vfw174df12720d30/artifacts/vfw174df12720d30_modules.json",
  "status": "NOTIFIED"
}
2023-01-03T06:35:45.203Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-03T06:35:45.203Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-03T06:35:45.203Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62a1c94b-3358-4596-af1e-e182b4ce000d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672727707370,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103063356/1.0/resourceInstances/vfw174df12720d30/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T06:35:45.204Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-03T06:35:45.204Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-03T06:35:45.204Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62a1c94b-3358-4596-af1e-e182b4ce000d",
  "consumerID": "aai-model-loader",
  "timestamp": 1672727705144,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103063356/1.0/resourceInstances/vfw174df12720d30/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T06:35:45.204Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-03T06:35:45.204Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-03T06:35:45.205Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62a1c94b-3358-4596-af1e-e182b4ce000d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672727698823,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103063356/1.0/resourceInstances/vfw174df12720d30/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T06:35:45.205Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-03T06:35:45.205Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-03T06:35:45.205Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62a1c94b-3358-4596-af1e-e182b4ce000d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672727687210,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103063356/1.0/resourceInstances/vfw174df12720d30/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-01-03T06:35:45.206Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-03T06:35:45.206Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-03T06:35:45.206Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62a1c94b-3358-4596-af1e-e182b4ce000d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672727707370,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103063356/1.0/resourceInstances/vfw174df12720d30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T06:35:45.206Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-03T06:35:45.206Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-03T06:35:45.206Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62a1c94b-3358-4596-af1e-e182b4ce000d",
  "consumerID": "aai-model-loader",
  "timestamp": 1672727705144,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103063356/1.0/resourceInstances/vfw174df12720d30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T06:35:45.207Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-03T06:35:45.207Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-03T06:35:45.207Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62a1c94b-3358-4596-af1e-e182b4ce000d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672727698823,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103063356/1.0/resourceInstances/vfw174df12720d30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T06:35:45.207Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-03T06:35:45.207Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-03T06:35:45.207Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62a1c94b-3358-4596-af1e-e182b4ce000d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672727687210,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103063356/1.0/resourceInstances/vfw174df12720d30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T06:35:45.209Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-03T06:35:45.209Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-03T06:35:45.210Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62a1c94b-3358-4596-af1e-e182b4ce000d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672727707370,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103063356/1.0/resourceInstances/vfw174df12720d30/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-01-03T06:35:45.210Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-03T06:35:45.210Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-03T06:35:45.211Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62a1c94b-3358-4596-af1e-e182b4ce000d",
  "consumerID": "aai-model-loader",
  "timestamp": 1672727705144,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103063356/1.0/resourceInstances/vfw174df12720d30/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-01-03T06:35:45.211Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-03T06:35:45.211Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-03T06:35:45.211Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62a1c94b-3358-4596-af1e-e182b4ce000d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672727698823,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103063356/1.0/resourceInstances/vfw174df12720d30/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-01-03T06:35:45.211Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-03T06:35:45.211Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-03T06:35:45.211Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62a1c94b-3358-4596-af1e-e182b4ce000d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672727687210,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103063356/1.0/resourceInstances/vfw174df12720d30/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-01-03T06:35:45.212Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-03T06:35:45.212Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-03T06:35:45.212Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62a1c94b-3358-4596-af1e-e182b4ce000d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672727707370,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103063356/1.0/artifacts/service-Vfw20230103063356-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T06:35:45.212Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-03T06:35:45.212Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-03T06:35:45.212Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62a1c94b-3358-4596-af1e-e182b4ce000d",
  "consumerID": "aai-model-loader",
  "timestamp": 1672727705144,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103063356/1.0/artifacts/service-Vfw20230103063356-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T06:35:45.213Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-03T06:35:45.213Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-03T06:35:45.213Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62a1c94b-3358-4596-af1e-e182b4ce000d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672727698823,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103063356/1.0/artifacts/service-Vfw20230103063356-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T06:35:45.213Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-03T06:35:45.213Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-03T06:35:45.214Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62a1c94b-3358-4596-af1e-e182b4ce000d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672727687210,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103063356/1.0/artifacts/service-Vfw20230103063356-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T06:35:45.214Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-03T06:35:45.214Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-03T06:35:45.214Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62a1c94b-3358-4596-af1e-e182b4ce000d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672727707370,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103063356/1.0/artifacts/service-Vfw20230103063356-csar.csar",
  "status": "NOTIFIED"
}
2023-01-03T06:35:45.215Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-03T06:35:45.215Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-03T06:35:45.215Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62a1c94b-3358-4596-af1e-e182b4ce000d",
  "consumerID": "aai-model-loader",
  "timestamp": 1672727705144,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103063356/1.0/artifacts/service-Vfw20230103063356-csar.csar",
  "status": "NOTIFIED"
}
2023-01-03T06:35:45.215Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-03T06:35:45.215Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-03T06:35:45.215Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62a1c94b-3358-4596-af1e-e182b4ce000d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672727698823,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103063356/1.0/artifacts/service-Vfw20230103063356-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-03T06:35:45.216Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-03T06:35:45.216Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-03T06:35:45.216Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62a1c94b-3358-4596-af1e-e182b4ce000d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672727687210,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103063356/1.0/artifacts/service-Vfw20230103063356-csar.csar",
  "status": "NOTIFIED"
}
2023-01-03T06:35:45.216Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-03T06:35:45.217Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-03T06:35:45.217Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62a1c94b-3358-4596-af1e-e182b4ce000d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672727721749,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103063356/1.0/artifacts/service-Vfw20230103063356-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-03T06:35:45.217Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-03T06:35:45.217Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-03T06:35:45.217Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62a1c94b-3358-4596-af1e-e182b4ce000d",
  "consumerID": "aai-model-loader",
  "timestamp": 1672727722438,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103063356/1.0/artifacts/service-Vfw20230103063356-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-03T06:35:45.218Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-03T06:35:45.218Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-03T06:35:45.218Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62a1c94b-3358-4596-af1e-e182b4ce000d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672727722436,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103063356/1.0/resourceInstances/vfw174df12720d30/artifacts/vfw174df12720d30_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-03T06:35:45.218Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-03T06:35:45.218Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-03T06:35:45.218Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62a1c94b-3358-4596-af1e-e182b4ce000d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672727722766,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103063356/1.0/artifacts/service-Vfw20230103063356-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
2023-01-03T06:35:45.310Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:35:45.311Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-03T06:35:45.312Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"62a1c94b-3358-4596-af1e-e182b4ce000d","serviceName":"vFW 2023-01-03 06-33-56","serviceVersion":"1.0","serviceUUID":"02e84650-f796-4415-8b60-68853f008d18","serviceDescription":"catalog service description","serviceInvariantUUID":"85a090d2-1d0a-4034-80cd-2630df5c7164","resources":[{"resourceInstanceName":"vFW 174df127-20d3 0","resourceName":"vFW 174df127-20d3","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3a0cba68-73d8-4fc1-8645-2c0c3356710e","resourceInvariantUUID":"fe6adc7f-2243-4546-a549-a16c308ec6e3","resourceCustomizationUUID":"6d013bec-8a72-4f9b-b3be-92466a725df5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230103063356/1.0/resourceInstances/vfw174df12720d30/artifacts/vf-license-model.xml","artifactChecksum":"ZTBiNjNiZTNmNDgwM2UyNmZhZjQ2MmZiNWFlODIwMTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"763aa2a2-cbcf-44a4-b165-a812ce471e52","artifactVersion":"1"},{"artifactName":"vfw174df12720d30_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230103063356/1.0/resourceInstances/vfw174df12720d30/artifacts/vfw174df12720d30_modules.json","artifactChecksum":"MDBjZGVkYTgwNTMxOTRkNjA0MmZmZTExOTMyMjFjODQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"43a8dc65-95f6-4f18-8eac-f8155157c262","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230103063356/1.0/resourceInstances/vfw174df12720d30/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"5a11302a-53a3-42d6-815a-65f71ce6c5d0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230103063356/1.0/resourceInstances/vfw174df12720d30/artifacts/vendor-license-model.xml","artifactChecksum":"MGVmNjA3NzgyZjZmZjI2MDYzZjc5MGMwZDFjYjRhNTM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"66b91d19-e43c-4716-9598-69a7327f2cc4","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230103063356/1.0/resourceInstances/vfw174df12720d30/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a651e8c7-fbe3-4fe6-9817-a5ecf90e9650","artifactVersion":"2","generatedFromUUID":"5a11302a-53a3-42d6-815a-65f71ce6c5d0"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230103063356-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230103063356/1.0/artifacts/service-Vfw20230103063356-template.yml","artifactChecksum":"OTA5MjA0NTkwODNjMTU4NTVlYzU0NWI2MGU5NTVjM2M\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d316587c-1267-4f88-83cf-dd0669b7f6b2","artifactVersion":"1"},{"artifactName":"service-Vfw20230103063356-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230103063356/1.0/artifacts/service-Vfw20230103063356-csar.csar","artifactChecksum":"NDcxM2Y3YjlkOTRmNDhjMDY2NmExOTdmZDgzZmJhYTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d2b45e15-c979-42a6-b51d-b7e5b0cae092","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-03T06:35:45.342Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-03T06:35:45.375Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-03T06:35:45.404Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-03T06:35:45.405Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "62a1c94b-3358-4596-af1e-e182b4ce000d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672727744620,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103063356/1.0/resourceInstances/vfw174df12720d30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-03T06:35:45.506Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 45 ms
2023-01-03T06:35:45.513Z||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-03T06:35:45.514Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPOrtD39p8EhnYcW) ...
2023-01-03T06:35:45.533Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:35:45.534Z||pool-3-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-03T06:35:45.733Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 62a1c94b-3358-4596-af1e-e182b4ce000d
2023-01-03T06:35:45.769Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 62a1c94b-3358-4596-af1e-e182b4ce000d 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-03T06:35:45.799Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-03T06:35:45.799Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62a1c94b-3358-4596-af1e-e182b4ce000d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672727723570,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103063356/1.0/resourceInstances/vfw174df12720d30/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-03T06:35:45.800Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-03T06:35:45.800Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-03T06:35:45.800Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62a1c94b-3358-4596-af1e-e182b4ce000d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672727722849,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103063356/1.0/resourceInstances/vfw174df12720d30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T06:35:45.800Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-03T06:35:45.800Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-03T06:35:45.801Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62a1c94b-3358-4596-af1e-e182b4ce000d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672727724739,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103063356/1.0/resourceInstances/vfw174df12720d30/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2023-01-03T06:35:45.801Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-03T06:35:45.801Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-03T06:35:45.801Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62a1c94b-3358-4596-af1e-e182b4ce000d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672727722849,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103063356/1.0/resourceInstances/vfw174df12720d30/artifacts/vfw174df12720d30_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-03T06:35:45.801Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-03T06:35:45.801Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-03T06:35:45.801Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62a1c94b-3358-4596-af1e-e182b4ce000d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672727722849,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103063356/1.0/resourceInstances/vfw174df12720d30/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T06:35:45.801Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-03T06:35:45.802Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-03T06:35:45.802Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62a1c94b-3358-4596-af1e-e182b4ce000d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672727725959,
  "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-03T06:35:45.823Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 62a1c94b-3358-4596-af1e-e182b4ce000d
2023-01-03T06:35:45.823Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 62a1c94b-3358-4596-af1e-e182b4ce000d 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-03T06:35:45.834Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-03T06:35:45.834Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62a1c94b-3358-4596-af1e-e182b4ce000d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672727722849,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103063356/1.0/resourceInstances/vfw174df12720d30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T06:35:45.835Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-03T06:35:45.835Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-03T06:35:45.835Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62a1c94b-3358-4596-af1e-e182b4ce000d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672727726973,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103063356/1.0/resourceInstances/vfw174df12720d30/artifacts/vfw174df12720d30_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-03T06:35:45.835Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-03T06:35:45.835Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-03T06:35:45.835Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62a1c94b-3358-4596-af1e-e182b4ce000d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672727722849,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103063356/1.0/resourceInstances/vfw174df12720d30/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-01-03T06:35:45.836Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-03T06:35:45.836Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-03T06:35:45.836Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62a1c94b-3358-4596-af1e-e182b4ce000d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672727722849,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103063356/1.0/artifacts/service-Vfw20230103063356-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T06:35:45.836Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-03T06:35:45.836Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-03T06:35:45.836Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62a1c94b-3358-4596-af1e-e182b4ce000d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672727722849,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103063356/1.0/artifacts/service-Vfw20230103063356-csar.csar",
  "status": "NOTIFIED"
}
2023-01-03T06:35:45.837Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-03T06:35:45.837Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-03T06:35:45.837Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62a1c94b-3358-4596-af1e-e182b4ce000d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672727730692,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103063356/1.0/artifacts/service-Vfw20230103063356-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-03T06:35:45.838Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-03T06:35:45.838Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-03T06:35:45.838Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62a1c94b-3358-4596-af1e-e182b4ce000d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672727736571,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103063356/1.0/artifacts/service-Vfw20230103063356-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-03T06:35:45.839Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-03T06:35:45.839Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-03T06:35:45.839Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62a1c94b-3358-4596-af1e-e182b4ce000d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672727737576,
  "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-03T06:35:45.847Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 62a1c94b-3358-4596-af1e-e182b4ce000d
2023-01-03T06:35:45.847Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 62a1c94b-3358-4596-af1e-e182b4ce000d 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-03T06:35:45.862Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-03T06:35:45.863Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62a1c94b-3358-4596-af1e-e182b4ce000d",
  "consumerID": "aai-model-loader",
  "timestamp": 1672727743732,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103063356/1.0/artifacts/service-Vfw20230103063356-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-03T06:35:45.863Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-03T06:35:46.474Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-03T06:35:46.476Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-03T06:35:46.482Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-03T06:35:46.483Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "62a1c94b-3358-4596-af1e-e182b4ce000d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672727744620,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103063356/1.0/resourceInstances/vfw174df12720d30/artifacts/vfw174df12720d30_modules.json",
  "status": "NOTIFIED"
}
2023-01-03T06:35:46.580Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2023-01-03T06:35:46.582Z||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-03T06:35:46.582Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPOrtD39p8EhnYcW) ...
2023-01-03T06:35:46.640Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:35:46.642Z||pool-4-thread-1|||||INFO|500||cambria reply ok (61 ms):{"serverTimeMs":0,"count":1}
2023-01-03T06:35:47.484Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-03T06:35:47.485Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-03T06:35:47.488Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-03T06:35:47.489Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "62a1c94b-3358-4596-af1e-e182b4ce000d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672727744620,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103063356/1.0/resourceInstances/vfw174df12720d30/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-01-03T06:35:47.588Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-03T06:35:47.589Z||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-03T06:35:47.589Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPOrtD39p8EhnYcW) ...
2023-01-03T06:35:47.604Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:35:47.605Z||pool-5-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2023-01-03T06:35:48.489Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-03T06:35:48.490Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-03T06:35:48.497Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-03T06:35:48.497Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "62a1c94b-3358-4596-af1e-e182b4ce000d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672727744620,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103063356/1.0/resourceInstances/vfw174df12720d30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T06:35:48.594Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2023-01-03T06:35:48.595Z||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-03T06:35:48.596Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPOrtD39p8EhnYcW) ...
2023-01-03T06:35:48.615Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:35:48.616Z||pool-6-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2023-01-03T06:35:49.498Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-03T06:35:49.501Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-03T06:35:49.506Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-03T06:35:49.506Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "62a1c94b-3358-4596-af1e-e182b4ce000d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672727744620,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103063356/1.0/resourceInstances/vfw174df12720d30/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-01-03T06:35:49.607Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-01-03T06:35:49.609Z||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-03T06:35:49.610Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPOrtD39p8EhnYcW) ...
2023-01-03T06:35:49.699Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:35:49.700Z||pool-7-thread-1|||||INFO|500||cambria reply ok (92 ms):{"serverTimeMs":0,"count":1}
2023-01-03T06:35:50.507Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-03T06:35:50.508Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-03T06:35:50.513Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-03T06:35:50.513Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "62a1c94b-3358-4596-af1e-e182b4ce000d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672727744620,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103063356/1.0/artifacts/service-Vfw20230103063356-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T06:35:50.613Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-03T06:35:50.614Z||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-03T06:35:50.615Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPOrtD39p8EhnYcW) ...
2023-01-03T06:35:50.635Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:35:50.636Z||pool-8-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2023-01-03T06:35:51.514Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-03T06:35:51.515Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-03T06:35:51.523Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-03T06:35:51.523Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "62a1c94b-3358-4596-af1e-e182b4ce000d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672727744620,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103063356/1.0/artifacts/service-Vfw20230103063356-csar.csar",
  "status": "NOTIFIED"
}
2023-01-03T06:35:51.619Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2023-01-03T06:35:51.620Z||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-03T06:35:51.621Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPOrtD39p8EhnYcW) ...
2023-01-03T06:35:51.651Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:35:51.654Z||pool-9-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2023-01-03T06:35:52.527Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "62a1c94b-3358-4596-af1e-e182b4ce000d",
  "serviceName": "vFW 2023-01-03 06-33-56",
  "serviceVersion": "1.0",
  "serviceUUID": "02e84650-f796-4415-8b60-68853f008d18",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "85a090d2-1d0a-4034-80cd-2630df5c7164",
  "resources": [
    {
      "resourceInstanceName": "vFW 174df127-20d3 0",
      "resourceCustomizationUUID": "6d013bec-8a72-4f9b-b3be-92466a725df5",
      "resourceName": "vFW 174df127-20d3",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "3a0cba68-73d8-4fc1-8645-2c0c3356710e",
      "resourceInvariantUUID": "fe6adc7f-2243-4546-a549-a16c308ec6e3",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw174df12720d30_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230103063356/1.0/resourceInstances/vfw174df12720d30/artifacts/vfw174df12720d30_modules.json",
          "artifactChecksum": "MDBjZGVkYTgwNTMxOTRkNjA0MmZmZTExOTMyMjFjODQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "43a8dc65-95f6-4f18-8eac-f8155157c262",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230103063356/1.0/resourceInstances/vfw174df12720d30/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "5a11302a-53a3-42d6-815a-65f71ce6c5d0",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230103063356/1.0/resourceInstances/vfw174df12720d30/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "a651e8c7-fbe3-4fe6-9817-a5ecf90e9650",
            "generatedFromUUID": "5a11302a-53a3-42d6-815a-65f71ce6c5d0"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230103063356/1.0/resourceInstances/vfw174df12720d30/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "a651e8c7-fbe3-4fe6-9817-a5ecf90e9650",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230103063356-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230103063356/1.0/artifacts/service-Vfw20230103063356-csar.csar",
      "artifactChecksum": "NDcxM2Y3YjlkOTRmNDhjMDY2NmExOTdmZDgzZmJhYTY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d2b45e15-c979-42a6-b51d-b7e5b0cae092"
    }
  ],
  "workloadContext": "Production"
}
2023-01-03T06:35:52.529Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-03T06:35:52.534Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 02e84650-f796-4415-8b60-68853f008d18 ASDC
2023-01-03T06:35:52.893Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:62a1c94b-3358-4596-af1e-e182b4ce000d
ServiceName:vFW 2023-01-03 06-33-56
ServiceVersion:1.0
ServiceUUID:02e84650-f796-4415-8b60-68853f008d18
ServiceInvariantUUID:85a090d2-1d0a-4034-80cd-2630df5c7164
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230103063356-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230103063356/1.0/artifacts/service-Vfw20230103063356-csar.csar
ArtifactUUID:d2b45e15-c979-42a6-b51d-b7e5b0cae092
ArtifactChecksum:NDcxM2Y3YjlkOTRmNDhjMDY2NmExOTdmZDgzZmJhYTY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 174df127-20d3 0
ResourceCustomizationUUID:6d013bec-8a72-4f9b-b3be-92466a725df5
ResourceInvariantUUID:fe6adc7f-2243-4546-a549-a16c308ec6e3
ResourceName:vFW 174df127-20d3
ResourceType:VF
ResourceUUID:3a0cba68-73d8-4fc1-8645-2c0c3356710e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw174df12720d30_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230103063356/1.0/resourceInstances/vfw174df12720d30/artifacts/vfw174df12720d30_modules.json
ArtifactUUID:43a8dc65-95f6-4f18-8eac-f8155157c262
ArtifactChecksum:MDBjZGVkYTgwNTMxOTRkNjA0MmZmZTExOTMyMjFjODQ=
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/Vfw20230103063356/1.0/resourceInstances/vfw174df12720d30/artifacts/base_vfw.yaml
ArtifactUUID:5a11302a-53a3-42d6-815a-65f71ce6c5d0
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/Vfw20230103063356/1.0/resourceInstances/vfw174df12720d30/artifacts/base_vfw.env
ArtifactUUID:a651e8c7-fbe3-4fe6-9817-a5ecf90e9650
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/Vfw20230103063356/1.0/resourceInstances/vfw174df12720d30/artifacts/base_vfw.env
ArtifactUUID:a651e8c7-fbe3-4fe6-9817-a5ecf90e9650
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-01-03T06:35:52.894Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 02e84650-f796-4415-8b60-68853f008d18 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-03T06:35:53.030Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-03T06:35:53.031Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-01-03T06:35:53.042Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-01-03T06:35:53.043Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: d2b45e15-c979-42a6-b51d-b7e5b0cae092 from URL: /sdc/v1/catalog/services/Vfw20230103063356/1.0/artifacts/service-Vfw20230103063356-csar.csar
2023-01-03T06:35:53.044Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-01-03T06:35:53.051Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230103063356/1.0/artifacts/service-Vfw20230103063356-csar.csar
2023-01-03T06:35:53.240Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-01-03T06:35:53.274Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230103063356/1.0/artifacts/service-Vfw20230103063356-csar.csar d2b45e15-c979-42a6-b51d-b7e5b0cae092 101473
2023-01-03T06:35:53.279Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230103063356/1.0/artifacts/service-Vfw20230103063356-csar.csar ASDC sendASDCNotification
2023-01-03T06:35:53.280Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230103063356/1.0/artifacts/service-Vfw20230103063356-csar.csar
2023-01-03T06:35:53.285Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-03T06:35:53.288Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-03T06:35:53.293Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-03T06:35:53.293Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "62a1c94b-3358-4596-af1e-e182b4ce000d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672727753275,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103063356/1.0/artifacts/service-Vfw20230103063356-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-03T06:35:53.394Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-03T06:35:53.396Z||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-03T06:35:53.396Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPOrtD39p8EhnYcW) ...
2023-01-03T06:35:53.421Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:35:53.422Z||pool-10-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2023-01-03T06:35:54.294Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-03T06:35:54.296Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-01-03T06:35:54.297Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: d2b45e15-c979-42a6-b51d-b7e5b0cae092, URL: /sdc/v1/catalog/services/Vfw20230103063356/1.0/artifacts/service-Vfw20230103063356-csar.csar to file: /app/ASDC/1/service-Vfw20230103063356-csar.csar
2023-01-03T06:35:54.297Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230103063356-csar.csar
2023-01-03T06:35:54.516Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230103063356-csar.csar
2023-01-03T06:35:54.516Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230103063356-csar.csar
2023-01-03T06:35:55.966Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP452702608587928857/Definitions/service-Vfw20230103063356-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_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_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-03T06:36:02.166Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-03T06:36:02.185Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-01-03T06:36:02.186Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230103063356-csar.csar
2023-01-03T06:36:02.186Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-01-03T06:36:02.187Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230103063356-csar.csar
2023-01-03T06:36:02.187Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230103063356-csar.csar
2023-01-03T06:36:02.188Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230103063356-csar.csar
2023-01-03T06:36:02.188Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230103063356-csar.csar
2023-01-03T06:36:02.188Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230103063356-csar.csar
2023-01-03T06:36:02.189Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230103063356-csar.csar
2023-01-03T06:36:02.189Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230103063356-csar.csar
2023-01-03T06:36:02.189Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230103063356-csar.csar
2023-01-03T06:36:02.190Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230103063356-csar.csar
2023-01-03T06:36:02.190Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230103063356-csar.csar
2023-01-03T06:36:02.191Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 174df127-20d3 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-Vfw20230103063356-csar.csar
2023-01-03T06:36:02.191Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-01-03T06:36:02.212Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-03T06:36:02.216Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-01-03 06-33-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-03T06:36:02.232Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Node template vFW 174df127-20d3 0 is matching search criteria
2023-01-03T06:36:02.233Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-01-03T06:36:02.237Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 174df127-20d3 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-03T06:36:02.241Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-03T06:36:02.242Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-01-03 06-33-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-03T06:36:02.243Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Node template vFW 174df127-20d3 0 is matching search criteria
2023-01-03T06:36:02.243Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-01-03T06:36:02.245Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 174df127-20d3 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-03T06:36:02.246Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-03T06:36:02.247Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-01-03 06-33-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-03T06:36:02.259Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-03T06:36:02.260Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Node template vFW 174df127-20d3 0 is not matching search criteria
2023-01-03T06:36:02.262Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-03T06:36:02.263Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-03T06:36:02.264Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-03T06:36:02.264Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-03T06:36:02.265Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-03T06:36:02.265Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-03T06:36:02.266Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-03T06:36:02.266Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-03T06:36:02.267Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-03T06:36:02.267Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-03T06:36:02.268Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-03T06:36:02.269Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-03T06:36:02.269Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-03T06:36:02.270Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-03T06:36:02.271Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-03T06:36:02.271Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-01-03T06:36:02.272Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-03T06:36:02.272Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-01-03 06-33-56 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-03T06:36:02.276Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-03T06:36:02.277Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Node template vFW 174df127-20d3 0 is matching search criteria
2023-01-03T06:36:02.277Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 174df127-20d3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-03T06:36:02.278Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-03T06:36:02.279Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Node template vFW 174df127-20d3 0 is matching search criteria
2023-01-03T06:36:02.280Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 174df127-20d3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-03T06:36:02.281Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-03T06:36:02.281Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Node template vFW 174df127-20d3 0 is matching search criteria
2023-01-03T06:36:02.282Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 174df127-20d3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-03T06:36:02.291Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-03T06:36:02.292Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Node template vFW 174df127-20d3 0 is not matching search criteria
2023-01-03T06:36:02.293Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-03T06:36:02.293Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-01-03T06:36:02.294Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-03T06:36:02.294Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-03T06:36:02.294Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-03T06:36:02.294Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-03T06:36:02.295Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-03T06:36:02.295Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-03T06:36:02.295Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-03T06:36:02.296Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-03T06:36:02.296Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-03T06:36:02.297Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=4b8bbe7e-693a-4639-9c63-be15a85d198e
2023-01-03T06:36:02.297Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-03T06:36:02.298Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Node template vFW 174df127-20d3 0 is not matching search criteria
2023-01-03T06:36:02.298Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-03T06:36:02.298Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-03T06:36:02.298Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-03T06:36:02.299Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-03T06:36:02.299Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-03T06:36:02.299Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-03T06:36:02.299Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-03T06:36:02.300Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-01-03T06:36:02.300Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-03T06:36:02.300Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-03T06:36:02.300Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-03T06:36:02.301Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-03T06:36:02.301Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=be0830ab-22d6-455b-a9d1-6fa2abb34c6b
2023-01-03T06:36:02.301Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-03T06:36:02.302Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Node template vFW 174df127-20d3 0 is not matching search criteria
2023-01-03T06:36:02.303Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-03T06:36:02.303Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-03T06:36:02.304Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-03T06:36:02.304Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-03T06:36:02.304Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-03T06:36:02.305Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-03T06:36:02.305Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-03T06:36:02.305Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-03T06:36:02.305Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-03T06:36:02.306Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-03T06:36:02.306Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-03T06:36:02.306Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-01-03T06:36:02.306Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=e1dab127-a84c-4b6c-b3c3-4b11c47e1801
2023-01-03T06:36:02.308Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-03T06:36:02.308Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-01-03 06-33-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-03T06:36:02.308Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-03T06:36:02.309Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-01-03 06-33-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-03T06:36:02.309Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-03T06:36:02.309Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-01-03 06-33-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-03T06:36:02.310Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-03T06:36:02.310Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-01-03 06-33-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-03T06:36:02.310Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-01-03 06-33-56
Description:catalog service description
Model UUID:02e84650-f796-4415-8b60-68853f008d18
Model Version:NULL
Model InvariantUuid:85a090d2-1d0a-4034-80cd-2630df5c7164
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 174df127-20d3
Model UUID:8a27eab6-3b17-4dcb-84cd-a91eb412b429
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:fe6adc7f-2243-4546-a549-a16c308ec6e3
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:6d013bec-8a72-4f9b-b3be-92466a725df5
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:13d5632b-2b08-42e6-99ab-f69160bb1ceb
ModelName:Vfw174df12720d3..base_vfw..module-0
ModelUuid:6ef2b4df-83cc-4cae-9dc9-1a38c4307fa9
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:4b8bbe7e-693a-4639-9c63-be15a85d198e
ModelInvariantUuid:6681291e-544e-4463-a660-6f4a2bc2e861
ModelName:vFW 174df127-20d3-nodes.vfwCvfc
ModelUuid:1c9e5d0e-8462-4bdd-994c-d676782bfe9f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:f3a18288-dd12-4030-bbd5-0ef117097d8f
ModelInvariantUuid:fdbb4b06-97ef-4215-aaf5-f9285f0a3321
ModelName:Vfw174df12720d3.compute.nodes.heat.vfw
ModelUuid:197ef790-e7c7-4ee3-9bca-b0dc8ed2b097
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:be0830ab-22d6-455b-a9d1-6fa2abb34c6b
ModelInvariantUuid:2dbaa42c-7023-4faa-98bd-16e2e62a3894
ModelName:vFW 174df127-20d3-nodes.vsnCvfc
ModelUuid:28e12778-104c-43c5-8862-53eca3b38e88
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:20176895-ae3a-437a-b82e-bc01557ff7c6
ModelInvariantUuid:c16d35e6-ab10-4f44-8cdb-d78fa24a1a8c
ModelName:Vfw174df12720d3.compute.nodes.heat.vsn
ModelUuid:56d578cf-f3d6-4c28-a99b-4b5fcbac2363
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:e1dab127-a84c-4b6c-b3c3-4b11c47e1801
ModelInvariantUuid:c11a4a34-ceb6-430c-a35f-26054195110e
ModelName:vFW 174df127-20d3-nodes.vpgCvfc
ModelUuid:ff5f6977-327b-4342-b275-5912c977e65a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:aa56a6df-4049-43eb-800e-b59a4cd25532
ModelInvariantUuid:0dd509e0-9ecd-4c66-ad4d-0362b0b3fca9
ModelName:Vfw174df12720d3.compute.nodes.heat.vpg
ModelUuid:bdf227c2-ec8f-4280-9e65-dc095e5e8fd4
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-03T06:36:02.383Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 3a0cba68-73d8-4fc1-8645-2c0c3356710e
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-03T06:36:02.639Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||INFO|500||vFW 174df127-20d3 0
2023-01-03T06:36:02.653Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3a0cba68-73d8-4fc1-8645-2c0c3356710e
2023-01-03T06:36:02.654Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 43a8dc65-95f6-4f18-8eac-f8155157c262 from URL: /sdc/v1/catalog/services/Vfw20230103063356/1.0/resourceInstances/vfw174df12720d30/artifacts/vfw174df12720d30_modules.json
2023-01-03T06:36:02.654Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-01-03T06:36:02.654Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230103063356/1.0/resourceInstances/vfw174df12720d30/artifacts/vfw174df12720d30_modules.json
2023-01-03T06:36:02.717Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-01-03T06:36:02.718Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230103063356/1.0/resourceInstances/vfw174df12720d30/artifacts/vfw174df12720d30_modules.json 43a8dc65-95f6-4f18-8eac-f8155157c262 785
2023-01-03T06:36:02.719Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230103063356/1.0/resourceInstances/vfw174df12720d30/artifacts/vfw174df12720d30_modules.json ASDC sendASDCNotification
2023-01-03T06:36:02.719Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230103063356/1.0/resourceInstances/vfw174df12720d30/artifacts/vfw174df12720d30_modules.json
2023-01-03T06:36:02.720Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-03T06:36:02.720Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-03T06:36:02.725Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-03T06:36:02.726Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "62a1c94b-3358-4596-af1e-e182b4ce000d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672727762719,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103063356/1.0/resourceInstances/vfw174df12720d30/artifacts/vfw174df12720d30_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-03T06:36:02.827Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-01-03T06:36:02.829Z||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-03T06:36:02.829Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPOrtD39p8EhnYcW) ...
2023-01-03T06:36:02.856Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:36:02.857Z||pool-11-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2023-01-03T06:36:03.735Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw174df12720d3..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "13d5632b-2b08-42e6-99ab-f69160bb1ceb",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6ef2b4df-83cc-4cae-9dc9-1a38c4307fa9",
    "vfModuleModelCustomizationUUID": "2ea973e7-b034-4f50-b41b-30315c65d36e",
    "isBase": true,
    "artifacts": [
      "5a11302a-53a3-42d6-815a-65f71ce6c5d0",
      "a651e8c7-fbe3-4fe6-9817-a5ecf90e9650"
    ],
    "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-03T06:36:03.783Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw174df12720d3..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6ef2b4df-83cc-4cae-9dc9-1a38c4307fa9
VfModuleModelInvariantUUID:13d5632b-2b08-42e6-99ab-f69160bb1ceb
VfModuleModelDescription:NULL
Artifacts UUID List:{
5a11302a-53a3-42d6-815a-65f71ce6c5d0
,
a651e8c7-fbe3-4fe6-9817-a5ecf90e9650

}
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-03T06:36:03.804Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw174df12720d3..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "13d5632b-2b08-42e6-99ab-f69160bb1ceb",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6ef2b4df-83cc-4cae-9dc9-1a38c4307fa9",
    "vfModuleModelCustomizationUUID": "2ea973e7-b034-4f50-b41b-30315c65d36e",
    "isBase": true,
    "artifacts": [
      "5a11302a-53a3-42d6-815a-65f71ce6c5d0",
      "a651e8c7-fbe3-4fe6-9817-a5ecf90e9650"
    ],
    "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-03T06:36:03.805Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw174df12720d3..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6ef2b4df-83cc-4cae-9dc9-1a38c4307fa9
VfModuleModelInvariantUUID:13d5632b-2b08-42e6-99ab-f69160bb1ceb
VfModuleModelDescription:NULL
Artifacts UUID List:{
5a11302a-53a3-42d6-815a-65f71ce6c5d0
,
a651e8c7-fbe3-4fe6-9817-a5ecf90e9650

}
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-03T06:36:03.805Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 5a11302a-53a3-42d6-815a-65f71ce6c5d0 from URL: /sdc/v1/catalog/services/Vfw20230103063356/1.0/resourceInstances/vfw174df12720d30/artifacts/base_vfw.yaml
2023-01-03T06:36:03.806Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-01-03T06:36:03.807Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230103063356/1.0/resourceInstances/vfw174df12720d30/artifacts/base_vfw.yaml
2023-01-03T06:36:03.876Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-01-03T06:36:03.879Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230103063356/1.0/resourceInstances/vfw174df12720d30/artifacts/base_vfw.yaml 5a11302a-53a3-42d6-815a-65f71ce6c5d0 20368
2023-01-03T06:36:03.880Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230103063356/1.0/resourceInstances/vfw174df12720d30/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-01-03T06:36:03.880Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230103063356/1.0/resourceInstances/vfw174df12720d30/artifacts/base_vfw.yaml
2023-01-03T06:36:03.880Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-03T06:36:03.880Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-03T06:36:03.914Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-03T06:36:03.915Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "62a1c94b-3358-4596-af1e-e182b4ce000d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672727763879,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103063356/1.0/resourceInstances/vfw174df12720d30/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-03T06:36:03.990Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 75 ms
2023-01-03T06:36:03.992Z||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-03T06:36:03.992Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPOrtD39p8EhnYcW) ...
2023-01-03T06:36:04.036Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:36:04.037Z||pool-12-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":1,"count":1}
2023-01-03T06:36:04.925Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: a651e8c7-fbe3-4fe6-9817-a5ecf90e9650 from URL: /sdc/v1/catalog/services/Vfw20230103063356/1.0/resourceInstances/vfw174df12720d30/artifacts/base_vfw.env
2023-01-03T06:36:04.926Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-01-03T06:36:04.927Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230103063356/1.0/resourceInstances/vfw174df12720d30/artifacts/base_vfw.env
2023-01-03T06:36:04.988Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-01-03T06:36:04.989Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230103063356/1.0/resourceInstances/vfw174df12720d30/artifacts/base_vfw.env a651e8c7-fbe3-4fe6-9817-a5ecf90e9650 2098
2023-01-03T06:36:04.990Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230103063356/1.0/resourceInstances/vfw174df12720d30/artifacts/base_vfw.env ASDC sendASDCNotification
2023-01-03T06:36:04.990Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230103063356/1.0/resourceInstances/vfw174df12720d30/artifacts/base_vfw.env
2023-01-03T06:36:04.990Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-03T06:36:04.991Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-03T06:36:04.996Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-03T06:36:04.997Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "62a1c94b-3358-4596-af1e-e182b4ce000d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672727764990,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103063356/1.0/resourceInstances/vfw174df12720d30/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2023-01-03T06:36:05.097Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-03T06:36:05.099Z||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-03T06:36:05.102Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPOrtD39p8EhnYcW) ...
2023-01-03T06:36:05.129Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:36:05.131Z||pool-13-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1}
2023-01-03T06:36:05.998Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 02e84650-f796-4415-8b60-68853f008d18
2023-01-03T06:36:05.999Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 174df127-20d3 0 3a0cba68-73d8-4fc1-8645-2c0c3356710e 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-03T06:36:06.072Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@24355e6a, org.onap.sdc.toscaparser.api.parameters.Input@24b0c323, org.onap.sdc.toscaparser.api.parameters.Input@528fcd63, org.onap.sdc.toscaparser.api.parameters.Input@182760cb, org.onap.sdc.toscaparser.api.parameters.Input@166fbbab]
2023-01-03T06:36:06.096Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-03T06:36:06.097Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-01-03 06-33-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-03T06:36:06.097Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2023-01-03T06:36:06.098Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 6d013bec-8a72-4f9b-b3be-92466a725df5
2023-01-03T06:36:06.098Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 6d013bec-8a72-4f9b-b3be-92466a725df5 matches Tosca VF Customization UUID: 6d013bec-8a72-4f9b-b3be-92466a725df5
2023-01-03T06:36:06.098Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 6d013bec-8a72-4f9b-b3be-92466a725df5  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-03T06:36:06.111Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-03T06:36:06.112Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-01-03 06-33-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-03T06:36:06.120Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 6d013bec-8a72-4f9b-b3be-92466a725df5: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-01-03T06:36:06.121Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@739f1e76
2023-01-03T06:36:06.122Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-03T06:36:06.122Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-01-03 06-33-56 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-03T06:36:06.123Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2ea973e7-b034-4f50-b41b-30315c65d36e
2023-01-03T06:36:06.127Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2ea973e7-b034-4f50-b41b-30315c65d36e
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-03T06:36:06.151Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-03T06:36:06.152Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Node template vFW 174df127-20d3 0 is matching search criteria
2023-01-03T06:36:06.152Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 174df127-20d3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-03T06:36:06.153Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-03T06:36:06.153Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Node template vFW 174df127-20d3 0 is matching search criteria
2023-01-03T06:36:06.154Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 174df127-20d3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-03T06:36:06.154Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-03T06:36:06.154Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Node template vFW 174df127-20d3 0 is not matching search criteria
2023-01-03T06:36:06.155Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-03T06:36:06.155Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-01-03T06:36:06.155Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-03T06:36:06.155Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-03T06:36:06.156Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-03T06:36:06.156Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-03T06:36:06.157Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-03T06:36:06.157Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-03T06:36:06.158Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-03T06:36:06.158Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-03T06:36:06.158Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-03T06:36:06.159Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=4b8bbe7e-693a-4639-9c63-be15a85d198e
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-03T06:36:06.179Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-03T06:36:06.180Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Node template vFW 174df127-20d3 0 is matching search criteria
2023-01-03T06:36:06.180Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 174df127-20d3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-03T06:36:06.181Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-03T06:36:06.181Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Node template vFW 174df127-20d3 0 is not matching search criteria
2023-01-03T06:36:06.181Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-03T06:36:06.182Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-03T06:36:06.182Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-03T06:36:06.183Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-03T06:36:06.193Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-03T06:36:06.193Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-03T06:36:06.194Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-03T06:36:06.195Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-01-03T06:36:06.196Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-03T06:36:06.197Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-03T06:36:06.197Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-03T06:36:06.197Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-03T06:36:06.198Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=be0830ab-22d6-455b-a9d1-6fa2abb34c6b
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-03T06:36:06.204Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-03T06:36:06.205Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Node template vFW 174df127-20d3 0 is matching search criteria
2023-01-03T06:36:06.206Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 174df127-20d3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-03T06:36:06.212Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-03T06:36:06.214Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Node template vFW 174df127-20d3 0 is not matching search criteria
2023-01-03T06:36:06.215Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-03T06:36:06.215Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-03T06:36:06.216Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-03T06:36:06.216Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-03T06:36:06.217Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-03T06:36:06.217Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-03T06:36:06.218Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-03T06:36:06.223Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-03T06:36:06.223Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-03T06:36:06.224Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-03T06:36:06.224Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-03T06:36:06.225Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-01-03T06:36:06.225Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=e1dab127-a84c-4b6c-b3c3-4b11c47e1801
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-03T06:36:06.229Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-03T06:36:06.229Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Node template vFW 174df127-20d3 0 is matching search criteria
2023-01-03T06:36:06.233Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 174df127-20d3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-03T06:36:06.234Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-03T06:36:06.234Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Node template vFW 174df127-20d3 0 is matching search criteria
2023-01-03T06:36:06.235Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 174df127-20d3 0] matching following query criteria: sdcType=VF, customizationUUID=6d013bec-8a72-4f9b-b3be-92466a725df5
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-03T06:36:06.241Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-03T06:36:06.241Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-01-03 06-33-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-03T06:36:06.242Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 02e84650-f796-4415-8b60-68853f008d18: vFW 174df127-20d3
2023-01-03T06:36:06.242Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-03T06:36:06.243Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-01-03 06-33-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-03T06:36:06.244Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-03T06:36:06.245Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-01-03 06-33-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-03T06:36:06.245Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-03T06:36:06.246Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-01-03 06-33-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-03T06:36:06.246Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-03T06:36:06.246Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-01-03 06-33-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-03T06:36:06.250Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-03T06:36:06.250Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-01-03 06-33-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-03T06:36:06.251Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2023-01-03 06-33-56 
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-03T06:36:06.655Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 174df127-20d3 3a0cba68-73d8-4fc1-8645-2c0c3356710e 1 ASDC deployResourceStructure
2023-01-03T06:36:06.657Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230103063356/1.0/resourceInstances/vfw174df12720d30/artifacts/vfw174df12720d30_modules.json ASDC sendASDCNotification
2023-01-03T06:36:06.657Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230103063356/1.0/resourceInstances/vfw174df12720d30/artifacts/vfw174df12720d30_modules.json
2023-01-03T06:36:06.657Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-03T06:36:06.658Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-03T06:36:06.661Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-03T06:36:06.662Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "62a1c94b-3358-4596-af1e-e182b4ce000d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672727766656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103063356/1.0/resourceInstances/vfw174df12720d30/artifacts/vfw174df12720d30_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-03T06:36:06.767Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2023-01-03T06:36:06.768Z||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-03T06:36:06.768Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPOrtD39p8EhnYcW) ...
2023-01-03T06:36:06.791Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:36:06.791Z||pool-14-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2023-01-03T06:36:07.664Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230103063356/1.0/resourceInstances/vfw174df12720d30/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-01-03T06:36:07.666Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230103063356/1.0/resourceInstances/vfw174df12720d30/artifacts/base_vfw.yaml
2023-01-03T06:36:07.667Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-03T06:36:07.667Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-03T06:36:07.670Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-03T06:36:07.671Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "62a1c94b-3358-4596-af1e-e182b4ce000d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672727767664,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103063356/1.0/resourceInstances/vfw174df12720d30/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2023-01-03T06:36:07.778Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2023-01-03T06:36:07.780Z||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-03T06:36:07.780Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPOrtD39p8EhnYcW) ...
2023-01-03T06:36:07.794Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:36:07.795Z||pool-15-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2023-01-03T06:36:08.672Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230103063356/1.0/resourceInstances/vfw174df12720d30/artifacts/base_vfw.env ASDC sendASDCNotification
2023-01-03T06:36:08.673Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230103063356/1.0/resourceInstances/vfw174df12720d30/artifacts/base_vfw.env
2023-01-03T06:36:08.673Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-03T06:36:08.673Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-03T06:36:08.681Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-03T06:36:08.681Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "62a1c94b-3358-4596-af1e-e182b4ce000d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672727768672,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103063356/1.0/resourceInstances/vfw174df12720d30/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2023-01-03T06:36:08.777Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2023-01-03T06:36:08.779Z||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-03T06:36:08.779Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPOrtD39p8EhnYcW) ...
2023-01-03T06:36:08.797Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:36:08.797Z||pool-16-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2023-01-03T06:36:09.687Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230103063356/1.0/artifacts/service-Vfw20230103063356-csar.csar ASDC sendASDCNotification
2023-01-03T06:36:09.688Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230103063356/1.0/artifacts/service-Vfw20230103063356-csar.csar
2023-01-03T06:36:09.688Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-03T06:36:09.689Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-03T06:36:09.693Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-03T06:36:09.693Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "62a1c94b-3358-4596-af1e-e182b4ce000d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672727769687,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103063356/1.0/artifacts/service-Vfw20230103063356-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-03T06:36:09.793Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-03T06:36:09.795Z||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-03T06:36:09.795Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPOrtD39p8EhnYcW) ...
2023-01-03T06:36:09.831Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:36:09.832Z||pool-17-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":1,"count":1}
2023-01-03T06:36:10.698Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 62a1c94b-3358-4596-af1e-e182b4ce000d
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-03T06:36:10.734Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 62a1c94b-3358-4596-af1e-e182b4ce000d
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-03T06:36:10.740Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-03T06:36:10.740Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-03T06:36:10.740Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-03T06:36:40.742Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 62a1c94b-3358-4596-af1e-e182b4ce000d
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-03T06:36:40.780Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 62a1c94b-3358-4596-af1e-e182b4ce000d
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-03T06:36:40.789Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-03T06:36:40.790Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-03T06:36:40.790Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-03T06:36:44.648Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:36:44.650Z||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:36:44.650Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T06:36:44.716Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:36:44.716Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-03T06:36:44.716Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62a1c94b-3358-4596-af1e-e182b4ce000d",
  "consumerID": "aai-model-loader",
  "timestamp": 1672727744739,
  "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-03T06:36:44.745Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 62a1c94b-3358-4596-af1e-e182b4ce000d
2023-01-03T06:36:44.745Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 62a1c94b-3358-4596-af1e-e182b4ce000d 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-03T06:37:10.791Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 62a1c94b-3358-4596-af1e-e182b4ce000d
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-03T06:37:10.811Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 62a1c94b-3358-4596-af1e-e182b4ce000d
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-03T06:37:10.820Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-03T06:37:10.820Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-03T06:37:10.821Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-03T06:37:10.823Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-03T06:37:10.823Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-03T06:37:10.824Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-03T06:37:10.824Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-03T06:37:10.824Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-03T06:37:10.825Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-03T06:37:10.825Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-03T06:37:10.833Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-03T06:37:40.834Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 62a1c94b-3358-4596-af1e-e182b4ce000d 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-03T06:37:40.852Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 62a1c94b-3358-4596-af1e-e182b4ce000d and serviceModelVersionId: 02e84650-f796-4415-8b60-68853f008d18
2023-01-03T06:37:40.852Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 85a090d2-1d0a-4034-80cd-2630df5c7164
2023-01-03T06:37:44.648Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:37:44.649Z||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:37:44.650Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T06:37:44.722Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:37:44.724Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-03T06:37:44.725Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62a1c94b-3358-4596-af1e-e182b4ce000d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672727744620,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103063356/1.0/resourceInstances/vfw174df12720d30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T06:37:44.726Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-03T06:38:09.825Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/85a090d2-1d0a-4034-80cd-2630df5c7164/model-vers/model-ver/02e84650-f796-4415-8b60-68853f008d18?depth=0
2023-01-03T06:38:10.146Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2023-01-03T06:38:11.249Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85a090d2-1d0a-4034-80cd-2630df5c7164/model-vers/model-ver/02e84650-f796-4415-8b60-68853f008d18?depth=0|INFO|500||Invoke
2023-01-03T06:38:11.269Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85a090d2-1d0a-4034-80cd-2630df5c7164/model-vers/model-ver/02e84650-f796-4415-8b60-68853f008d18?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85a090d2-1d0a-4034-80cd-2630df5c7164/model-vers/model-ver/02e84650-f796-4415-8b60-68853f008d18?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[62a1c94b-3358-4596-af1e-e182b4ce000d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[dd819eec-222e-401e-96bd-ae44d3a42ceb], X-ECOMP-RequestID=[62a1c94b-3358-4596-af1e-e182b4ce000d], X-TransactionId=[], X-ONAP-RequestID=[62a1c94b-3358-4596-af1e-e182b4ce000d], Content-Type=[application/merge-patch+json]}
2023-01-03T06:38:11.492Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85a090d2-1d0a-4034-80cd-2630df5c7164/model-vers/model-ver/02e84650-f796-4415-8b60-68853f008d18?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-01-03T06:38:11.698Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85a090d2-1d0a-4034-80cd-2630df5c7164/model-vers/model-ver/02e84650-f796-4415-8b60-68853f008d18?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/85a090d2-1d0a-4034-80cd-2630df5c7164/model-vers/model-ver/02e84650-f796-4415-8b60-68853f008d18?depth=0 has http status code:200 and response headers:{date=[Tue, 03 Jan 2023 06:38:11 GMT], content-length=[0], vertex-id=[262224], x-aai-txid=[0-aai-resources-230103-06:38:11:534-27955], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-03T06:38:11.701Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85a090d2-1d0a-4034-80cd-2630df5c7164/model-vers/model-ver/02e84650-f796-4415-8b60-68853f008d18?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-01-03T06:38:11.702Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85a090d2-1d0a-4034-80cd-2630df5c7164/model-vers/model-ver/02e84650-f796-4415-8b60-68853f008d18?depth=0|INFO|500||InvokeReturn
2023-01-03T06:38:11.708Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-03T06:38:11.709Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-03T06:38:11.726Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-01-03T06:38:11.728Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 62a1c94b-3358-4596-af1e-e182b4ce000d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-03T06:38:11.730Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-03T06:38:11.731Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-03T06:38:11.739Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-03T06:38:11.742Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "62a1c94b-3358-4596-af1e-e182b4ce000d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672727891728,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-03T06:38:11.835Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms
2023-01-03T06:38:11.837Z||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-03T06:38:11.838Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPOrtD39p8EhnYcW) ...
2023-01-03T06:38:11.862Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:38:11.863Z||pool-18-thread-1|||||INFO|500||cambria reply ok (27 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-03T06:38:12.761Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:38:12.762Z|62a1c94b-3358-4596-af1e-e182b4ce000d|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-03T06:38:12.762Z|62a1c94b-3358-4596-af1e-e182b4ce000d|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 EPOrtD39p8EhnYcW) ...
2023-01-03T06:38:23.183Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:38:23.184Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:38:23.185Z|62a1c94b-3358-4596-af1e-e182b4ce000d|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-03T06:38:23.185Z|62a1c94b-3358-4596-af1e-e182b4ce000d|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 EPOrtD39p8EhnYcW) ...
2023-01-03T06:38:32.761Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:38:44.620Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:38:44.621Z|62a1c94b-3358-4596-af1e-e182b4ce000d|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-03T06:38:44.621Z|62a1c94b-3358-4596-af1e-e182b4ce000d|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 EPOrtD39p8EhnYcW) ...
2023-01-03T06:38:44.648Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:38:44.650Z||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:38:44.651Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T06:38:44.750Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:38:44.752Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-03T06:38:44.753Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62a1c94b-3358-4596-af1e-e182b4ce000d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672727744620,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103063356/1.0/resourceInstances/vfw174df12720d30/artifacts/vfw174df12720d30_modules.json",
  "status": "NOTIFIED"
}
2023-01-03T06:38:44.755Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-03T06:38:44.755Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-03T06:38:44.755Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62a1c94b-3358-4596-af1e-e182b4ce000d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672727744620,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103063356/1.0/resourceInstances/vfw174df12720d30/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-01-03T06:38:44.755Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-03T06:38:44.755Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-03T06:38:44.756Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62a1c94b-3358-4596-af1e-e182b4ce000d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672727744620,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103063356/1.0/resourceInstances/vfw174df12720d30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T06:38:44.756Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-03T06:38:44.756Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-03T06:38:44.757Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62a1c94b-3358-4596-af1e-e182b4ce000d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672727744620,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103063356/1.0/resourceInstances/vfw174df12720d30/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-01-03T06:38:44.758Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-03T06:38:44.758Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-03T06:38:44.758Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62a1c94b-3358-4596-af1e-e182b4ce000d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672727744620,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103063356/1.0/artifacts/service-Vfw20230103063356-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T06:38:44.758Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-03T06:38:44.759Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-03T06:38:44.759Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62a1c94b-3358-4596-af1e-e182b4ce000d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672727744620,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103063356/1.0/artifacts/service-Vfw20230103063356-csar.csar",
  "status": "NOTIFIED"
}
2023-01-03T06:38:44.759Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-03T06:38:44.759Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-03T06:38:44.759Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62a1c94b-3358-4596-af1e-e182b4ce000d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672727753275,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103063356/1.0/artifacts/service-Vfw20230103063356-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-03T06:38:44.760Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-03T06:38:44.760Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-03T06:38:44.760Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62a1c94b-3358-4596-af1e-e182b4ce000d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672727762719,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103063356/1.0/resourceInstances/vfw174df12720d30/artifacts/vfw174df12720d30_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-03T06:38:44.760Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-03T06:38:44.760Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-03T06:38:44.760Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62a1c94b-3358-4596-af1e-e182b4ce000d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672727763879,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103063356/1.0/resourceInstances/vfw174df12720d30/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-03T06:38:44.761Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-03T06:38:44.761Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-03T06:38:44.761Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62a1c94b-3358-4596-af1e-e182b4ce000d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672727764990,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103063356/1.0/resourceInstances/vfw174df12720d30/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2023-01-03T06:38:44.762Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-03T06:38:44.762Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-03T06:38:44.762Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62a1c94b-3358-4596-af1e-e182b4ce000d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672727766656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103063356/1.0/resourceInstances/vfw174df12720d30/artifacts/vfw174df12720d30_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-03T06:38:44.762Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-03T06:38:44.763Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-03T06:38:44.763Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62a1c94b-3358-4596-af1e-e182b4ce000d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672727767664,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103063356/1.0/resourceInstances/vfw174df12720d30/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2023-01-03T06:38:44.763Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-03T06:38:44.763Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-03T06:38:44.763Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62a1c94b-3358-4596-af1e-e182b4ce000d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672727768672,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103063356/1.0/resourceInstances/vfw174df12720d30/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2023-01-03T06:38:44.764Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-03T06:38:44.764Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-03T06:38:44.764Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62a1c94b-3358-4596-af1e-e182b4ce000d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672727769687,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230103063356/1.0/artifacts/service-Vfw20230103063356-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-03T06:38:44.765Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-03T06:38:54.227Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:39:44.620Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:39:44.621Z|62a1c94b-3358-4596-af1e-e182b4ce000d|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-03T06:39:44.621Z|62a1c94b-3358-4596-af1e-e182b4ce000d|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 EPOrtD39p8EhnYcW) ...
2023-01-03T06:39:44.648Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:39:44.649Z||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:44.649Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T06:39:45.177Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:39:45.178Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-03T06:39:45.179Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62a1c94b-3358-4596-af1e-e182b4ce000d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672727891728,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-03T06:39:45.180Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-03T06:39:54.206Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:40:44.620Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:40:44.622Z|62a1c94b-3358-4596-af1e-e182b4ce000d|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-03T06:40:44.622Z|62a1c94b-3358-4596-af1e-e182b4ce000d|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 EPOrtD39p8EhnYcW) ...
2023-01-03T06:40:44.648Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:40:44.649Z||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:40:44.649Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T06:40:54.238Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:40:54.252Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:41:44.621Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:41:44.623Z|62a1c94b-3358-4596-af1e-e182b4ce000d|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-03T06:41:44.623Z|62a1c94b-3358-4596-af1e-e182b4ce000d|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 EPOrtD39p8EhnYcW) ...
2023-01-03T06:41:44.648Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:41:44.651Z||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:41:44.651Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T06:41:54.239Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:41:54.241Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:42:44.620Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:42:44.621Z|62a1c94b-3358-4596-af1e-e182b4ce000d|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-03T06:42:44.622Z|62a1c94b-3358-4596-af1e-e182b4ce000d|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 EPOrtD39p8EhnYcW) ...
2023-01-03T06:42:44.648Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:42:44.649Z||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:42:44.649Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T06:42:54.185Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:42:54.220Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:43:44.621Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:43:44.622Z|62a1c94b-3358-4596-af1e-e182b4ce000d|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-03T06:43:44.622Z|62a1c94b-3358-4596-af1e-e182b4ce000d|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 EPOrtD39p8EhnYcW) ...
2023-01-03T06:43:44.648Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:43:44.649Z||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:44.649Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T06:43:54.207Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:43:54.237Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:44:44.620Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:44:44.621Z|62a1c94b-3358-4596-af1e-e182b4ce000d|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-03T06:44:44.621Z|62a1c94b-3358-4596-af1e-e182b4ce000d|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 EPOrtD39p8EhnYcW) ...
2023-01-03T06:44:44.648Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:44:44.649Z||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:44:44.649Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T06:44:54.215Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:44:54.217Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:45:44.620Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:45:44.621Z|62a1c94b-3358-4596-af1e-e182b4ce000d|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-03T06:45:44.628Z|62a1c94b-3358-4596-af1e-e182b4ce000d|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 EPOrtD39p8EhnYcW) ...
2023-01-03T06:45:44.649Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:45:44.651Z||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:45:44.652Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T06:45:54.228Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:45:54.229Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:46:44.620Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:46:44.621Z|62a1c94b-3358-4596-af1e-e182b4ce000d|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-03T06:46:44.622Z|62a1c94b-3358-4596-af1e-e182b4ce000d|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 EPOrtD39p8EhnYcW) ...
2023-01-03T06:46:44.648Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:46:44.653Z||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:46:44.653Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T06:46:54.255Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:46:54.269Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:47:44.628Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:47:44.632Z|62a1c94b-3358-4596-af1e-e182b4ce000d|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-03T06:47:44.632Z|62a1c94b-3358-4596-af1e-e182b4ce000d|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 EPOrtD39p8EhnYcW) ...
2023-01-03T06:47:44.648Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:47:44.649Z||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:47:44.650Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T06:47:54.222Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:47:54.228Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:48:44.622Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:48:44.624Z|62a1c94b-3358-4596-af1e-e182b4ce000d|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-03T06:48:44.625Z|62a1c94b-3358-4596-af1e-e182b4ce000d|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 EPOrtD39p8EhnYcW) ...
2023-01-03T06:48:44.650Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:48:44.657Z||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:48:44.657Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T06:48:54.246Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:48:54.246Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:49:44.625Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:49:44.629Z|62a1c94b-3358-4596-af1e-e182b4ce000d|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-03T06:49:44.629Z|62a1c94b-3358-4596-af1e-e182b4ce000d|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 EPOrtD39p8EhnYcW) ...
2023-01-03T06:49:44.648Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:49:44.649Z||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:49:44.650Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T06:49:54.308Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:49:54.343Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:50:44.624Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:50:44.625Z|62a1c94b-3358-4596-af1e-e182b4ce000d|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-03T06:50:44.625Z|62a1c94b-3358-4596-af1e-e182b4ce000d|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 EPOrtD39p8EhnYcW) ...
2023-01-03T06:50:44.648Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:50:44.649Z||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:44.649Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T06:50:54.224Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:50:54.237Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:51:44.621Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:51:44.623Z|62a1c94b-3358-4596-af1e-e182b4ce000d|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-03T06:51:44.623Z|62a1c94b-3358-4596-af1e-e182b4ce000d|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 EPOrtD39p8EhnYcW) ...
2023-01-03T06:51:44.648Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:51:44.650Z||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:51:44.651Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T06:51:45.277Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:51:45.279Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-03T06:51:45.280Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"29a941ed-5af4-4a9a-a513-1a00699a32eb","serviceName":"Demo_pNF_ATgGgpCVXUI5CpX6Hg3z","serviceVersion":"1.0","serviceUUID":"f270a938-da18-4643-8484-22934e8b2512","serviceDescription":"catalog service description","serviceInvariantUUID":"b7d5f47d-42ce-46f0-acf1-a701d31c039f","resources":[{"resourceInstanceName":"pNF 682257c0-d235 0","resourceName":"pNF 682257c0-d235","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"15bdceb2-c052-4a98-a972-6f23e52d8d60","resourceInvariantUUID":"fa578d96-5846-4b34-9613-9f363ae0dcec","resourceCustomizationUUID":"86f0773f-5440-44e8-8a5d-b423fec502e9","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAtgggpcvxui5cpx6hg3z/1.0/resourceInstances/pnf682257c0d2350/artifacts/vf-license-model.xml","artifactChecksum":"NjYzN2I1NDQ0OTE2MGI1ZDc3YzEzMjg0NmMyNWEzODI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0f52b48c-963c-4ac8-96aa-7b745959d694","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAtgggpcvxui5cpx6hg3z/1.0/resourceInstances/pnf682257c0d2350/artifacts/pNF.csar","artifactChecksum":"ZmI5N2JiYmJjNWY3ZTQ3MWVkNTU4ZmNiMjFmODVlMzM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e7761182-86bf-4c03-9f33-7095d7c413e6","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAtgggpcvxui5cpx6hg3z/1.0/resourceInstances/pnf682257c0d2350/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"256edf54-d9d1-4778-85ab-2d111904e2cd","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAtgggpcvxui5cpx6hg3z/1.0/resourceInstances/pnf682257c0d2350/artifacts/vendor-license-model.xml","artifactChecksum":"NzVkZjgwM2QyN2EyMGQ1OTgzNzRkZjYxYjhkZDAxYzg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"18af652d-5470-4e2a-ba88-1e4df0d02c52","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfAtgggpcvxui5cpx6hg3z/1.0/resourceInstances/pnf682257c0d2350/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6ec3f3f5-89d7-403b-88db-d279d899ab19","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfAtgggpcvxui5cpx6hg3z/1.0/resourceInstances/pnf682257c0d2350/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6892a9d1-896a-4164-b47f-14b41d4f91ce","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfAtgggpcvxui5cpx6hg3z-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAtgggpcvxui5cpx6hg3z/1.0/artifacts/service-DemoPnfAtgggpcvxui5cpx6hg3z-template.yml","artifactChecksum":"YWM1OTNlMGE5Y2NhZjYxZmIxNDQyODM3MDQ5OTVlNWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e3235e19-9a46-41c7-9cb1-40a9a293b0cd","artifactVersion":"1"},{"artifactName":"service-DemoPnfAtgggpcvxui5cpx6hg3z-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfAtgggpcvxui5cpx6hg3z/1.0/artifacts/service-DemoPnfAtgggpcvxui5cpx6hg3z-csar.csar","artifactChecksum":"MDEwNjMzYzIxZjg4MTcyNDk5MmFhNWExMGNmM2FmZTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bda7cb07-fd65-4219-b6d4-5ea251499280","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-03T06:51:45.300Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-03T06:51:45.302Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-03T06:51:45.313Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-03T06:51:45.314Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "29a941ed-5af4-4a9a-a513-1a00699a32eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672728704620,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtgggpcvxui5cpx6hg3z/1.0/resourceInstances/pnf682257c0d2350/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T06:51:45.314Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:51:45.330Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-03T06:51:45.331Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a941ed-5af4-4a9a-a513-1a00699a32eb",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672728623792,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtgggpcvxui5cpx6hg3z/1.0/resourceInstances/pnf682257c0d2350/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T06:51:45.341Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-03T06:51:45.342Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-03T06:51:45.343Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a941ed-5af4-4a9a-a513-1a00699a32eb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672728662329,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtgggpcvxui5cpx6hg3z/1.0/resourceInstances/pnf682257c0d2350/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T06:51:45.345Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-03T06:51:45.345Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-03T06:51:45.346Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a941ed-5af4-4a9a-a513-1a00699a32eb",
  "consumerID": "aai-model-loader",
  "timestamp": 1672728665144,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtgggpcvxui5cpx6hg3z/1.0/resourceInstances/pnf682257c0d2350/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T06:51:45.347Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-03T06:51:45.348Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-03T06:51:45.351Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a941ed-5af4-4a9a-a513-1a00699a32eb",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672728658084,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtgggpcvxui5cpx6hg3z/1.0/resourceInstances/pnf682257c0d2350/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T06:51:45.353Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-03T06:51:45.353Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-03T06:51:45.354Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a941ed-5af4-4a9a-a513-1a00699a32eb",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672728623792,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtgggpcvxui5cpx6hg3z/1.0/resourceInstances/pnf682257c0d2350/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-03T06:51:45.362Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-03T06:51:45.363Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-03T06:51:45.363Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a941ed-5af4-4a9a-a513-1a00699a32eb",
  "consumerID": "aai-model-loader",
  "timestamp": 1672728665144,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtgggpcvxui5cpx6hg3z/1.0/resourceInstances/pnf682257c0d2350/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-03T06:51:45.363Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-03T06:51:45.364Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-03T06:51:45.364Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a941ed-5af4-4a9a-a513-1a00699a32eb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672728662329,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtgggpcvxui5cpx6hg3z/1.0/resourceInstances/pnf682257c0d2350/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-03T06:51:45.365Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-03T06:51:45.365Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-03T06:51:45.373Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a941ed-5af4-4a9a-a513-1a00699a32eb",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672728658084,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtgggpcvxui5cpx6hg3z/1.0/resourceInstances/pnf682257c0d2350/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-03T06:51:45.374Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-03T06:51:45.375Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-03T06:51:45.375Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a941ed-5af4-4a9a-a513-1a00699a32eb",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672728623792,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtgggpcvxui5cpx6hg3z/1.0/resourceInstances/pnf682257c0d2350/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-03T06:51:45.375Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-03T06:51:45.376Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-03T06:51:45.376Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a941ed-5af4-4a9a-a513-1a00699a32eb",
  "consumerID": "aai-model-loader",
  "timestamp": 1672728665144,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtgggpcvxui5cpx6hg3z/1.0/resourceInstances/pnf682257c0d2350/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-03T06:51:45.377Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-03T06:51:45.377Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-03T06:51:45.377Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a941ed-5af4-4a9a-a513-1a00699a32eb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672728662329,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtgggpcvxui5cpx6hg3z/1.0/resourceInstances/pnf682257c0d2350/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-03T06:51:45.378Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-03T06:51:45.378Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-03T06:51:45.379Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a941ed-5af4-4a9a-a513-1a00699a32eb",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672728658084,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtgggpcvxui5cpx6hg3z/1.0/resourceInstances/pnf682257c0d2350/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-03T06:51:45.380Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-03T06:51:45.381Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-03T06:51:45.382Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a941ed-5af4-4a9a-a513-1a00699a32eb",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672728623792,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtgggpcvxui5cpx6hg3z/1.0/resourceInstances/pnf682257c0d2350/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T06:51:45.383Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-03T06:51:45.384Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-03T06:51:45.385Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a941ed-5af4-4a9a-a513-1a00699a32eb",
  "consumerID": "aai-model-loader",
  "timestamp": 1672728665144,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtgggpcvxui5cpx6hg3z/1.0/resourceInstances/pnf682257c0d2350/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T06:51:45.385Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-03T06:51:45.387Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-03T06:51:45.388Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a941ed-5af4-4a9a-a513-1a00699a32eb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672728662329,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtgggpcvxui5cpx6hg3z/1.0/resourceInstances/pnf682257c0d2350/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T06:51:45.389Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-03T06:51:45.390Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-03T06:51:45.390Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a941ed-5af4-4a9a-a513-1a00699a32eb",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672728658084,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtgggpcvxui5cpx6hg3z/1.0/resourceInstances/pnf682257c0d2350/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T06:51:45.391Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-03T06:51:45.391Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-03T06:51:45.392Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a941ed-5af4-4a9a-a513-1a00699a32eb",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672728623792,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtgggpcvxui5cpx6hg3z/1.0/resourceInstances/pnf682257c0d2350/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T06:51:45.393Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-03T06:51:45.393Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-03T06:51:45.393Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a941ed-5af4-4a9a-a513-1a00699a32eb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672728662329,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtgggpcvxui5cpx6hg3z/1.0/resourceInstances/pnf682257c0d2350/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T06:51:45.394Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-03T06:51:45.394Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-03T06:51:45.395Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a941ed-5af4-4a9a-a513-1a00699a32eb",
  "consumerID": "aai-model-loader",
  "timestamp": 1672728665144,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtgggpcvxui5cpx6hg3z/1.0/resourceInstances/pnf682257c0d2350/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T06:51:45.397Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-03T06:51:45.397Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-03T06:51:45.398Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a941ed-5af4-4a9a-a513-1a00699a32eb",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672728658084,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtgggpcvxui5cpx6hg3z/1.0/resourceInstances/pnf682257c0d2350/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T06:51:45.398Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-03T06:51:45.398Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-03T06:51:45.398Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a941ed-5af4-4a9a-a513-1a00699a32eb",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672728623792,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtgggpcvxui5cpx6hg3z/1.0/resourceInstances/pnf682257c0d2350/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T06:51:45.399Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-03T06:51:45.399Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-03T06:51:45.399Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a941ed-5af4-4a9a-a513-1a00699a32eb",
  "consumerID": "aai-model-loader",
  "timestamp": 1672728665144,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtgggpcvxui5cpx6hg3z/1.0/resourceInstances/pnf682257c0d2350/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T06:51:45.400Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-03T06:51:45.400Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-03T06:51:45.400Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a941ed-5af4-4a9a-a513-1a00699a32eb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672728662329,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtgggpcvxui5cpx6hg3z/1.0/resourceInstances/pnf682257c0d2350/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2023-01-03T06:51:45.401Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-03T06:51:45.401Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-03T06:51:45.401Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a941ed-5af4-4a9a-a513-1a00699a32eb",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672728658084,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtgggpcvxui5cpx6hg3z/1.0/resourceInstances/pnf682257c0d2350/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T06:51:45.402Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-03T06:51:45.402Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-03T06:51:45.402Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a941ed-5af4-4a9a-a513-1a00699a32eb",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672728623792,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtgggpcvxui5cpx6hg3z/1.0/artifacts/service-DemoPnfAtgggpcvxui5cpx6hg3z-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T06:51:45.403Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-03T06:51:45.403Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-03T06:51:45.403Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a941ed-5af4-4a9a-a513-1a00699a32eb",
  "consumerID": "aai-model-loader",
  "timestamp": 1672728665144,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtgggpcvxui5cpx6hg3z/1.0/artifacts/service-DemoPnfAtgggpcvxui5cpx6hg3z-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T06:51:45.404Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-03T06:51:45.404Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-03T06:51:45.404Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a941ed-5af4-4a9a-a513-1a00699a32eb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672728662329,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtgggpcvxui5cpx6hg3z/1.0/artifacts/service-DemoPnfAtgggpcvxui5cpx6hg3z-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T06:51:45.405Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-03T06:51:45.405Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-03T06:51:45.406Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a941ed-5af4-4a9a-a513-1a00699a32eb",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672728658084,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtgggpcvxui5cpx6hg3z/1.0/artifacts/service-DemoPnfAtgggpcvxui5cpx6hg3z-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T06:51:45.406Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-03T06:51:45.406Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-03T06:51:45.406Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a941ed-5af4-4a9a-a513-1a00699a32eb",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672728623792,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtgggpcvxui5cpx6hg3z/1.0/artifacts/service-DemoPnfAtgggpcvxui5cpx6hg3z-csar.csar",
  "status": "NOTIFIED"
}
2023-01-03T06:51:45.407Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-03T06:51:45.407Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-03T06:51:45.407Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a941ed-5af4-4a9a-a513-1a00699a32eb",
  "consumerID": "aai-model-loader",
  "timestamp": 1672728665144,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtgggpcvxui5cpx6hg3z/1.0/artifacts/service-DemoPnfAtgggpcvxui5cpx6hg3z-csar.csar",
  "status": "NOTIFIED"
}
2023-01-03T06:51:45.408Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-03T06:51:45.408Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-03T06:51:45.408Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a941ed-5af4-4a9a-a513-1a00699a32eb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672728662329,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtgggpcvxui5cpx6hg3z/1.0/artifacts/service-DemoPnfAtgggpcvxui5cpx6hg3z-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-03T06:51:45.408Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-03T06:51:45.409Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-03T06:51:45.409Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a941ed-5af4-4a9a-a513-1a00699a32eb",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672728658084,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtgggpcvxui5cpx6hg3z/1.0/artifacts/service-DemoPnfAtgggpcvxui5cpx6hg3z-csar.csar",
  "status": "NOTIFIED"
}
2023-01-03T06:51:45.409Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-03T06:51:45.410Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-03T06:51:45.411Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a941ed-5af4-4a9a-a513-1a00699a32eb",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672728675321,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtgggpcvxui5cpx6hg3z/1.0/artifacts/service-DemoPnfAtgggpcvxui5cpx6hg3z-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-03T06:51:45.412Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-03T06:51:45.412Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-03T06:51:45.412Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a941ed-5af4-4a9a-a513-1a00699a32eb",
  "consumerID": "aai-model-loader",
  "timestamp": 1672728675891,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtgggpcvxui5cpx6hg3z/1.0/artifacts/service-DemoPnfAtgggpcvxui5cpx6hg3z-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-03T06:51:45.415Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-03T06:51:45.415Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-03T06:51:45.415Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-01-03T06:51:45.415Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a941ed-5af4-4a9a-a513-1a00699a32eb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672728675957,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtgggpcvxui5cpx6hg3z/1.0/resourceInstances/pnf682257c0d2350/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-03T06:51:45.416Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-03T06:51:45.416Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-03T06:51:45.416Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a941ed-5af4-4a9a-a513-1a00699a32eb",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672728676326,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtgggpcvxui5cpx6hg3z/1.0/artifacts/service-DemoPnfAtgggpcvxui5cpx6hg3z-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
2023-01-03T06:51:45.417Z||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-03T06:51:45.418Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPOrtD39p8EhnYcW) ...
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-03T06:51:45.446Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:51:45.447Z||pool-19-thread-1|||||INFO|500||cambria reply ok (31 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-03T06:51:45.485Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 29a941ed-5af4-4a9a-a513-1a00699a32eb
2023-01-03T06:51:45.494Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 29a941ed-5af4-4a9a-a513-1a00699a32eb 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-03T06:51:45.540Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-03T06:51:45.541Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a941ed-5af4-4a9a-a513-1a00699a32eb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672728677180,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtgggpcvxui5cpx6hg3z/1.0/resourceInstances/pnf682257c0d2350/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2023-01-03T06:51:45.543Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-03T06:51:45.543Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-03T06:51:45.543Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a941ed-5af4-4a9a-a513-1a00699a32eb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672728678184,
  "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-03T06:51:45.563Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 29a941ed-5af4-4a9a-a513-1a00699a32eb
2023-01-03T06:51:45.564Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 29a941ed-5af4-4a9a-a513-1a00699a32eb 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-03T06:51:45.585Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-03T06:51:45.585Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a941ed-5af4-4a9a-a513-1a00699a32eb",
  "consumerID": "aai-model-loader",
  "timestamp": 1672728682219,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtgggpcvxui5cpx6hg3z/1.0/artifacts/service-DemoPnfAtgggpcvxui5cpx6hg3z-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-03T06:51:45.586Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-03T06:51:45.586Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-03T06:51:45.586Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a941ed-5af4-4a9a-a513-1a00699a32eb",
  "consumerID": "aai-model-loader",
  "timestamp": 1672728683222,
  "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-03T06:51:45.594Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 29a941ed-5af4-4a9a-a513-1a00699a32eb
2023-01-03T06:51:45.595Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 29a941ed-5af4-4a9a-a513-1a00699a32eb 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-03T06:51:45.614Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-03T06:51:45.614Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a941ed-5af4-4a9a-a513-1a00699a32eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672728682849,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtgggpcvxui5cpx6hg3z/1.0/resourceInstances/pnf682257c0d2350/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T06:51:45.615Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-03T06:51:45.615Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-03T06:51:45.615Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a941ed-5af4-4a9a-a513-1a00699a32eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672728682849,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtgggpcvxui5cpx6hg3z/1.0/resourceInstances/pnf682257c0d2350/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-03T06:51:45.616Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-03T06:51:45.617Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-03T06:51:45.617Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a941ed-5af4-4a9a-a513-1a00699a32eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672728682849,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtgggpcvxui5cpx6hg3z/1.0/resourceInstances/pnf682257c0d2350/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-03T06:51:45.618Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-03T06:51:45.618Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-03T06:51:45.618Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a941ed-5af4-4a9a-a513-1a00699a32eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672728682849,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtgggpcvxui5cpx6hg3z/1.0/resourceInstances/pnf682257c0d2350/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T06:51:45.619Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-03T06:51:45.619Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-03T06:51:45.619Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a941ed-5af4-4a9a-a513-1a00699a32eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672728682849,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtgggpcvxui5cpx6hg3z/1.0/resourceInstances/pnf682257c0d2350/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T06:51:45.620Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-03T06:51:45.620Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-03T06:51:45.621Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a941ed-5af4-4a9a-a513-1a00699a32eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672728682849,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtgggpcvxui5cpx6hg3z/1.0/resourceInstances/pnf682257c0d2350/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T06:51:45.622Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-03T06:51:45.622Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-03T06:51:45.622Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a941ed-5af4-4a9a-a513-1a00699a32eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672728682849,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtgggpcvxui5cpx6hg3z/1.0/artifacts/service-DemoPnfAtgggpcvxui5cpx6hg3z-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T06:51:45.623Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-03T06:51:45.623Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-03T06:51:45.624Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a941ed-5af4-4a9a-a513-1a00699a32eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672728682849,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtgggpcvxui5cpx6hg3z/1.0/artifacts/service-DemoPnfAtgggpcvxui5cpx6hg3z-csar.csar",
  "status": "NOTIFIED"
}
2023-01-03T06:51:45.627Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-03T06:51:45.627Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-03T06:51:45.628Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a941ed-5af4-4a9a-a513-1a00699a32eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672728691662,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtgggpcvxui5cpx6hg3z/1.0/artifacts/service-DemoPnfAtgggpcvxui5cpx6hg3z-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-03T06:51:45.628Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-03T06:51:45.629Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-03T06:51:45.629Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a941ed-5af4-4a9a-a513-1a00699a32eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672728693756,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtgggpcvxui5cpx6hg3z/1.0/artifacts/service-DemoPnfAtgggpcvxui5cpx6hg3z-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-03T06:51:45.630Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-03T06:51:45.630Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-03T06:51:45.630Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a941ed-5af4-4a9a-a513-1a00699a32eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672728694761,
  "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-03T06:51:45.645Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 29a941ed-5af4-4a9a-a513-1a00699a32eb
2023-01-03T06:51:45.645Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 29a941ed-5af4-4a9a-a513-1a00699a32eb 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-03T06:51:46.318Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-03T06:51:46.320Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-03T06:51:46.333Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-03T06:51:46.335Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "29a941ed-5af4-4a9a-a513-1a00699a32eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672728704620,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtgggpcvxui5cpx6hg3z/1.0/resourceInstances/pnf682257c0d2350/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-03T06:51:46.424Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 88 ms
2023-01-03T06:51:46.426Z||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-03T06:51:46.426Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPOrtD39p8EhnYcW) ...
2023-01-03T06:51:46.456Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:51:46.457Z||pool-20-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2023-01-03T06:51:47.337Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-03T06:51:47.347Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-03T06:51:47.353Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-03T06:51:47.353Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "29a941ed-5af4-4a9a-a513-1a00699a32eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672728704620,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtgggpcvxui5cpx6hg3z/1.0/resourceInstances/pnf682257c0d2350/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-03T06:51:47.453Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-03T06:51:47.454Z||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-03T06:51:47.455Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPOrtD39p8EhnYcW) ...
2023-01-03T06:51:47.482Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:51:47.484Z||pool-21-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2023-01-03T06:51:48.357Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-03T06:51:48.358Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-03T06:51:48.362Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-03T06:51:48.363Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "29a941ed-5af4-4a9a-a513-1a00699a32eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672728704620,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtgggpcvxui5cpx6hg3z/1.0/resourceInstances/pnf682257c0d2350/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T06:51:48.471Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2023-01-03T06:51:48.472Z||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-03T06:51:48.472Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPOrtD39p8EhnYcW) ...
2023-01-03T06:51:48.498Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:51:48.499Z||pool-22-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2023-01-03T06:51:49.364Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-03T06:51:49.365Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-03T06:51:49.369Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-03T06:51:49.370Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "29a941ed-5af4-4a9a-a513-1a00699a32eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672728704620,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtgggpcvxui5cpx6hg3z/1.0/resourceInstances/pnf682257c0d2350/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T06:51:49.469Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2023-01-03T06:51:49.470Z||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-03T06:51:49.471Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPOrtD39p8EhnYcW) ...
2023-01-03T06:51:49.522Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:51:49.523Z||pool-23-thread-1|||||INFO|500||cambria reply ok (54 ms):{"serverTimeMs":0,"count":1}
2023-01-03T06:51:50.371Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-03T06:51:50.372Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-03T06:51:50.376Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-03T06:51:50.377Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "29a941ed-5af4-4a9a-a513-1a00699a32eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672728704620,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtgggpcvxui5cpx6hg3z/1.0/resourceInstances/pnf682257c0d2350/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T06:51:50.478Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-03T06:51:50.480Z||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-03T06:51:50.480Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPOrtD39p8EhnYcW) ...
2023-01-03T06:51:50.502Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:51:50.502Z||pool-24-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2023-01-03T06:51:51.379Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-03T06:51:51.379Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-03T06:51:51.384Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-03T06:51:51.384Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "29a941ed-5af4-4a9a-a513-1a00699a32eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672728704620,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtgggpcvxui5cpx6hg3z/1.0/artifacts/service-DemoPnfAtgggpcvxui5cpx6hg3z-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T06:51:51.483Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-03T06:51:51.485Z||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-03T06:51:51.485Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPOrtD39p8EhnYcW) ...
2023-01-03T06:51:51.502Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:51:51.503Z||pool-25-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2023-01-03T06:51:52.385Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-03T06:51:52.389Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-03T06:51:52.394Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-03T06:51:52.394Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "29a941ed-5af4-4a9a-a513-1a00699a32eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672728704620,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtgggpcvxui5cpx6hg3z/1.0/artifacts/service-DemoPnfAtgggpcvxui5cpx6hg3z-csar.csar",
  "status": "NOTIFIED"
}
2023-01-03T06:51:52.492Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2023-01-03T06:51:52.494Z||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-03T06:51:52.494Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPOrtD39p8EhnYcW) ...
2023-01-03T06:51:52.529Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:51:52.531Z||pool-26-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":1,"count":1}
2023-01-03T06:51:53.396Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "29a941ed-5af4-4a9a-a513-1a00699a32eb",
  "serviceName": "Demo_pNF_ATgGgpCVXUI5CpX6Hg3z",
  "serviceVersion": "1.0",
  "serviceUUID": "f270a938-da18-4643-8484-22934e8b2512",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "b7d5f47d-42ce-46f0-acf1-a701d31c039f",
  "resources": [
    {
      "resourceInstanceName": "pNF 682257c0-d235 0",
      "resourceCustomizationUUID": "86f0773f-5440-44e8-8a5d-b423fec502e9",
      "resourceName": "pNF 682257c0-d235",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "15bdceb2-c052-4a98-a972-6f23e52d8d60",
      "resourceInvariantUUID": "fa578d96-5846-4b34-9613-9f363ae0dcec",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfAtgggpcvxui5cpx6hg3z-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtgggpcvxui5cpx6hg3z/1.0/artifacts/service-DemoPnfAtgggpcvxui5cpx6hg3z-csar.csar",
      "artifactChecksum": "MDEwNjMzYzIxZjg4MTcyNDk5MmFhNWExMGNmM2FmZTk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "bda7cb07-fd65-4219-b6d4-5ea251499280"
    }
  ],
  "workloadContext": "Production"
}
2023-01-03T06:51:53.397Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-03T06:51:53.397Z|62a1c94b-3358-4596-af1e-e182b4ce000d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 f270a938-da18-4643-8484-22934e8b2512 ASDC
2023-01-03T06:51:53.398Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:29a941ed-5af4-4a9a-a513-1a00699a32eb
ServiceName:Demo_pNF_ATgGgpCVXUI5CpX6Hg3z
ServiceVersion:1.0
ServiceUUID:f270a938-da18-4643-8484-22934e8b2512
ServiceInvariantUUID:b7d5f47d-42ce-46f0-acf1-a701d31c039f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfAtgggpcvxui5cpx6hg3z-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfAtgggpcvxui5cpx6hg3z/1.0/artifacts/service-DemoPnfAtgggpcvxui5cpx6hg3z-csar.csar
ArtifactUUID:bda7cb07-fd65-4219-b6d4-5ea251499280
ArtifactChecksum:MDEwNjMzYzIxZjg4MTcyNDk5MmFhNWExMGNmM2FmZTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 682257c0-d235 0
ResourceCustomizationUUID:86f0773f-5440-44e8-8a5d-b423fec502e9
ResourceInvariantUUID:fa578d96-5846-4b34-9613-9f363ae0dcec
ResourceName:pNF 682257c0-d235
ResourceType:PNF
ResourceUUID:15bdceb2-c052-4a98-a972-6f23e52d8d60
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-01-03T06:51:53.400Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f270a938-da18-4643-8484-22934e8b2512 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-03T06:51:53.442Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-03T06:51:53.443Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-01-03T06:51:53.444Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-01-03T06:51:53.444Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: bda7cb07-fd65-4219-b6d4-5ea251499280 from URL: /sdc/v1/catalog/services/DemoPnfAtgggpcvxui5cpx6hg3z/1.0/artifacts/service-DemoPnfAtgggpcvxui5cpx6hg3z-csar.csar
2023-01-03T06:51:53.444Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-01-03T06:51:53.445Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfAtgggpcvxui5cpx6hg3z/1.0/artifacts/service-DemoPnfAtgggpcvxui5cpx6hg3z-csar.csar
2023-01-03T06:51:53.568Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-01-03T06:51:53.576Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfAtgggpcvxui5cpx6hg3z/1.0/artifacts/service-DemoPnfAtgggpcvxui5cpx6hg3z-csar.csar bda7cb07-fd65-4219-b6d4-5ea251499280 88025
2023-01-03T06:51:53.576Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfAtgggpcvxui5cpx6hg3z/1.0/artifacts/service-DemoPnfAtgggpcvxui5cpx6hg3z-csar.csar ASDC sendASDCNotification
2023-01-03T06:51:53.576Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfAtgggpcvxui5cpx6hg3z/1.0/artifacts/service-DemoPnfAtgggpcvxui5cpx6hg3z-csar.csar
2023-01-03T06:51:53.577Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-03T06:51:53.578Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-03T06:51:53.580Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-03T06:51:53.580Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "29a941ed-5af4-4a9a-a513-1a00699a32eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672728713576,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtgggpcvxui5cpx6hg3z/1.0/artifacts/service-DemoPnfAtgggpcvxui5cpx6hg3z-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-03T06:51:53.683Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2023-01-03T06:51:53.685Z||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-03T06:51:53.686Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPOrtD39p8EhnYcW) ...
2023-01-03T06:51:53.703Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:51:53.708Z||pool-27-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2023-01-03T06:51:54.581Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-03T06:51:54.586Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-01-03T06:51:54.587Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: bda7cb07-fd65-4219-b6d4-5ea251499280, URL: /sdc/v1/catalog/services/DemoPnfAtgggpcvxui5cpx6hg3z/1.0/artifacts/service-DemoPnfAtgggpcvxui5cpx6hg3z-csar.csar to file: /app/ASDC/1/service-DemoPnfAtgggpcvxui5cpx6hg3z-csar.csar
2023-01-03T06:51:54.587Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfAtgggpcvxui5cpx6hg3z-csar.csar
2023-01-03T06:51:54.588Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfAtgggpcvxui5cpx6hg3z-csar.csar
2023-01-03T06:51:54.588Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfAtgggpcvxui5cpx6hg3z-csar.csar
2023-01-03T06:51:55.076Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1980330600382697693/Definitions/service-DemoPnfAtgggpcvxui5cpx6hg3z-template.yml
2023-01-03T06:51:56.942Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-03T06:51:56.943Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-01-03T06:51:56.943Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfAtgggpcvxui5cpx6hg3z-csar.csar
2023-01-03T06:51:56.943Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-01-03T06:51:56.944Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||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-DemoPnfAtgggpcvxui5cpx6hg3z-csar.csar
2023-01-03T06:51:56.944Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfAtgggpcvxui5cpx6hg3z-csar.csar
2023-01-03T06:51:56.944Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||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-DemoPnfAtgggpcvxui5cpx6hg3z-csar.csar
2023-01-03T06:51:56.944Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfAtgggpcvxui5cpx6hg3z-csar.csar
2023-01-03T06:51:56.944Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfAtgggpcvxui5cpx6hg3z-csar.csar
2023-01-03T06:51:56.945Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfAtgggpcvxui5cpx6hg3z-csar.csar
2023-01-03T06:51:56.945Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 682257c0-d235 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-DemoPnfAtgggpcvxui5cpx6hg3z-csar.csar
2023-01-03T06:51:56.945Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-01-03T06:51:56.945Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-03T06:51:56.946Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_ATgGgpCVXUI5CpX6Hg3z is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-03T06:51:56.946Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||DEBUG|500||Node template pNF 682257c0-d235 0 is matching search criteria
2023-01-03T06:51:56.946Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-01-03T06:51:56.947Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 682257c0-d235 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-03T06:51:56.947Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-03T06:51:56.948Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_ATgGgpCVXUI5CpX6Hg3z is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-03T06:51:56.948Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||DEBUG|500||Node template pNF 682257c0-d235 0 is matching search criteria
2023-01-03T06:51:56.948Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-01-03T06:51:56.948Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 682257c0-d235 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-03T06:51:56.949Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-03T06:51:56.949Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_ATgGgpCVXUI5CpX6Hg3z is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-03T06:51:56.949Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-03T06:51:56.950Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_ATgGgpCVXUI5CpX6Hg3z is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-03T06:51:56.950Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-03T06:51:56.950Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_ATgGgpCVXUI5CpX6Hg3z is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-03T06:51:56.951Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-03T06:51:56.951Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_ATgGgpCVXUI5CpX6Hg3z is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-03T06:51:56.951Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-03T06:51:56.952Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_ATgGgpCVXUI5CpX6Hg3z is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-03T06:51:56.952Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_ATgGgpCVXUI5CpX6Hg3z
Description:catalog service description
Model UUID:f270a938-da18-4643-8484-22934e8b2512
Model Version:NULL
Model InvariantUuid:b7d5f47d-42ce-46f0-acf1-a701d31c039f
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-03T06:51:56.968Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: 15bdceb2-c052-4a98-a972-6f23e52d8d60
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-03T06:51:56.983Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||INFO|500||pNF 682257c0-d235 0
2023-01-03T06:51:56.984Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 15bdceb2-c052-4a98-a972-6f23e52d8d60
2023-01-03T06:51:56.985Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||DEBUG|500||No resources found for Service: f270a938-da18-4643-8484-22934e8b2512
2023-01-03T06:51:56.985Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: f270a938-da18-4643-8484-22934e8b2512
2023-01-03T06:51:56.986Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 682257c0-d235 0 15bdceb2-c052-4a98-a972-6f23e52d8d60 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-03T06:51:56.996Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1774b93, org.onap.sdc.toscaparser.api.parameters.Input@6579642a, org.onap.sdc.toscaparser.api.parameters.Input@1a2f1eee, org.onap.sdc.toscaparser.api.parameters.Input@648d56a, org.onap.sdc.toscaparser.api.parameters.Input@3dd82de3]
2023-01-03T06:51:56.996Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-03T06:51:56.997Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_ATgGgpCVXUI5CpX6Hg3z is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-03T06:51:56.997Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid f270a938-da18-4643-8484-22934e8b2512: pNF 682257c0-d235
2023-01-03T06:51:56.998Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||INFO|500||Processing PNF resource: 15bdceb2-c052-4a98-a972-6f23e52d8d60
2023-01-03T06:51:56.998Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-03T06:51:56.998Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_ATgGgpCVXUI5CpX6Hg3z is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-03T06:51:56.999Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||INFO|500||Resource customization UUID: 86f0773f-5440-44e8-8a5d-b423fec502e9 is the same as notified resource customizationUUID: 86f0773f-5440-44e8-8a5d-b423fec502e9
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-03T06:51:57.090Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 682257c0-d235 15bdceb2-c052-4a98-a972-6f23e52d8d60 0 ASDC deployResourceStructure
2023-01-03T06:51:57.091Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfAtgggpcvxui5cpx6hg3z/1.0/artifacts/service-DemoPnfAtgggpcvxui5cpx6hg3z-csar.csar ASDC sendASDCNotification
2023-01-03T06:51:57.091Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfAtgggpcvxui5cpx6hg3z/1.0/artifacts/service-DemoPnfAtgggpcvxui5cpx6hg3z-csar.csar
2023-01-03T06:51:57.091Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-03T06:51:57.092Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-03T06:51:57.094Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-03T06:51:57.094Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "29a941ed-5af4-4a9a-a513-1a00699a32eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672728717090,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtgggpcvxui5cpx6hg3z/1.0/artifacts/service-DemoPnfAtgggpcvxui5cpx6hg3z-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-03T06:51:57.194Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-03T06:51:57.195Z||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-03T06:51:57.196Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPOrtD39p8EhnYcW) ...
2023-01-03T06:51:57.210Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:51:57.211Z||pool-28-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2023-01-03T06:51:58.095Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 29a941ed-5af4-4a9a-a513-1a00699a32eb
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-03T06:51:58.118Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 29a941ed-5af4-4a9a-a513-1a00699a32eb
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-03T06:51:58.122Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-03T06:51:58.122Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-03T06:51:58.122Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-03T06:51:58.123Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-03T06:51:58.123Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-03T06:51:58.123Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-03T06:51:58.123Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-03T06:51:58.123Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-03T06:51:58.123Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-03T06:51:58.123Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-03T06:51:58.129Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-03T06:52:28.131Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 29a941ed-5af4-4a9a-a513-1a00699a32eb 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-03T06:52:28.147Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 29a941ed-5af4-4a9a-a513-1a00699a32eb and serviceModelVersionId: f270a938-da18-4643-8484-22934e8b2512
2023-01-03T06:52:28.147Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b7d5f47d-42ce-46f0-acf1-a701d31c039f
2023-01-03T06:52:28.149Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b7d5f47d-42ce-46f0-acf1-a701d31c039f/model-vers/model-ver/f270a938-da18-4643-8484-22934e8b2512?depth=0
2023-01-03T06:52:28.161Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2023-01-03T06:52:28.315Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b7d5f47d-42ce-46f0-acf1-a701d31c039f/model-vers/model-ver/f270a938-da18-4643-8484-22934e8b2512?depth=0|INFO|500||Invoke
2023-01-03T06:52:28.317Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b7d5f47d-42ce-46f0-acf1-a701d31c039f/model-vers/model-ver/f270a938-da18-4643-8484-22934e8b2512?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b7d5f47d-42ce-46f0-acf1-a701d31c039f/model-vers/model-ver/f270a938-da18-4643-8484-22934e8b2512?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[29a941ed-5af4-4a9a-a513-1a00699a32eb], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a562a092-ad94-4da3-b9a0-25201c8b671f], X-ECOMP-RequestID=[29a941ed-5af4-4a9a-a513-1a00699a32eb], X-TransactionId=[], X-ONAP-RequestID=[29a941ed-5af4-4a9a-a513-1a00699a32eb], Content-Type=[application/merge-patch+json]}
2023-01-03T06:52:28.384Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b7d5f47d-42ce-46f0-acf1-a701d31c039f/model-vers/model-ver/f270a938-da18-4643-8484-22934e8b2512?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-01-03T06:52:28.754Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b7d5f47d-42ce-46f0-acf1-a701d31c039f/model-vers/model-ver/f270a938-da18-4643-8484-22934e8b2512?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/b7d5f47d-42ce-46f0-acf1-a701d31c039f/model-vers/model-ver/f270a938-da18-4643-8484-22934e8b2512?depth=0 has http status code:200 and response headers:{date=[Tue, 03 Jan 2023 06:52:28 GMT], content-length=[0], vertex-id=[352320], x-aai-txid=[1-aai-resources-230103-06:52:28:469-55458], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-03T06:52:28.756Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b7d5f47d-42ce-46f0-acf1-a701d31c039f/model-vers/model-ver/f270a938-da18-4643-8484-22934e8b2512?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-01-03T06:52:28.757Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b7d5f47d-42ce-46f0-acf1-a701d31c039f/model-vers/model-ver/f270a938-da18-4643-8484-22934e8b2512?depth=0|INFO|500||InvokeReturn
2023-01-03T06:52:28.758Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-03T06:52:28.759Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-03T06:52:28.769Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-01-03T06:52:28.770Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 29a941ed-5af4-4a9a-a513-1a00699a32eb and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-03T06:52:28.771Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-03T06:52:28.772Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-03T06:52:28.777Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-03T06:52:28.777Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "29a941ed-5af4-4a9a-a513-1a00699a32eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672728748771,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-03T06:52:28.882Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2023-01-03T06:52:28.883Z||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-03T06:52:28.884Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPOrtD39p8EhnYcW) ...
2023-01-03T06:52:28.930Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:52:28.931Z||pool-29-thread-1|||||INFO|500||cambria reply ok (48 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-03T06:52:44.622Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:52:44.623Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|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-03T06:52:44.624Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|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 EPOrtD39p8EhnYcW) ...
2023-01-03T06:52:44.648Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:52:44.649Z||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:52:44.650Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T06:52:44.830Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:52:44.832Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-03T06:52:44.832Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a941ed-5af4-4a9a-a513-1a00699a32eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672728704620,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtgggpcvxui5cpx6hg3z/1.0/resourceInstances/pnf682257c0d2350/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T06:52:44.834Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-01-03T06:52:54.219Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:53:44.620Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:53:44.628Z||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-03T06:53:44.628Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T06:53:44.648Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:53:44.649Z||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:53:44.649Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T06:53:45.204Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:53:45.206Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-03T06:53:45.206Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a941ed-5af4-4a9a-a513-1a00699a32eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672728704620,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtgggpcvxui5cpx6hg3z/1.0/resourceInstances/pnf682257c0d2350/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-03T06:53:45.208Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-01-03T06:53:45.209Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-03T06:53:45.209Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a941ed-5af4-4a9a-a513-1a00699a32eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672728704620,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtgggpcvxui5cpx6hg3z/1.0/resourceInstances/pnf682257c0d2350/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-03T06:53:45.209Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-01-03T06:53:45.209Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-03T06:53:45.210Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a941ed-5af4-4a9a-a513-1a00699a32eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672728704620,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtgggpcvxui5cpx6hg3z/1.0/resourceInstances/pnf682257c0d2350/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T06:53:45.210Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-01-03T06:53:45.211Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-03T06:53:45.211Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a941ed-5af4-4a9a-a513-1a00699a32eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672728704620,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtgggpcvxui5cpx6hg3z/1.0/resourceInstances/pnf682257c0d2350/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T06:53:45.211Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-01-03T06:53:45.212Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-03T06:53:45.212Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a941ed-5af4-4a9a-a513-1a00699a32eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672728704620,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtgggpcvxui5cpx6hg3z/1.0/resourceInstances/pnf682257c0d2350/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T06:53:45.212Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-01-03T06:53:45.213Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-03T06:53:45.213Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a941ed-5af4-4a9a-a513-1a00699a32eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672728704620,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtgggpcvxui5cpx6hg3z/1.0/artifacts/service-DemoPnfAtgggpcvxui5cpx6hg3z-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T06:53:45.213Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-01-03T06:53:45.213Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-03T06:53:45.214Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a941ed-5af4-4a9a-a513-1a00699a32eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672728704620,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtgggpcvxui5cpx6hg3z/1.0/artifacts/service-DemoPnfAtgggpcvxui5cpx6hg3z-csar.csar",
  "status": "NOTIFIED"
}
2023-01-03T06:53:45.214Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-01-03T06:53:45.214Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-03T06:53:45.215Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a941ed-5af4-4a9a-a513-1a00699a32eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672728713576,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtgggpcvxui5cpx6hg3z/1.0/artifacts/service-DemoPnfAtgggpcvxui5cpx6hg3z-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-03T06:53:45.215Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-03T06:53:45.215Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-03T06:53:45.215Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a941ed-5af4-4a9a-a513-1a00699a32eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672728717090,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtgggpcvxui5cpx6hg3z/1.0/artifacts/service-DemoPnfAtgggpcvxui5cpx6hg3z-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-03T06:53:45.215Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-03T06:53:45.216Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-03T06:53:45.216Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a941ed-5af4-4a9a-a513-1a00699a32eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672728748771,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-03T06:53:45.216Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-03T06:53:54.260Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:54:44.627Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:54:44.633Z||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-03T06:54:44.634Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T06:54:44.650Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:54:44.651Z||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:54:44.651Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T06:54:54.247Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:54:54.248Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:55:44.623Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:55:44.625Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T06:55:44.625Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EPOrtD39p8EhnYcW) ...
2023-01-03T06:55:44.648Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:55:44.648Z||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:55:44.649Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T06:55:54.258Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:55:54.260Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:56:44.620Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:56:44.622Z||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-03T06:56:44.622Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T06:56:44.648Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:56:44.649Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|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:56:44.650Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|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 EPOrtD39p8EhnYcW) ...
2023-01-03T06:56:54.216Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:56:54.244Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:57:44.622Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:57:44.625Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T06:57:44.626Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EPOrtD39p8EhnYcW) ...
2023-01-03T06:57:44.648Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:57:44.649Z||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:57:44.649Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T06:57:54.211Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:57:54.250Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:58:44.621Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:58:44.624Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T06:58:44.625Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EPOrtD39p8EhnYcW) ...
2023-01-03T06:58:44.650Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:58:44.652Z||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:58:44.653Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T06:58:54.251Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:58:54.296Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:59:44.620Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:59:44.621Z||pool-2-thread-3|||||WARN|500||GET http://message-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:59:44.622Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EPOrtD39p8EhnYcW) ...
2023-01-03T06:59:44.648Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T06:59:44.649Z||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:59:44.649Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T06:59:54.239Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T06:59:54.246Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T07:00:44.621Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T07:00:44.628Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T07:00:44.628Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EPOrtD39p8EhnYcW) ...
2023-01-03T07:00:44.648Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T07:00:44.649Z||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-03T07:00:44.649Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T07:00:54.190Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T07:00:54.231Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T07:01:44.620Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T07:01:44.621Z||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-03T07:01:44.621Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T07:01:44.648Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T07:01:44.649Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|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-03T07:01:44.649Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|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 EPOrtD39p8EhnYcW) ...
2023-01-03T07:01:54.280Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T07:01:54.279Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T07:02:44.620Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T07:02:44.623Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T07:02:44.624Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EPOrtD39p8EhnYcW) ...
2023-01-03T07:02:44.648Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T07:02:44.649Z||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-03T07:02:44.649Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T07:02:54.221Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T07:02:54.232Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T07:03:44.621Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T07:03:44.623Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T07:03:44.623Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EPOrtD39p8EhnYcW) ...
2023-01-03T07:03:44.648Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T07:03:44.649Z||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-03T07:03:44.649Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T07:03:54.196Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T07:03:54.200Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T07:04:44.620Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T07:04:44.621Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T07:04:44.621Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EPOrtD39p8EhnYcW) ...
2023-01-03T07:04:44.648Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T07:04:44.649Z||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-03T07:04:44.649Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T07:04:54.227Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T07:04:54.229Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T07:05:44.620Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T07:05:44.622Z||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-03T07:05:44.623Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T07:05:44.648Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T07:05:44.649Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|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-03T07:05:44.649Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|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 EPOrtD39p8EhnYcW) ...
2023-01-03T07:05:54.292Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T07:05:54.292Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T07:06:44.621Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T07:06:44.627Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T07:06:44.627Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EPOrtD39p8EhnYcW) ...
2023-01-03T07:06:44.648Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T07:06:44.652Z||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-03T07:06:44.654Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T07:06:45.330Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T07:06:45.333Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-03T07:06:45.340Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"010128a4-3b25-4121-b3e9-0a3d7819a281","serviceName":"Demo_pNF_wsNvh8jiiSL4C35TCKJX","serviceVersion":"1.0","serviceUUID":"46773449-2287-44d7-8d6e-22d331bfa8b8","serviceDescription":"catalog service description","serviceInvariantUUID":"a3170e51-5a44-424b-bbe1-6cf8349ab54a","resources":[{"resourceInstanceName":"pNF c2dd97f4-9475 0","resourceName":"pNF c2dd97f4-9475","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"64270710-a824-4752-9a7b-332c9550c505","resourceInvariantUUID":"c2871299-f66c-4c90-9cc0-0ba15cee749f","resourceCustomizationUUID":"10d13b14-a746-4608-82d6-27104cf22392","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWsnvh8jiisl4c35tckjx/1.0/resourceInstances/pnfc2dd97f494750/artifacts/vf-license-model.xml","artifactChecksum":"MjYzYjYyY2UzYTM0NDdlNWMwODY1MjY2ODgwOWRiNzQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a362fe45-a388-462f-9e6e-01f470a4f48a","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWsnvh8jiisl4c35tckjx/1.0/resourceInstances/pnfc2dd97f494750/artifacts/pNF.csar","artifactChecksum":"ZmI5N2JiYmJjNWY3ZTQ3MWVkNTU4ZmNiMjFmODVlMzM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f5b38451-19c7-4e2e-bf67-4dab0b7ebe6a","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWsnvh8jiisl4c35tckjx/1.0/resourceInstances/pnfc2dd97f494750/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a612d953-3ef7-48f4-956b-e1b897a3e3bb","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWsnvh8jiisl4c35tckjx/1.0/resourceInstances/pnfc2dd97f494750/artifacts/vendor-license-model.xml","artifactChecksum":"YTZkN2ZkYjc5ZTM4YzBmYjQwNWI0NGI4M2JkMzI5ZmQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6128d4b2-ad80-4df1-bac7-4f36588cf64b","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfWsnvh8jiisl4c35tckjx/1.0/resourceInstances/pnfc2dd97f494750/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"73854576-d7ff-4360-a97b-02e8476aed2f","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfWsnvh8jiisl4c35tckjx/1.0/resourceInstances/pnfc2dd97f494750/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"616717f8-4dad-4459-a463-970ef4d4ebbe","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfWsnvh8jiisl4c35tckjx-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWsnvh8jiisl4c35tckjx/1.0/artifacts/service-DemoPnfWsnvh8jiisl4c35tckjx-template.yml","artifactChecksum":"ZTdlMzQ5MGE0MTE3ZTU2MTdmYjg0MDhlMmE4MTcyZGY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e42c9c5c-1c49-4887-83b0-ac383bfad255","artifactVersion":"1"},{"artifactName":"service-DemoPnfWsnvh8jiisl4c35tckjx-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfWsnvh8jiisl4c35tckjx/1.0/artifacts/service-DemoPnfWsnvh8jiisl4c35tckjx-csar.csar","artifactChecksum":"YzZjMDRhY2E1NTQ4MmE1MDMyYjg4ZGExOWM3YmM1ZTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8d61a4e4-fb8b-4642-9c17-de0c7a656067","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-03T07:06:45.342Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T07:06:45.356Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-03T07:06:45.357Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-03T07:06:45.359Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-03T07:06:45.360Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010128a4-3b25-4121-b3e9-0a3d7819a281",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672729559260,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsnvh8jiisl4c35tckjx/1.0/resourceInstances/pnfc2dd97f494750/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T07:06:45.361Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-01-03T07:06:45.362Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-03T07:06:45.362Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010128a4-3b25-4121-b3e9-0a3d7819a281",
  "consumerID": "aai-model-loader",
  "timestamp": 1672729565144,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsnvh8jiisl4c35tckjx/1.0/resourceInstances/pnfc2dd97f494750/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T07:06:45.363Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-01-03T07:06:45.363Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-03T07:06:45.363Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010128a4-3b25-4121-b3e9-0a3d7819a281",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672729517347,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsnvh8jiisl4c35tckjx/1.0/resourceInstances/pnfc2dd97f494750/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T07:06:45.363Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-01-03T07:06:45.364Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-03T07:06:45.364Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010128a4-3b25-4121-b3e9-0a3d7819a281",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672729545841,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsnvh8jiisl4c35tckjx/1.0/resourceInstances/pnfc2dd97f494750/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T07:06:45.365Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-01-03T07:06:45.365Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-03T07:06:45.365Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010128a4-3b25-4121-b3e9-0a3d7819a281",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672729559260,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsnvh8jiisl4c35tckjx/1.0/resourceInstances/pnfc2dd97f494750/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-03T07:06:45.366Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-01-03T07:06:45.367Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-03T07:06:45.367Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-03T07:06:45.367Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "010128a4-3b25-4121-b3e9-0a3d7819a281",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672729604621,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsnvh8jiisl4c35tckjx/1.0/resourceInstances/pnfc2dd97f494750/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T07:06:45.367Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010128a4-3b25-4121-b3e9-0a3d7819a281",
  "consumerID": "aai-model-loader",
  "timestamp": 1672729565144,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsnvh8jiisl4c35tckjx/1.0/resourceInstances/pnfc2dd97f494750/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-03T07:06:45.369Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-01-03T07:06:45.369Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-03T07:06:45.369Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010128a4-3b25-4121-b3e9-0a3d7819a281",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672729517347,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsnvh8jiisl4c35tckjx/1.0/resourceInstances/pnfc2dd97f494750/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-03T07:06:45.370Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-01-03T07:06:45.370Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-03T07:06:45.371Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010128a4-3b25-4121-b3e9-0a3d7819a281",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672729545841,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsnvh8jiisl4c35tckjx/1.0/resourceInstances/pnfc2dd97f494750/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-03T07:06:45.371Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-01-03T07:06:45.371Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-03T07:06:45.371Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010128a4-3b25-4121-b3e9-0a3d7819a281",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672729559260,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsnvh8jiisl4c35tckjx/1.0/resourceInstances/pnfc2dd97f494750/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-03T07:06:45.372Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-01-03T07:06:45.373Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-03T07:06:45.373Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010128a4-3b25-4121-b3e9-0a3d7819a281",
  "consumerID": "aai-model-loader",
  "timestamp": 1672729565144,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsnvh8jiisl4c35tckjx/1.0/resourceInstances/pnfc2dd97f494750/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-03T07:06:45.373Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-01-03T07:06:45.373Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-03T07:06:45.374Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010128a4-3b25-4121-b3e9-0a3d7819a281",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672729517347,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsnvh8jiisl4c35tckjx/1.0/resourceInstances/pnfc2dd97f494750/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-03T07:06:45.376Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-01-03T07:06:45.376Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-03T07:06:45.376Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010128a4-3b25-4121-b3e9-0a3d7819a281",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672729545841,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsnvh8jiisl4c35tckjx/1.0/resourceInstances/pnfc2dd97f494750/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-03T07:06:45.377Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-01-03T07:06:45.377Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-03T07:06:45.377Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010128a4-3b25-4121-b3e9-0a3d7819a281",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672729559260,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsnvh8jiisl4c35tckjx/1.0/resourceInstances/pnfc2dd97f494750/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T07:06:45.378Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-01-03T07:06:45.378Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-03T07:06:45.378Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010128a4-3b25-4121-b3e9-0a3d7819a281",
  "consumerID": "aai-model-loader",
  "timestamp": 1672729565144,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsnvh8jiisl4c35tckjx/1.0/resourceInstances/pnfc2dd97f494750/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T07:06:45.379Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-01-03T07:06:45.379Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-03T07:06:45.379Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010128a4-3b25-4121-b3e9-0a3d7819a281",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672729517347,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsnvh8jiisl4c35tckjx/1.0/resourceInstances/pnfc2dd97f494750/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T07:06:45.380Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-01-03T07:06:45.380Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-03T07:06:45.381Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010128a4-3b25-4121-b3e9-0a3d7819a281",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672729545841,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsnvh8jiisl4c35tckjx/1.0/resourceInstances/pnfc2dd97f494750/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T07:06:45.381Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-01-03T07:06:45.381Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-03T07:06:45.382Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010128a4-3b25-4121-b3e9-0a3d7819a281",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672729559260,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsnvh8jiisl4c35tckjx/1.0/resourceInstances/pnfc2dd97f494750/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T07:06:45.382Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-01-03T07:06:45.382Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-03T07:06:45.382Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010128a4-3b25-4121-b3e9-0a3d7819a281",
  "consumerID": "aai-model-loader",
  "timestamp": 1672729565144,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsnvh8jiisl4c35tckjx/1.0/resourceInstances/pnfc2dd97f494750/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T07:06:45.384Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-01-03T07:06:45.384Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-03T07:06:45.384Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010128a4-3b25-4121-b3e9-0a3d7819a281",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672729517347,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsnvh8jiisl4c35tckjx/1.0/resourceInstances/pnfc2dd97f494750/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T07:06:45.384Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-01-03T07:06:45.384Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-03T07:06:45.384Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010128a4-3b25-4121-b3e9-0a3d7819a281",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672729545841,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsnvh8jiisl4c35tckjx/1.0/resourceInstances/pnfc2dd97f494750/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T07:06:45.385Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-01-03T07:06:45.385Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-03T07:06:45.385Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010128a4-3b25-4121-b3e9-0a3d7819a281",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672729559260,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsnvh8jiisl4c35tckjx/1.0/resourceInstances/pnfc2dd97f494750/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2023-01-03T07:06:45.385Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-01-03T07:06:45.385Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-03T07:06:45.385Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010128a4-3b25-4121-b3e9-0a3d7819a281",
  "consumerID": "aai-model-loader",
  "timestamp": 1672729565144,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsnvh8jiisl4c35tckjx/1.0/resourceInstances/pnfc2dd97f494750/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T07:06:45.386Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-01-03T07:06:45.386Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-03T07:06:45.386Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010128a4-3b25-4121-b3e9-0a3d7819a281",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672729517347,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsnvh8jiisl4c35tckjx/1.0/resourceInstances/pnfc2dd97f494750/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T07:06:45.387Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-01-03T07:06:45.387Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-03T07:06:45.387Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010128a4-3b25-4121-b3e9-0a3d7819a281",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672729545841,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsnvh8jiisl4c35tckjx/1.0/resourceInstances/pnfc2dd97f494750/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T07:06:45.387Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-01-03T07:06:45.387Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-03T07:06:45.388Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010128a4-3b25-4121-b3e9-0a3d7819a281",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672729559260,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsnvh8jiisl4c35tckjx/1.0/artifacts/service-DemoPnfWsnvh8jiisl4c35tckjx-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T07:06:45.388Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-01-03T07:06:45.388Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-03T07:06:45.388Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010128a4-3b25-4121-b3e9-0a3d7819a281",
  "consumerID": "aai-model-loader",
  "timestamp": 1672729565144,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsnvh8jiisl4c35tckjx/1.0/artifacts/service-DemoPnfWsnvh8jiisl4c35tckjx-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T07:06:45.388Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-01-03T07:06:45.389Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-03T07:06:45.389Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010128a4-3b25-4121-b3e9-0a3d7819a281",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672729517347,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsnvh8jiisl4c35tckjx/1.0/artifacts/service-DemoPnfWsnvh8jiisl4c35tckjx-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T07:06:45.389Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-01-03T07:06:45.389Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-03T07:06:45.389Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010128a4-3b25-4121-b3e9-0a3d7819a281",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672729545841,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsnvh8jiisl4c35tckjx/1.0/artifacts/service-DemoPnfWsnvh8jiisl4c35tckjx-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T07:06:45.390Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-01-03T07:06:45.390Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-03T07:06:45.391Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010128a4-3b25-4121-b3e9-0a3d7819a281",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672729559260,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsnvh8jiisl4c35tckjx/1.0/artifacts/service-DemoPnfWsnvh8jiisl4c35tckjx-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-03T07:06:45.391Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-01-03T07:06:45.391Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-03T07:06:45.392Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010128a4-3b25-4121-b3e9-0a3d7819a281",
  "consumerID": "aai-model-loader",
  "timestamp": 1672729565144,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsnvh8jiisl4c35tckjx/1.0/artifacts/service-DemoPnfWsnvh8jiisl4c35tckjx-csar.csar",
  "status": "NOTIFIED"
}
2023-01-03T07:06:45.393Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-01-03T07:06:45.393Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-03T07:06:45.393Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010128a4-3b25-4121-b3e9-0a3d7819a281",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672729517347,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsnvh8jiisl4c35tckjx/1.0/artifacts/service-DemoPnfWsnvh8jiisl4c35tckjx-csar.csar",
  "status": "NOTIFIED"
}
2023-01-03T07:06:45.394Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-01-03T07:06:45.394Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-03T07:06:45.394Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010128a4-3b25-4121-b3e9-0a3d7819a281",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672729545841,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsnvh8jiisl4c35tckjx/1.0/artifacts/service-DemoPnfWsnvh8jiisl4c35tckjx-csar.csar",
  "status": "NOTIFIED"
}
2023-01-03T07:06:45.395Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-01-03T07:06:45.395Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-03T07:06:45.396Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010128a4-3b25-4121-b3e9-0a3d7819a281",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672729577748,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsnvh8jiisl4c35tckjx/1.0/artifacts/service-DemoPnfWsnvh8jiisl4c35tckjx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-03T07:06:45.397Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-03T07:06:45.397Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-03T07:06:45.398Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010128a4-3b25-4121-b3e9-0a3d7819a281",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672729578321,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsnvh8jiisl4c35tckjx/1.0/resourceInstances/pnfc2dd97f494750/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-03T07:06:45.398Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-03T07:06:45.398Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-03T07:06:45.399Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010128a4-3b25-4121-b3e9-0a3d7819a281",
  "consumerID": "aai-model-loader",
  "timestamp": 1672729578338,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsnvh8jiisl4c35tckjx/1.0/artifacts/service-DemoPnfWsnvh8jiisl4c35tckjx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-03T07:06:45.399Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-03T07:06:45.399Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-03T07:06:45.399Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010128a4-3b25-4121-b3e9-0a3d7819a281",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672729578754,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsnvh8jiisl4c35tckjx/1.0/artifacts/service-DemoPnfWsnvh8jiisl4c35tckjx-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-03T07:06:45.466Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2023-01-03T07:06:45.467Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-03T07:06:45.468Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPOrtD39p8EhnYcW) ...
2023-01-03T07:06:45.477Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 010128a4-3b25-4121-b3e9-0a3d7819a281
2023-01-03T07:06:45.479Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 010128a4-3b25-4121-b3e9-0a3d7819a281 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-03T07:06:45.531Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T07:06:45.533Z||pool-30-thread-1|||||INFO|500||cambria reply ok (66 ms):{"serverTimeMs":0,"count":1}
2023-01-03T07:06:45.533Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-03T07:06:45.534Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010128a4-3b25-4121-b3e9-0a3d7819a281",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672729579381,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsnvh8jiisl4c35tckjx/1.0/resourceInstances/pnfc2dd97f494750/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2023-01-03T07:06:45.534Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-03T07:06:45.535Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-03T07:06:45.535Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010128a4-3b25-4121-b3e9-0a3d7819a281",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672729580383,
  "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-03T07:06:45.559Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 010128a4-3b25-4121-b3e9-0a3d7819a281
2023-01-03T07:06:45.559Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 010128a4-3b25-4121-b3e9-0a3d7819a281 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-03T07:06:45.591Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-03T07:06:45.593Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010128a4-3b25-4121-b3e9-0a3d7819a281",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672729582849,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsnvh8jiisl4c35tckjx/1.0/resourceInstances/pnfc2dd97f494750/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T07:06:45.594Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-01-03T07:06:45.594Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-03T07:06:45.594Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010128a4-3b25-4121-b3e9-0a3d7819a281",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672729582849,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsnvh8jiisl4c35tckjx/1.0/resourceInstances/pnfc2dd97f494750/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-03T07:06:45.594Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-01-03T07:06:45.594Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-03T07:06:45.594Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010128a4-3b25-4121-b3e9-0a3d7819a281",
  "consumerID": "aai-model-loader",
  "timestamp": 1672729584851,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsnvh8jiisl4c35tckjx/1.0/artifacts/service-DemoPnfWsnvh8jiisl4c35tckjx-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-03T07:06:45.595Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-03T07:06:45.595Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-03T07:06:45.595Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010128a4-3b25-4121-b3e9-0a3d7819a281",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672729582849,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsnvh8jiisl4c35tckjx/1.0/resourceInstances/pnfc2dd97f494750/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-03T07:06:45.595Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-01-03T07:06:45.596Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-03T07:06:45.596Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010128a4-3b25-4121-b3e9-0a3d7819a281",
  "consumerID": "aai-model-loader",
  "timestamp": 1672729585854,
  "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-03T07:06:45.615Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 010128a4-3b25-4121-b3e9-0a3d7819a281
2023-01-03T07:06:45.615Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 010128a4-3b25-4121-b3e9-0a3d7819a281 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-03T07:06:45.632Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-03T07:06:45.633Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010128a4-3b25-4121-b3e9-0a3d7819a281",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672729582849,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsnvh8jiisl4c35tckjx/1.0/resourceInstances/pnfc2dd97f494750/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T07:06:45.634Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-01-03T07:06:45.635Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-03T07:06:45.635Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010128a4-3b25-4121-b3e9-0a3d7819a281",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672729582849,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsnvh8jiisl4c35tckjx/1.0/resourceInstances/pnfc2dd97f494750/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T07:06:45.635Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-01-03T07:06:45.635Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-03T07:06:45.635Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010128a4-3b25-4121-b3e9-0a3d7819a281",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672729582849,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsnvh8jiisl4c35tckjx/1.0/resourceInstances/pnfc2dd97f494750/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T07:06:45.635Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-01-03T07:06:45.636Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-03T07:06:45.636Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010128a4-3b25-4121-b3e9-0a3d7819a281",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672729582849,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsnvh8jiisl4c35tckjx/1.0/artifacts/service-DemoPnfWsnvh8jiisl4c35tckjx-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T07:06:45.636Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-01-03T07:06:45.636Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-03T07:06:45.636Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010128a4-3b25-4121-b3e9-0a3d7819a281",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672729582849,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsnvh8jiisl4c35tckjx/1.0/artifacts/service-DemoPnfWsnvh8jiisl4c35tckjx-csar.csar",
  "status": "NOTIFIED"
}
2023-01-03T07:06:45.636Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-01-03T07:06:45.636Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-03T07:06:45.637Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010128a4-3b25-4121-b3e9-0a3d7819a281",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672729591634,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsnvh8jiisl4c35tckjx/1.0/artifacts/service-DemoPnfWsnvh8jiisl4c35tckjx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-03T07:06:45.637Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-03T07:06:45.637Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-03T07:06:45.637Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010128a4-3b25-4121-b3e9-0a3d7819a281",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672729593671,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsnvh8jiisl4c35tckjx/1.0/artifacts/service-DemoPnfWsnvh8jiisl4c35tckjx-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-03T07:06:45.637Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-03T07:06:45.637Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-03T07:06:45.637Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010128a4-3b25-4121-b3e9-0a3d7819a281",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672729594676,
  "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-03T07:06:45.666Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 010128a4-3b25-4121-b3e9-0a3d7819a281
2023-01-03T07:06:45.667Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 010128a4-3b25-4121-b3e9-0a3d7819a281 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-03T07:06:46.369Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-03T07:06:46.371Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-03T07:06:46.374Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-03T07:06:46.375Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "010128a4-3b25-4121-b3e9-0a3d7819a281",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672729604621,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsnvh8jiisl4c35tckjx/1.0/resourceInstances/pnfc2dd97f494750/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-03T07:06:46.477Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2023-01-03T07:06:46.479Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-03T07:06:46.479Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPOrtD39p8EhnYcW) ...
2023-01-03T07:06:46.497Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T07:06:46.498Z||pool-31-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2023-01-03T07:06:47.375Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-03T07:06:47.376Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-03T07:06:47.379Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-03T07:06:47.380Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "010128a4-3b25-4121-b3e9-0a3d7819a281",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672729604621,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsnvh8jiisl4c35tckjx/1.0/resourceInstances/pnfc2dd97f494750/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-03T07:06:47.482Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2023-01-03T07:06:47.483Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-03T07:06:47.484Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPOrtD39p8EhnYcW) ...
2023-01-03T07:06:47.510Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T07:06:47.515Z||pool-32-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1}
2023-01-03T07:06:48.381Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-03T07:06:48.382Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-03T07:06:48.390Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-03T07:06:48.390Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "010128a4-3b25-4121-b3e9-0a3d7819a281",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672729604621,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsnvh8jiisl4c35tckjx/1.0/resourceInstances/pnfc2dd97f494750/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T07:06:48.489Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2023-01-03T07:06:48.492Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-03T07:06:48.492Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPOrtD39p8EhnYcW) ...
2023-01-03T07:06:48.517Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T07:06:48.518Z||pool-33-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2023-01-03T07:06:49.391Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-03T07:06:49.392Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-03T07:06:49.395Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-03T07:06:49.396Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "010128a4-3b25-4121-b3e9-0a3d7819a281",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672729604621,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsnvh8jiisl4c35tckjx/1.0/resourceInstances/pnfc2dd97f494750/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T07:06:49.496Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-03T07:06:49.499Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-03T07:06:49.499Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPOrtD39p8EhnYcW) ...
2023-01-03T07:06:49.528Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T07:06:49.535Z||pool-34-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2023-01-03T07:06:50.397Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-03T07:06:50.398Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-03T07:06:50.401Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-03T07:06:50.401Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "010128a4-3b25-4121-b3e9-0a3d7819a281",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672729604621,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsnvh8jiisl4c35tckjx/1.0/resourceInstances/pnfc2dd97f494750/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T07:06:50.502Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-01-03T07:06:50.503Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-03T07:06:50.503Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPOrtD39p8EhnYcW) ...
2023-01-03T07:06:50.524Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T07:06:50.525Z||pool-35-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2023-01-03T07:06:51.403Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-03T07:06:51.404Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-03T07:06:51.407Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-03T07:06:51.407Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "010128a4-3b25-4121-b3e9-0a3d7819a281",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672729604621,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsnvh8jiisl4c35tckjx/1.0/artifacts/service-DemoPnfWsnvh8jiisl4c35tckjx-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T07:06:51.507Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-03T07:06:51.511Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-03T07:06:51.511Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPOrtD39p8EhnYcW) ...
2023-01-03T07:06:51.540Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T07:06:51.544Z||pool-36-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2023-01-03T07:06:52.408Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-03T07:06:52.409Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-03T07:06:52.412Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-03T07:06:52.412Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "010128a4-3b25-4121-b3e9-0a3d7819a281",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672729604621,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsnvh8jiisl4c35tckjx/1.0/artifacts/service-DemoPnfWsnvh8jiisl4c35tckjx-csar.csar",
  "status": "NOTIFIED"
}
2023-01-03T07:06:52.513Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-03T07:06:52.514Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-03T07:06:52.514Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPOrtD39p8EhnYcW) ...
2023-01-03T07:06:52.537Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T07:06:52.539Z||pool-37-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2023-01-03T07:06:53.414Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "010128a4-3b25-4121-b3e9-0a3d7819a281",
  "serviceName": "Demo_pNF_wsNvh8jiiSL4C35TCKJX",
  "serviceVersion": "1.0",
  "serviceUUID": "46773449-2287-44d7-8d6e-22d331bfa8b8",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "a3170e51-5a44-424b-bbe1-6cf8349ab54a",
  "resources": [
    {
      "resourceInstanceName": "pNF c2dd97f4-9475 0",
      "resourceCustomizationUUID": "10d13b14-a746-4608-82d6-27104cf22392",
      "resourceName": "pNF c2dd97f4-9475",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "64270710-a824-4752-9a7b-332c9550c505",
      "resourceInvariantUUID": "c2871299-f66c-4c90-9cc0-0ba15cee749f",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfWsnvh8jiisl4c35tckjx-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsnvh8jiisl4c35tckjx/1.0/artifacts/service-DemoPnfWsnvh8jiisl4c35tckjx-csar.csar",
      "artifactChecksum": "YzZjMDRhY2E1NTQ4MmE1MDMyYjg4ZGExOWM3YmM1ZTQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8d61a4e4-fb8b-4642-9c17-de0c7a656067"
    }
  ],
  "workloadContext": "Production"
}
2023-01-03T07:06:53.414Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-03T07:06:53.416Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 46773449-2287-44d7-8d6e-22d331bfa8b8 ASDC
2023-01-03T07:06:53.417Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:010128a4-3b25-4121-b3e9-0a3d7819a281
ServiceName:Demo_pNF_wsNvh8jiiSL4C35TCKJX
ServiceVersion:1.0
ServiceUUID:46773449-2287-44d7-8d6e-22d331bfa8b8
ServiceInvariantUUID:a3170e51-5a44-424b-bbe1-6cf8349ab54a
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfWsnvh8jiisl4c35tckjx-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfWsnvh8jiisl4c35tckjx/1.0/artifacts/service-DemoPnfWsnvh8jiisl4c35tckjx-csar.csar
ArtifactUUID:8d61a4e4-fb8b-4642-9c17-de0c7a656067
ArtifactChecksum:YzZjMDRhY2E1NTQ4MmE1MDMyYjg4ZGExOWM3YmM1ZTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF c2dd97f4-9475 0
ResourceCustomizationUUID:10d13b14-a746-4608-82d6-27104cf22392
ResourceInvariantUUID:c2871299-f66c-4c90-9cc0-0ba15cee749f
ResourceName:pNF c2dd97f4-9475
ResourceType:PNF
ResourceUUID:64270710-a824-4752-9a7b-332c9550c505
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-01-03T07:06:53.418Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 46773449-2287-44d7-8d6e-22d331bfa8b8 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-03T07:06:53.466Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-03T07:06:53.469Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-01-03T07:06:53.469Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-01-03T07:06:53.469Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 8d61a4e4-fb8b-4642-9c17-de0c7a656067 from URL: /sdc/v1/catalog/services/DemoPnfWsnvh8jiisl4c35tckjx/1.0/artifacts/service-DemoPnfWsnvh8jiisl4c35tckjx-csar.csar
2023-01-03T07:06:53.470Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-01-03T07:06:53.471Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfWsnvh8jiisl4c35tckjx/1.0/artifacts/service-DemoPnfWsnvh8jiisl4c35tckjx-csar.csar
2023-01-03T07:06:53.597Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-01-03T07:06:53.604Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfWsnvh8jiisl4c35tckjx/1.0/artifacts/service-DemoPnfWsnvh8jiisl4c35tckjx-csar.csar 8d61a4e4-fb8b-4642-9c17-de0c7a656067 88015
2023-01-03T07:06:53.604Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfWsnvh8jiisl4c35tckjx/1.0/artifacts/service-DemoPnfWsnvh8jiisl4c35tckjx-csar.csar ASDC sendASDCNotification
2023-01-03T07:06:53.605Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfWsnvh8jiisl4c35tckjx/1.0/artifacts/service-DemoPnfWsnvh8jiisl4c35tckjx-csar.csar
2023-01-03T07:06:53.605Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-03T07:06:53.605Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-03T07:06:53.608Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-03T07:06:53.609Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "010128a4-3b25-4121-b3e9-0a3d7819a281",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672729613604,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsnvh8jiisl4c35tckjx/1.0/artifacts/service-DemoPnfWsnvh8jiisl4c35tckjx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-03T07:06:53.725Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 116 ms
2023-01-03T07:06:53.727Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-03T07:06:53.727Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPOrtD39p8EhnYcW) ...
2023-01-03T07:06:53.766Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T07:06:53.767Z||pool-38-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":1,"count":1}
2023-01-03T07:06:54.610Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-03T07:06:54.611Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-01-03T07:06:54.612Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 8d61a4e4-fb8b-4642-9c17-de0c7a656067, URL: /sdc/v1/catalog/services/DemoPnfWsnvh8jiisl4c35tckjx/1.0/artifacts/service-DemoPnfWsnvh8jiisl4c35tckjx-csar.csar to file: /app/ASDC/1/service-DemoPnfWsnvh8jiisl4c35tckjx-csar.csar
2023-01-03T07:06:54.613Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfWsnvh8jiisl4c35tckjx-csar.csar
2023-01-03T07:06:54.613Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfWsnvh8jiisl4c35tckjx-csar.csar
2023-01-03T07:06:54.614Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfWsnvh8jiisl4c35tckjx-csar.csar
2023-01-03T07:06:54.975Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3844399439372771494/Definitions/service-DemoPnfWsnvh8jiisl4c35tckjx-template.yml
2023-01-03T07:06:56.526Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-03T07:06:56.527Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-01-03T07:06:56.527Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfWsnvh8jiisl4c35tckjx-csar.csar
2023-01-03T07:06:56.528Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-01-03T07:06:56.528Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF c2dd97f4-9475 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-DemoPnfWsnvh8jiisl4c35tckjx-csar.csar
2023-01-03T07:06:56.528Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfWsnvh8jiisl4c35tckjx-csar.csar
2023-01-03T07:06:56.528Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfWsnvh8jiisl4c35tckjx-csar.csar
2023-01-03T07:06:56.529Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfWsnvh8jiisl4c35tckjx-csar.csar
2023-01-03T07:06:56.529Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfWsnvh8jiisl4c35tckjx-csar.csar
2023-01-03T07:06:56.529Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfWsnvh8jiisl4c35tckjx-csar.csar
2023-01-03T07:06:56.530Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfWsnvh8jiisl4c35tckjx-csar.csar
2023-01-03T07:06:56.530Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-01-03T07:06:56.531Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-03T07:06:56.531Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_wsNvh8jiiSL4C35TCKJX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-03T07:06:56.532Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||DEBUG|500||Node template pNF c2dd97f4-9475 0 is matching search criteria
2023-01-03T07:06:56.532Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-01-03T07:06:56.533Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF c2dd97f4-9475 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-03T07:06:56.534Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-03T07:06:56.534Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_wsNvh8jiiSL4C35TCKJX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-03T07:06:56.534Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||DEBUG|500||Node template pNF c2dd97f4-9475 0 is matching search criteria
2023-01-03T07:06:56.535Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-01-03T07:06:56.535Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF c2dd97f4-9475 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-03T07:06:56.535Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-03T07:06:56.536Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_wsNvh8jiiSL4C35TCKJX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-03T07:06:56.536Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-03T07:06:56.536Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_wsNvh8jiiSL4C35TCKJX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-03T07:06:56.537Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-03T07:06:56.537Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_wsNvh8jiiSL4C35TCKJX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-03T07:06:56.538Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-03T07:06:56.538Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_wsNvh8jiiSL4C35TCKJX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-03T07:06:56.538Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-03T07:06:56.539Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_wsNvh8jiiSL4C35TCKJX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-03T07:06:56.539Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_wsNvh8jiiSL4C35TCKJX
Description:catalog service description
Model UUID:46773449-2287-44d7-8d6e-22d331bfa8b8
Model Version:NULL
Model InvariantUuid:a3170e51-5a44-424b-bbe1-6cf8349ab54a
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-03T07:06:56.554Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: 64270710-a824-4752-9a7b-332c9550c505
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-03T07:06:56.561Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||INFO|500||pNF c2dd97f4-9475 0
2023-01-03T07:06:56.561Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 64270710-a824-4752-9a7b-332c9550c505
2023-01-03T07:06:56.561Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 46773449-2287-44d7-8d6e-22d331bfa8b8
2023-01-03T07:06:56.562Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 46773449-2287-44d7-8d6e-22d331bfa8b8
2023-01-03T07:06:56.562Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF c2dd97f4-9475 0 64270710-a824-4752-9a7b-332c9550c505 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-03T07:06:56.570Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@35c0f1a1, org.onap.sdc.toscaparser.api.parameters.Input@636753bc, org.onap.sdc.toscaparser.api.parameters.Input@60105671, org.onap.sdc.toscaparser.api.parameters.Input@38461520, org.onap.sdc.toscaparser.api.parameters.Input@a39a670]
2023-01-03T07:06:56.571Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-03T07:06:56.571Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_wsNvh8jiiSL4C35TCKJX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-03T07:06:56.572Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 46773449-2287-44d7-8d6e-22d331bfa8b8: pNF c2dd97f4-9475
2023-01-03T07:06:56.572Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||INFO|500||Processing PNF resource: 64270710-a824-4752-9a7b-332c9550c505
2023-01-03T07:06:56.573Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-03T07:06:56.573Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_wsNvh8jiiSL4C35TCKJX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-03T07:06:56.573Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||INFO|500||Resource customization UUID: 10d13b14-a746-4608-82d6-27104cf22392 is the same as notified resource customizationUUID: 10d13b14-a746-4608-82d6-27104cf22392
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-03T07:06:56.628Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF c2dd97f4-9475 64270710-a824-4752-9a7b-332c9550c505 0 ASDC deployResourceStructure
2023-01-03T07:06:56.628Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfWsnvh8jiisl4c35tckjx/1.0/artifacts/service-DemoPnfWsnvh8jiisl4c35tckjx-csar.csar ASDC sendASDCNotification
2023-01-03T07:06:56.629Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfWsnvh8jiisl4c35tckjx/1.0/artifacts/service-DemoPnfWsnvh8jiisl4c35tckjx-csar.csar
2023-01-03T07:06:56.629Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-03T07:06:56.629Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-03T07:06:56.632Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-03T07:06:56.632Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "010128a4-3b25-4121-b3e9-0a3d7819a281",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672729616628,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsnvh8jiisl4c35tckjx/1.0/artifacts/service-DemoPnfWsnvh8jiisl4c35tckjx-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-03T07:06:56.732Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-03T07:06:56.733Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-03T07:06:56.733Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPOrtD39p8EhnYcW) ...
2023-01-03T07:06:56.748Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T07:06:56.749Z||pool-39-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2023-01-03T07:06:57.643Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 010128a4-3b25-4121-b3e9-0a3d7819a281
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-03T07:06:57.688Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 010128a4-3b25-4121-b3e9-0a3d7819a281
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-03T07:06:57.694Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-03T07:06:57.695Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-03T07:06:57.695Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-03T07:06:57.695Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-03T07:06:57.695Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-03T07:06:57.695Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-03T07:06:57.695Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-03T07:06:57.696Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-03T07:06:57.696Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-03T07:06:57.696Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-03T07:06:57.703Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-03T07:07:27.704Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 010128a4-3b25-4121-b3e9-0a3d7819a281 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-03T07:07:27.714Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 010128a4-3b25-4121-b3e9-0a3d7819a281 and serviceModelVersionId: 46773449-2287-44d7-8d6e-22d331bfa8b8
2023-01-03T07:07:27.715Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a3170e51-5a44-424b-bbe1-6cf8349ab54a
2023-01-03T07:07:27.716Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a3170e51-5a44-424b-bbe1-6cf8349ab54a/model-vers/model-ver/46773449-2287-44d7-8d6e-22d331bfa8b8?depth=0
2023-01-03T07:07:27.733Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-01-03T07:07:27.861Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a3170e51-5a44-424b-bbe1-6cf8349ab54a/model-vers/model-ver/46773449-2287-44d7-8d6e-22d331bfa8b8?depth=0|INFO|500||Invoke
2023-01-03T07:07:27.862Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a3170e51-5a44-424b-bbe1-6cf8349ab54a/model-vers/model-ver/46773449-2287-44d7-8d6e-22d331bfa8b8?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a3170e51-5a44-424b-bbe1-6cf8349ab54a/model-vers/model-ver/46773449-2287-44d7-8d6e-22d331bfa8b8?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[010128a4-3b25-4121-b3e9-0a3d7819a281], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[727d12b4-3c0b-41dd-a76e-f50f0b31af57], X-ECOMP-RequestID=[010128a4-3b25-4121-b3e9-0a3d7819a281], X-TransactionId=[], X-ONAP-RequestID=[010128a4-3b25-4121-b3e9-0a3d7819a281], Content-Type=[application/merge-patch+json]}
2023-01-03T07:07:27.908Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a3170e51-5a44-424b-bbe1-6cf8349ab54a/model-vers/model-ver/46773449-2287-44d7-8d6e-22d331bfa8b8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-01-03T07:07:28.033Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a3170e51-5a44-424b-bbe1-6cf8349ab54a/model-vers/model-ver/46773449-2287-44d7-8d6e-22d331bfa8b8?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/a3170e51-5a44-424b-bbe1-6cf8349ab54a/model-vers/model-ver/46773449-2287-44d7-8d6e-22d331bfa8b8?depth=0 has http status code:200 and response headers:{date=[Tue, 03 Jan 2023 07:07:28 GMT], content-length=[0], vertex-id=[180368], x-aai-txid=[1-aai-resources-230103-07:07:28:035-16255], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-03T07:07:28.034Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a3170e51-5a44-424b-bbe1-6cf8349ab54a/model-vers/model-ver/46773449-2287-44d7-8d6e-22d331bfa8b8?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-01-03T07:07:28.036Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a3170e51-5a44-424b-bbe1-6cf8349ab54a/model-vers/model-ver/46773449-2287-44d7-8d6e-22d331bfa8b8?depth=0|INFO|500||InvokeReturn
2023-01-03T07:07:28.036Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-03T07:07:28.036Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-03T07:07:28.055Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-01-03T07:07:28.056Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 010128a4-3b25-4121-b3e9-0a3d7819a281 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-03T07:07:28.056Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-03T07:07:28.057Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-03T07:07:28.062Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-03T07:07:28.063Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "010128a4-3b25-4121-b3e9-0a3d7819a281",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672729648056,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-03T07:07:28.166Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2023-01-03T07:07:28.167Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-03T07:07:28.167Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EPOrtD39p8EhnYcW) ...
2023-01-03T07:07:28.193Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T07:07:28.196Z||pool-40-thread-1|||||INFO|500||cambria reply ok (28 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-03T07:07:44.620Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T07:07:44.621Z|010128a4-3b25-4121-b3e9-0a3d7819a281|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-03T07:07:44.621Z|010128a4-3b25-4121-b3e9-0a3d7819a281|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 EPOrtD39p8EhnYcW) ...
2023-01-03T07:07:44.648Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T07:07:44.649Z||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-03T07:07:44.650Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T07:07:44.782Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T07:07:44.783Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-03T07:07:44.783Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010128a4-3b25-4121-b3e9-0a3d7819a281",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672729604621,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsnvh8jiisl4c35tckjx/1.0/resourceInstances/pnfc2dd97f494750/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T07:07:44.785Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-03T07:07:54.199Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T07:08:44.620Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T07:08:44.621Z|010128a4-3b25-4121-b3e9-0a3d7819a281|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-03T07:08:44.622Z|010128a4-3b25-4121-b3e9-0a3d7819a281|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 EPOrtD39p8EhnYcW) ...
2023-01-03T07:08:44.648Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T07:08:44.649Z||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-03T07:08:44.650Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T07:08:45.189Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T07:08:45.191Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-03T07:08:45.191Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010128a4-3b25-4121-b3e9-0a3d7819a281",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672729604621,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsnvh8jiisl4c35tckjx/1.0/resourceInstances/pnfc2dd97f494750/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-03T07:08:45.193Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-03T07:08:45.193Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-03T07:08:45.195Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010128a4-3b25-4121-b3e9-0a3d7819a281",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672729604621,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsnvh8jiisl4c35tckjx/1.0/resourceInstances/pnfc2dd97f494750/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-03T07:08:45.197Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-03T07:08:45.197Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-03T07:08:45.197Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010128a4-3b25-4121-b3e9-0a3d7819a281",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672729604621,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsnvh8jiisl4c35tckjx/1.0/resourceInstances/pnfc2dd97f494750/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T07:08:45.197Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-03T07:08:45.197Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-03T07:08:45.197Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010128a4-3b25-4121-b3e9-0a3d7819a281",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672729604621,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsnvh8jiisl4c35tckjx/1.0/resourceInstances/pnfc2dd97f494750/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T07:08:45.198Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-03T07:08:45.198Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-03T07:08:45.198Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010128a4-3b25-4121-b3e9-0a3d7819a281",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672729604621,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsnvh8jiisl4c35tckjx/1.0/resourceInstances/pnfc2dd97f494750/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T07:08:45.198Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-03T07:08:45.199Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-03T07:08:45.199Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010128a4-3b25-4121-b3e9-0a3d7819a281",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672729604621,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsnvh8jiisl4c35tckjx/1.0/artifacts/service-DemoPnfWsnvh8jiisl4c35tckjx-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-03T07:08:45.199Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-03T07:08:45.199Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-03T07:08:45.199Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010128a4-3b25-4121-b3e9-0a3d7819a281",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672729604621,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsnvh8jiisl4c35tckjx/1.0/artifacts/service-DemoPnfWsnvh8jiisl4c35tckjx-csar.csar",
  "status": "NOTIFIED"
}
2023-01-03T07:08:45.199Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-03T07:08:45.200Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-03T07:08:45.200Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010128a4-3b25-4121-b3e9-0a3d7819a281",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672729613604,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsnvh8jiisl4c35tckjx/1.0/artifacts/service-DemoPnfWsnvh8jiisl4c35tckjx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-03T07:08:45.200Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-03T07:08:45.201Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-03T07:08:45.201Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010128a4-3b25-4121-b3e9-0a3d7819a281",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672729616628,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsnvh8jiisl4c35tckjx/1.0/artifacts/service-DemoPnfWsnvh8jiisl4c35tckjx-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-03T07:08:45.202Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-03T07:08:45.202Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-03T07:08:45.202Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010128a4-3b25-4121-b3e9-0a3d7819a281",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672729648056,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-03T07:08:45.203Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-03T07:08:54.198Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T07:09:44.620Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T07:09:44.623Z|010128a4-3b25-4121-b3e9-0a3d7819a281|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-03T07:09:44.623Z|010128a4-3b25-4121-b3e9-0a3d7819a281|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 EPOrtD39p8EhnYcW) ...
2023-01-03T07:09:44.648Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T07:09:44.649Z||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-03T07:09:44.649Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T07:09:54.213Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T07:09:54.232Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T07:10:44.620Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T07:10:44.621Z|010128a4-3b25-4121-b3e9-0a3d7819a281|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-03T07:10:44.621Z|010128a4-3b25-4121-b3e9-0a3d7819a281|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 EPOrtD39p8EhnYcW) ...
2023-01-03T07:10:44.648Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T07:10:44.649Z||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-03T07:10:44.649Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T07:10:54.214Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T07:10:54.214Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T07:11:44.620Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T07:11:44.622Z|010128a4-3b25-4121-b3e9-0a3d7819a281|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-03T07:11:44.624Z|010128a4-3b25-4121-b3e9-0a3d7819a281|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 EPOrtD39p8EhnYcW) ...
2023-01-03T07:11:44.648Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T07:11:44.649Z||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-03T07:11:44.649Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T07:11:54.187Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T07:11:54.212Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T07:12:44.620Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T07:12:44.621Z|010128a4-3b25-4121-b3e9-0a3d7819a281|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-03T07:12:44.622Z|010128a4-3b25-4121-b3e9-0a3d7819a281|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 EPOrtD39p8EhnYcW) ...
2023-01-03T07:12:44.648Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T07:12:44.649Z||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-03T07:12:44.649Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T07:12:54.209Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T07:12:54.223Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T07:13:44.620Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T07:13:44.621Z|010128a4-3b25-4121-b3e9-0a3d7819a281|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-03T07:13:44.621Z|010128a4-3b25-4121-b3e9-0a3d7819a281|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 EPOrtD39p8EhnYcW) ...
2023-01-03T07:13:44.648Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T07:13:44.649Z||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-03T07:13:44.649Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T07:13:54.194Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T07:13:54.218Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T07:14:44.620Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T07:14:44.622Z||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-03T07:14:44.623Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T07:14:44.648Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T07:14:44.649Z||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-03T07:14:44.650Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T07:14:54.220Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T07:14:54.282Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T07:15:44.633Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T07:15:44.637Z||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-03T07:15:44.638Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T07:15:44.648Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T07:15:44.649Z||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-03T07:15:44.649Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T07:15:54.215Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T07:15:54.232Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T07:16:44.621Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T07:16:44.623Z||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-03T07:16:44.624Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EPOrtD39p8EhnYcW) ...
2023-01-03T07:16:44.648Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T07:16:44.649Z||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-03T07:16:44.649Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T07:16:54.206Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T07:16:54.252Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T07:17:44.620Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T07:17:44.621Z||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-03T07:17:44.622Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T07:17:44.648Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T07:17:44.649Z|010128a4-3b25-4121-b3e9-0a3d7819a281|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-03T07:17:44.649Z|010128a4-3b25-4121-b3e9-0a3d7819a281|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 EPOrtD39p8EhnYcW) ...
2023-01-03T07:17:54.206Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T07:17:54.246Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T07:18:44.624Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T07:18:44.642Z||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-03T07:18:44.642Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T07:18:44.648Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T07:18:44.649Z||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-03T07:18:44.649Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T07:18:54.277Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T07:18:54.278Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T07:19:44.624Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T07:19:44.626Z||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-03T07:19:44.626Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EPOrtD39p8EhnYcW) ...
2023-01-03T07:19:44.648Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T07:19:44.652Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|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-03T07:19:44.653Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|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 EPOrtD39p8EhnYcW) ...
2023-01-03T07:19:54.187Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T07:19:54.225Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T07:20:44.621Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T07:20:44.624Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T07:20:44.625Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EPOrtD39p8EhnYcW) ...
2023-01-03T07:20:44.648Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T07:20:44.649Z||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-03T07:20:44.649Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T07:20:54.202Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T07:20:54.208Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T07:21:44.621Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T07:21:44.622Z||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-03T07:21:44.622Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T07:21:44.648Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T07:21:44.649Z||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-03T07:21:44.649Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T07:21:54.187Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T07:21:54.211Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T07:22:44.621Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T07:22:44.623Z||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-03T07:22:44.623Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T07:22:44.650Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T07:22:44.651Z||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-03T07:22:44.652Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T07:22:54.190Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T07:22:54.224Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T07:23:44.631Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T07:23:44.635Z||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-03T07:23:44.635Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T07:23:44.648Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T07:23:44.649Z||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-03T07:23:44.649Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T07:23:54.204Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T07:23:54.218Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T07:24:44.620Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T07:24:44.622Z||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-03T07:24:44.623Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T07:24:44.648Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T07:24:44.649Z||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-03T07:24:44.649Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T07:24:54.199Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T07:24:54.204Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T07:25:44.620Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T07:25:44.623Z||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-03T07:25:44.624Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EPOrtD39p8EhnYcW) ...
2023-01-03T07:25:44.648Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T07:25:44.650Z||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-03T07:25:44.650Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T07:25:54.194Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T07:25:54.236Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T07:26:44.620Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T07:26:44.622Z||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-03T07:26:44.622Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T07:26:44.648Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T07:26:44.655Z||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-03T07:26:44.655Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T07:26:54.184Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T07:26:54.204Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T07:27:44.620Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T07:27:44.621Z||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-03T07:27:44.622Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T07:27:44.648Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T07:27:44.649Z||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-03T07:27:44.649Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T07:27:54.188Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T07:27:54.214Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T07:28:44.622Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T07:28:44.623Z||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-03T07:28:44.623Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T07:28:44.648Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T07:28:44.649Z||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-03T07:28:44.649Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T07:28:54.217Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T07:28:54.241Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T07:29:44.620Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T07:29:44.621Z||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-03T07:29:44.621Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T07:29:44.648Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T07:29:44.649Z||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-03T07:29:44.649Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T07:29:54.171Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T07:29:54.209Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T07:30:44.631Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T07:30:44.632Z|010128a4-3b25-4121-b3e9-0a3d7819a281|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-03T07:30:44.633Z|010128a4-3b25-4121-b3e9-0a3d7819a281|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 EPOrtD39p8EhnYcW) ...
2023-01-03T07:30:44.648Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T07:30:44.649Z||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-03T07:30:44.649Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T07:30:54.201Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T07:30:54.207Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T07:31:44.620Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T07:31:44.621Z|010128a4-3b25-4121-b3e9-0a3d7819a281|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-03T07:31:44.621Z|010128a4-3b25-4121-b3e9-0a3d7819a281|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 EPOrtD39p8EhnYcW) ...
2023-01-03T07:31:44.648Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T07:31:44.650Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|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-03T07:31:44.651Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|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 EPOrtD39p8EhnYcW) ...
2023-01-03T07:31:54.182Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T07:31:54.203Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T07:32:44.621Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T07:32:44.625Z|010128a4-3b25-4121-b3e9-0a3d7819a281|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-03T07:32:44.626Z|010128a4-3b25-4121-b3e9-0a3d7819a281|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 EPOrtD39p8EhnYcW) ...
2023-01-03T07:32:44.660Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T07:32:44.662Z||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-03T07:32:44.663Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T07:32:54.216Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T07:32:54.256Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T07:33:44.620Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T07:33:44.621Z|010128a4-3b25-4121-b3e9-0a3d7819a281|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-03T07:33:44.622Z|010128a4-3b25-4121-b3e9-0a3d7819a281|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 EPOrtD39p8EhnYcW) ...
2023-01-03T07:33:44.648Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T07:33:44.649Z||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-03T07:33:44.649Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T07:33:54.195Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T07:33:54.267Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T07:34:44.620Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T07:34:44.621Z||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-03T07:34:44.622Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T07:34:44.648Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T07:34:44.649Z||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-03T07:34:44.649Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T07:34:54.222Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T07:34:54.223Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T07:35:44.620Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T07:35:44.621Z||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-03T07:35:44.622Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T07:35:44.648Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T07:35:44.650Z||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-03T07:35:44.650Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T07:35:54.214Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T07:35:54.216Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T07:36:44.620Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T07:36:44.621Z||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-03T07:36:44.621Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T07:36:44.648Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T07:36:44.649Z||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-03T07:36:44.649Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T07:36:54.183Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T07:36:54.202Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T07:37:44.620Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T07:37:44.621Z||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-03T07:37:44.622Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T07:37:44.648Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T07:37:44.649Z||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-03T07:37:44.649Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T07:37:54.178Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T07:37:54.233Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T07:38:44.620Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T07:38:44.621Z||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-03T07:38:44.621Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T07:38:44.648Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T07:38:44.649Z||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-03T07:38:44.649Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T07:38:54.210Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T07:38:54.221Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T07:39:44.621Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T07:39:44.622Z||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-03T07:39:44.622Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T07:39:44.650Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T07:39:44.652Z||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-03T07:39:44.661Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T07:39:54.199Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T07:39:54.222Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T07:40:44.623Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T07:40:44.624Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T07:40:44.625Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EPOrtD39p8EhnYcW) ...
2023-01-03T07:40:44.673Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T07:40:44.686Z|010128a4-3b25-4121-b3e9-0a3d7819a281|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-03T07:40:44.687Z|010128a4-3b25-4121-b3e9-0a3d7819a281|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 EPOrtD39p8EhnYcW) ...
2023-01-03T07:40:54.257Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T07:40:54.276Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T07:41:44.622Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T07:41:44.626Z||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-03T07:41:44.627Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T07:41:44.648Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T07:41:44.649Z||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-03T07:41:44.655Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T07:41:54.200Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T07:41:54.229Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T07:42:44.620Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T07:42:44.621Z||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-03T07:42:44.621Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T07:42:44.652Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T07:42:44.659Z||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-03T07:42:44.660Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T07:42:54.195Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T07:42:54.228Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T07:43:44.620Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T07:43:44.622Z||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-03T07:43:44.623Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T07:43:44.648Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T07:43:44.649Z||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-03T07:43:44.649Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T07:43:54.187Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T07:43:54.200Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T07:44:44.620Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T07:44:44.622Z||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-03T07:44:44.622Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T07:44:44.648Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T07:44:44.650Z||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-03T07:44:44.650Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T07:44:54.186Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T07:44:54.216Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T07:45:44.620Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T07:45:44.621Z||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-03T07:45:44.621Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T07:45:44.648Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T07:45:44.649Z|010128a4-3b25-4121-b3e9-0a3d7819a281|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-03T07:45:44.649Z|010128a4-3b25-4121-b3e9-0a3d7819a281|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 EPOrtD39p8EhnYcW) ...
2023-01-03T07:45:54.182Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T07:45:54.224Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T07:46:44.620Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T07:46:44.621Z||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-03T07:46:44.621Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T07:46:44.648Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T07:46:44.650Z||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-03T07:46:44.650Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T07:46:54.194Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T07:46:54.215Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T07:47:44.620Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T07:47:44.621Z||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-03T07:47:44.621Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T07:47:44.648Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T07:47:44.648Z||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-03T07:47:44.648Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T07:47:54.183Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T07:47:54.225Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T07:48:44.620Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T07:48:44.622Z||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-03T07:48:44.623Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T07:48:44.655Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T07:48:44.656Z||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-03T07:48:44.657Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T07:48:54.239Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T07:48:54.265Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T07:49:44.620Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T07:49:44.621Z||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-03T07:49:44.621Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T07:49:44.648Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T07:49:44.648Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T07:49:44.649Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T07:49:54.200Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T07:49:54.208Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T07:50:44.620Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T07:50:44.625Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T07:50:44.625Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EPOrtD39p8EhnYcW) ...
2023-01-03T07:50:44.648Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T07:50:44.649Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|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-03T07:50:44.649Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|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 EPOrtD39p8EhnYcW) ...
2023-01-03T07:50:54.214Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T07:50:54.217Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T07:51:44.620Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T07:51:44.623Z||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-03T07:51:44.624Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EPOrtD39p8EhnYcW) ...
2023-01-03T07:51:44.648Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T07:51:44.649Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|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-03T07:51:44.649Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|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 EPOrtD39p8EhnYcW) ...
2023-01-03T07:51:54.203Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T07:51:54.207Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T07:52:44.620Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T07:52:44.621Z||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-03T07:52:44.621Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T07:52:44.656Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T07:52:44.660Z||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-03T07:52:44.661Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T07:52:54.184Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T07:52:54.215Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T07:53:44.622Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T07:53:44.623Z||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-03T07:53:44.624Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EPOrtD39p8EhnYcW) ...
2023-01-03T07:53:44.651Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T07:53:44.652Z|010128a4-3b25-4121-b3e9-0a3d7819a281|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-03T07:53:44.652Z|010128a4-3b25-4121-b3e9-0a3d7819a281|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 EPOrtD39p8EhnYcW) ...
2023-01-03T07:53:54.250Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T07:53:54.250Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T07:54:44.620Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T07:54:44.622Z||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-03T07:54:44.622Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T07:54:44.648Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T07:54:44.648Z|010128a4-3b25-4121-b3e9-0a3d7819a281|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-03T07:54:44.649Z|010128a4-3b25-4121-b3e9-0a3d7819a281|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 EPOrtD39p8EhnYcW) ...
2023-01-03T07:54:54.190Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T07:54:54.209Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T07:55:44.620Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T07:55:44.621Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T07:55:44.621Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EPOrtD39p8EhnYcW) ...
2023-01-03T07:55:44.648Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T07:55:44.649Z||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-03T07:55:44.649Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T07:55:54.186Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T07:55:54.217Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T07:56:44.620Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T07:56:44.621Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T07:56:44.621Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EPOrtD39p8EhnYcW) ...
2023-01-03T07:56:44.648Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T07:56:44.649Z||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-03T07:56:44.649Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T07:56:54.194Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T07:56:54.230Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T07:57:44.620Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T07:57:44.621Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T07:57:44.621Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EPOrtD39p8EhnYcW) ...
2023-01-03T07:57:44.648Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T07:57:44.659Z||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-03T07:57:44.659Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T07:57:54.205Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T07:57:54.216Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T07:58:44.620Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T07:58:44.621Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T07:58:44.622Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EPOrtD39p8EhnYcW) ...
2023-01-03T07:58:44.650Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T07:58:44.652Z||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-03T07:58:44.652Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T07:58:54.192Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T07:58:54.228Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T07:59:44.620Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T07:59:44.623Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T07:59:44.624Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EPOrtD39p8EhnYcW) ...
2023-01-03T07:59:44.649Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T07:59:44.651Z|010128a4-3b25-4121-b3e9-0a3d7819a281|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-03T07:59:44.651Z|010128a4-3b25-4121-b3e9-0a3d7819a281|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 EPOrtD39p8EhnYcW) ...
2023-01-03T07:59:54.196Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T07:59:54.225Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T08:00:44.620Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T08:00:44.621Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T08:00:44.622Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EPOrtD39p8EhnYcW) ...
2023-01-03T08:00:44.648Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T08:00:44.649Z||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-03T08:00:44.649Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T08:00:54.191Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T08:00:54.219Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T08:01:44.620Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T08:01:44.621Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T08:01:44.621Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EPOrtD39p8EhnYcW) ...
2023-01-03T08:01:44.654Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T08:01:44.655Z||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-03T08:01:44.656Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T08:01:54.194Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T08:01:54.253Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T08:02:44.620Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T08:02:44.622Z||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-03T08:02:44.622Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T08:02:44.658Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T08:02:44.667Z||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-03T08:02:44.668Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T08:02:54.222Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T08:02:54.264Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T08:03:44.620Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T08:03:44.621Z||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-03T08:03:44.621Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T08:03:44.648Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T08:03:44.649Z||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-03T08:03:44.649Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T08:03:54.197Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T08:03:54.216Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T08:04:44.620Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T08:04:44.621Z||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-03T08:04:44.621Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T08:04:44.648Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T08:04:44.649Z|010128a4-3b25-4121-b3e9-0a3d7819a281|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-03T08:04:44.649Z|010128a4-3b25-4121-b3e9-0a3d7819a281|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 EPOrtD39p8EhnYcW) ...
2023-01-03T08:04:54.187Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T08:04:54.208Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T08:05:44.620Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T08:05:44.621Z||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-03T08:05:44.621Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T08:05:44.649Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T08:05:44.650Z||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-03T08:05:44.650Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T08:05:54.201Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T08:05:54.214Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T08:06:44.620Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T08:06:44.621Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T08:06:44.621Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EPOrtD39p8EhnYcW) ...
2023-01-03T08:06:44.648Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T08:06:44.649Z||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-03T08:06:44.649Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T08:06:54.190Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T08:06:54.213Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T08:07:44.621Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T08:07:44.624Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T08:07:44.624Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EPOrtD39p8EhnYcW) ...
2023-01-03T08:07:44.648Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T08:07:44.650Z||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-03T08:07:44.650Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T08:07:54.211Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T08:07:54.247Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T08:08:44.620Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T08:08:44.622Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T08:08:44.622Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EPOrtD39p8EhnYcW) ...
2023-01-03T08:08:44.651Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T08:08:44.652Z||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-03T08:08:44.652Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T08:08:54.220Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T08:08:54.283Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T08:09:44.620Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T08:09:44.621Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-03T08:09:44.621Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EPOrtD39p8EhnYcW) ...
2023-01-03T08:09:44.648Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T08:09:44.649Z|010128a4-3b25-4121-b3e9-0a3d7819a281|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-03T08:09:44.649Z|010128a4-3b25-4121-b3e9-0a3d7819a281|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 EPOrtD39p8EhnYcW) ...
2023-01-03T08:09:54.189Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T08:09:54.206Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T08:10:44.620Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T08:10:44.621Z||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-03T08:10:44.621Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T08:10:44.648Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T08:10:44.649Z||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-03T08:10:44.649Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T08:10:54.188Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T08:10:54.228Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T08:11:44.620Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T08:11:44.621Z||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-03T08:11:44.621Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T08:11:44.648Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T08:11:44.649Z||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-03T08:11:44.649Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T08:11:54.188Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T08:11:54.223Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T08:12:44.620Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T08:12:44.621Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|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-03T08:12:44.621Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|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 EPOrtD39p8EhnYcW) ...
2023-01-03T08:12:44.649Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T08:12:44.651Z||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-03T08:12:44.651Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T08:12:54.213Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T08:12:54.227Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T08:13:44.621Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T08:13:44.624Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|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-03T08:13:44.624Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|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 EPOrtD39p8EhnYcW) ...
2023-01-03T08:13:44.648Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T08:13:44.649Z||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-03T08:13:44.649Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T08:13:54.185Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T08:13:54.217Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T08:14:44.620Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T08:14:44.622Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|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-03T08:14:44.622Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|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 EPOrtD39p8EhnYcW) ...
2023-01-03T08:14:44.648Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T08:14:44.649Z|010128a4-3b25-4121-b3e9-0a3d7819a281|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-03T08:14:44.649Z|010128a4-3b25-4121-b3e9-0a3d7819a281|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 EPOrtD39p8EhnYcW) ...
2023-01-03T08:14:54.197Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T08:14:54.208Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T08:15:44.622Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T08:15:44.624Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|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-03T08:15:44.625Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|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 EPOrtD39p8EhnYcW) ...
2023-01-03T08:15:44.648Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T08:15:44.649Z||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-03T08:15:44.649Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T08:15:54.179Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T08:15:54.298Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T08:16:44.620Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T08:16:44.622Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|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-03T08:16:44.622Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|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 EPOrtD39p8EhnYcW) ...
2023-01-03T08:16:44.651Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T08:16:44.669Z||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-03T08:16:44.670Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T08:16:54.199Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T08:16:54.240Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T08:17:44.620Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T08:17:44.623Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|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-03T08:17:44.623Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|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 EPOrtD39p8EhnYcW) ...
2023-01-03T08:17:44.648Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T08:17:44.649Z||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-03T08:17:44.649Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T08:17:54.215Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T08:17:54.235Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T08:18:44.620Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T08:18:44.621Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|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-03T08:18:44.621Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|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 EPOrtD39p8EhnYcW) ...
2023-01-03T08:18:44.648Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T08:18:44.648Z||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-03T08:18:44.649Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T08:18:54.201Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T08:18:54.220Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T08:19:44.620Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T08:19:44.621Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|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-03T08:19:44.621Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|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 EPOrtD39p8EhnYcW) ...
2023-01-03T08:19:44.648Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T08:19:44.648Z|010128a4-3b25-4121-b3e9-0a3d7819a281|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-03T08:19:44.649Z|010128a4-3b25-4121-b3e9-0a3d7819a281|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 EPOrtD39p8EhnYcW) ...
2023-01-03T08:19:54.206Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T08:19:54.225Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T08:20:44.620Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T08:20:44.621Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|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-03T08:20:44.621Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|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 EPOrtD39p8EhnYcW) ...
2023-01-03T08:20:44.648Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T08:20:44.648Z||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-03T08:20:44.649Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T08:20:54.189Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T08:20:54.208Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T08:21:44.620Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T08:21:44.621Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|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-03T08:21:44.622Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|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 EPOrtD39p8EhnYcW) ...
2023-01-03T08:21:44.648Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T08:21:44.649Z||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-03T08:21:44.649Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T08:21:54.208Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T08:21:54.210Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T08:22:44.620Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T08:22:44.621Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|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-03T08:22:44.621Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|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 EPOrtD39p8EhnYcW) ...
2023-01-03T08:22:44.648Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T08:22:44.649Z||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-03T08:22:44.649Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T08:22:54.204Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T08:22:54.221Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T08:23:44.620Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T08:23:44.621Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|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-03T08:23:44.622Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|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 EPOrtD39p8EhnYcW) ...
2023-01-03T08:23:44.648Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T08:23:44.649Z||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-03T08:23:44.649Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T08:23:54.196Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T08:23:54.214Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T08:24:44.620Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T08:24:44.622Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|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-03T08:24:44.622Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|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 EPOrtD39p8EhnYcW) ...
2023-01-03T08:24:44.648Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T08:24:44.649Z||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-03T08:24:44.649Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T08:24:54.260Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T08:24:54.272Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T08:25:44.621Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T08:25:44.623Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|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-03T08:25:44.624Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|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 EPOrtD39p8EhnYcW) ...
2023-01-03T08:25:44.651Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T08:25:44.652Z||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-03T08:25:44.652Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T08:25:54.226Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T08:25:54.229Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T08:26:44.621Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T08:26:44.624Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|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-03T08:26:44.624Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|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 EPOrtD39p8EhnYcW) ...
2023-01-03T08:26:44.648Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T08:26:44.649Z||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-03T08:26:44.649Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T08:26:54.212Z|29a941ed-5af4-4a9a-a513-1a00699a32eb|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T08:26:54.223Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T08:27:44.620Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T08:27:44.621Z|010128a4-3b25-4121-b3e9-0a3d7819a281|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-03T08:27:44.621Z|010128a4-3b25-4121-b3e9-0a3d7819a281|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 EPOrtD39p8EhnYcW) ...
2023-01-03T08:27:44.648Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T08:27:44.649Z||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-03T08:27:44.649Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T08:27:54.215Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T08:27:54.239Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T08:28:44.620Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T08:28:44.621Z|010128a4-3b25-4121-b3e9-0a3d7819a281|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-03T08:28:44.621Z|010128a4-3b25-4121-b3e9-0a3d7819a281|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 EPOrtD39p8EhnYcW) ...
2023-01-03T08:28:44.648Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T08:28:44.649Z||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-03T08:28:44.649Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T08:28:54.221Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T08:28:54.241Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T08:29:44.620Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T08:29:44.622Z|010128a4-3b25-4121-b3e9-0a3d7819a281|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-03T08:29:44.622Z|010128a4-3b25-4121-b3e9-0a3d7819a281|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 EPOrtD39p8EhnYcW) ...
2023-01-03T08:29:44.648Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-03T08:29:44.649Z||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-03T08:29:44.649Z||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 EPOrtD39p8EhnYcW) ...
2023-01-03T08:29:54.196Z|010128a4-3b25-4121-b3e9-0a3d7819a281|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-03T08:29:54.235Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK