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-02-17T15:44:00.838Z||main|||||INFO|500||The following profiles are active: basic
2023-02-17T15:44:20.188Z||main|||||INFO|500||Starting service [Tomcat]
2023-02-17T15:44:20.189Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2023-02-17T15:44:20.357Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2023-02-17T15:44:26.751Z||main|||||INFO|500||catdb-pool - Starting...
2023-02-17T15:44:27.395Z||main|||||INFO|500||catdb-pool - Start completed.
2023-02-17T15:44:28.166Z||main|||||INFO|500||reqdb-pool - Starting...
2023-02-17T15:44:28.372Z||main|||||INFO|500||reqdb-pool - Start completed.
2023-02-17T15:44:28.566Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2023-02-17T15:44:28.869Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2023-02-17T15:44:29.731Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2023-02-17T15:44:32.997Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-02-17T15:44:36.963Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-02-17T15:44:37.043Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2023-02-17T15:44:37.767Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-02-17T15:44:38.101Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2023-02-17T15:44:40.061Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-02-17T15:44:41.740Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2023-02-17T15:44:41.779Z||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$$461afd56.deployActivities()
	at org.onap.so.asdc.Application.deployActivities(Application.java:52)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
	at org.onap.so.asdc.Application.main(Application.java:60)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
	at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2023-02-17T15:44:41.780Z||main|||||WARN|500||The sdc end point is not alive
2023-02-17T15:44:46.632Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2023-02-17T15:44:51.311Z||main|||||WARN|500||---
2023-02-17T15:44:51.312Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2023-02-17T15:44:51.313Z||main|||||WARN|500||---
2023-02-17T15:44:52.010Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2023-02-17T15:44:59.643Z||main|||||INFO|500||Started Application in 63.158 seconds (JVM running for 66.062)
2023-02-17T15:44:59.692Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-02-17T15:44:59.694Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-02-17T15:44:59.735Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-02-17T15:44:59.776Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2023-02-17T15:44:59.859Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 22505ca3-cec6-497d-a0ad-892b61caee5b url= /sdc/v1/artifactTypes
2023-02-17T15:44:59.860Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2023-02-17T15:45:00.234Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-02-17T15:45:00.287Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2023-02-17T15:45:00.316Z||scheduling-1|||||DEBUG|500||create keys
2023-02-17T15:45:00.329Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2023-02-17T15:45:00.427Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T15:45:00.493Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 21680007-9b67-4738-896c-72f7d359b1ec url= /sdc/v1/registerForDistribution
2023-02-17T15:45:00.613Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 21680007-9b67-4738-896c-72f7d359b1ec url= /sdc/v1/registerForDistribution
2023-02-17T15:45:00.614Z||scheduling-1|||||INFO|500||start DistributionClient
2023-02-17T15:45:00.627Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T15:45:00.628Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T15:45:00.641Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2023-02-17T15:45:00.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-02-17T15:45:00.660Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T15:45:00.663Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T15:45:00.663Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T15:45:11.100Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T15:45:11.102Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T15:46:00.624Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T15:46:00.627Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T15:46:00.627Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T15:46:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T15:46:00.628Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T15:46:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T15:46:10.186Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T15:46:10.188Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T15:47:00.624Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T15:47:00.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-02-17T15:47:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T15:47:00.629Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T15:47:00.630Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T15:47:00.630Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T15:47:10.202Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T15:47:10.203Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T15:48:00.624Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T15:48:00.625Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T15:48:00.625Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RZuyvHXN2BdsQA2U) ...
2023-02-17T15:48:00.628Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T15:48:00.629Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T15:48:00.630Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T15:48:10.190Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T15:48:10.208Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T15:49:00.625Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T15:49:00.627Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T15:49:00.629Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T15:49:00.629Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T15:49:00.633Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T15:49:00.634Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T15:49:10.188Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T15:49:10.190Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T15:50:00.624Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T15:50:00.625Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T15:50:00.626Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T15:50:00.627Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T15:50:00.628Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T15:50:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T15:50:10.184Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T15:50:10.184Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T15:51:00.624Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T15:51:00.625Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T15:51:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T15:51:00.627Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T15:51:00.628Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T15:51:00.629Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T15:51:10.205Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T15:51:10.206Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T15:52:00.624Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T15:52:00.625Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T15:52:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T15:52:00.628Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T15:52:00.628Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T15:52:00.629Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T15:52:10.179Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T15:52:10.197Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T15:53:00.624Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T15:53:00.626Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T15:53:00.626Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T15:53:00.627Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T15:53:00.628Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T15:53:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T15:53:10.240Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T15:53:10.240Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T15:54:00.624Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T15:54:00.625Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T15:54:00.626Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T15:54:00.627Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T15:54:00.628Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T15:54:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T15:54:10.186Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T15:54:10.188Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T15:54:36.228Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-02-17T15:55:00.624Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T15:55:00.626Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T15:55:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T15:55:00.627Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T15:55:00.627Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T15:55:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T15:55:10.180Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T15:55:10.203Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T15:56:00.624Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T15:56:00.626Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T15:56:00.626Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T15:56:00.627Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T15:56:00.628Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T15:56:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T15:56:10.178Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T15:56:10.178Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T15:57:00.624Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T15:57:00.625Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T15:57:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T15:57:00.627Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T15:57:00.628Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T15:57:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T15:57:10.183Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T15:57:10.184Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T15:58:00.624Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T15:58:00.625Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T15:58:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T15:58:00.627Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T15:58:00.628Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T15:58:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T15:58:10.181Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T15:58:10.181Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T15:59:00.624Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T15:59:00.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-02-17T15:59:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T15:59:00.627Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T15:59:00.630Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T15:59:00.632Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T15:59:10.196Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T15:59:10.198Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T16:00:00.624Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:00:00.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-02-17T16:00:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:00:00.627Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:00:00.628Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:00:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:00:10.183Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T16:00:10.193Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T16:01:00.624Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:01:00.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-02-17T16:01:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:01:00.627Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:01:00.628Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:01:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:01:10.180Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T16:01:10.199Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T16:02:00.625Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:02:00.627Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:02:00.628Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:02:00.628Z||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-02-17T16:02:00.629Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:02:00.629Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:02:10.190Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T16:02:10.192Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T16:03:00.624Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:03:00.626Z||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-02-17T16:03:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:03:00.627Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:03:00.627Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:03:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:03:10.176Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T16:03:10.182Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T16:04:00.624Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:04:00.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-02-17T16:04:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:04:00.627Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:04:00.628Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:04:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:04:10.195Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T16:04:10.195Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T16:05:00.624Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:05:00.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-02-17T16:05:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:05:00.627Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:05:00.628Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:05:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:05:10.171Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T16:05:10.175Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T16:06:00.624Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:06:00.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-02-17T16:06:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:06:00.627Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:06:00.628Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:06:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:06:10.174Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T16:06:10.181Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T16:07:00.624Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:07:00.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-02-17T16:07:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:07:00.627Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:07:00.627Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:07:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:07:10.177Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T16:07:10.178Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T16:08:00.624Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:08:00.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-02-17T16:08:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:08:00.627Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:08:00.627Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:08:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:08:10.174Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T16:08:10.177Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T16:09:00.624Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:09:00.626Z||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-02-17T16:09:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:09:00.629Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:09:00.629Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:09:00.630Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:09:10.179Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T16:09:10.181Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T16:10:00.624Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:10:00.628Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:10:00.629Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:10:00.629Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:10:00.631Z||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-02-17T16:10:00.632Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:10:10.193Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T16:10:10.193Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T16:11:00.624Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:11:00.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-02-17T16:11:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:11:00.632Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:11:00.633Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:11:00.634Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:11:10.175Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T16:11:10.181Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T16:12:00.624Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:12:00.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-02-17T16:12:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:12:00.627Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:12:00.627Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:12:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:12:10.218Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T16:12:10.218Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T16:13:00.624Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:13:00.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-02-17T16:13:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:13:00.627Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:13:00.628Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:13:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:13:10.193Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T16:13:10.193Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T16:14:00.624Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:14:00.626Z||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-02-17T16:14:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:14:00.627Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:14:00.628Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:14:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:14:10.188Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T16:14:10.191Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T16:15:00.624Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:15:00.626Z||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-02-17T16:15:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:15:00.627Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:15:00.628Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:15:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:15:10.239Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T16:15:10.252Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T16:16:00.624Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:16:00.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-02-17T16:16:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:16:00.627Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:16:00.628Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:16:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:16:10.209Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T16:16:10.237Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T16:17:00.624Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:17:00.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-02-17T16:17:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:17:00.627Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:17:00.628Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:17:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:17:10.217Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T16:17:10.217Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T16:18:00.624Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:18:00.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-02-17T16:18:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:18:00.627Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:18:00.628Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:18:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:18:10.206Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T16:18:10.219Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T16:19:00.624Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:19:00.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-02-17T16:19:00.627Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:19:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:19:00.628Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:19:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:19:10.182Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T16:19:10.184Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T16:20:00.624Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:20:00.626Z||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-02-17T16:20:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:20:00.627Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:20:00.628Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:20:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:20:10.183Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T16:20:10.187Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T16:21:00.624Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:21:00.627Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:21:00.628Z||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-02-17T16:21:00.629Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:21:00.628Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:21:00.630Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:21:10.195Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T16:21:10.205Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T16:22:00.624Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:22:00.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-02-17T16:22:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:22:00.627Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:22:00.628Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:22:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:22:10.182Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T16:22:10.183Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T16:23:00.624Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:23:00.626Z||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-02-17T16:23:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:23:00.627Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:23:00.628Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:23:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:23:10.194Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T16:23:10.194Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T16:24:00.624Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:24:00.626Z||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-02-17T16:24:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:24:00.627Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:24:00.628Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:24:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:24:10.178Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T16:24:10.178Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T16:25:00.624Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:25:00.627Z||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-02-17T16:25:00.627Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:25:00.629Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:25:00.629Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:25:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:25:10.206Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T16:25:10.221Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T16:26:00.624Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:26:00.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-02-17T16:26:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:26:00.627Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:26:00.628Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:26:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:26:10.198Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T16:26:10.198Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T16:27:00.624Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:27:00.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-02-17T16:27:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:27:00.627Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:27:00.627Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:27:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:27:10.192Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T16:27:10.193Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T16:28:00.624Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:28:00.626Z||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-02-17T16:28:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:28:00.627Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:28:00.630Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:28:00.630Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:28:10.183Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T16:28:10.190Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T16:29:00.624Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:29:00.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-02-17T16:29:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:29:00.627Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:29:00.628Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:29:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:29:10.195Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T16:29:10.199Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T16:30:00.624Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:30:00.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-02-17T16:30:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:30:00.627Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:30:00.628Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:30:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:30:10.188Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T16:30:10.188Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T16:31:00.624Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:31:00.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-02-17T16:31:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:31:00.627Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:31:00.629Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:31:00.630Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:31:10.202Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T16:31:10.215Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T16:32:00.624Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:32:00.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-02-17T16:32:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:32:00.627Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:32:00.628Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:32:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:32:10.187Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T16:32:10.194Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T16:33:00.624Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:33:00.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-02-17T16:33:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:33:00.627Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:33:00.628Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:33:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:33:10.170Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T16:33:10.170Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T16:34:00.624Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:34:00.627Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:34:00.628Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:34:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:34:00.628Z||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-02-17T16:34:00.630Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:34:10.187Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T16:34:10.187Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T16:35:00.624Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:35:00.626Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:35:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:35:00.628Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:35:00.629Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:35:00.630Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:35:10.198Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T16:35:10.198Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T16:36:00.624Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:36:00.625Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:36:00.625Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RZuyvHXN2BdsQA2U) ...
2023-02-17T16:36:00.627Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:36:00.629Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:36:00.629Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:36:10.179Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T16:36:10.180Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T16:37:00.624Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:37:00.625Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:37:00.625Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RZuyvHXN2BdsQA2U) ...
2023-02-17T16:37:00.627Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:37:00.628Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:37:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:37:10.178Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T16:37:10.178Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T16:38:00.624Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:38:00.625Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:38:00.625Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RZuyvHXN2BdsQA2U) ...
2023-02-17T16:38:00.627Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:38:00.628Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:38:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:38:10.177Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T16:38:10.184Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T16:39:00.624Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:39:00.625Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:39:00.625Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RZuyvHXN2BdsQA2U) ...
2023-02-17T16:39:00.627Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:39:00.628Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:39:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:39:10.179Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T16:39:10.179Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T16:40:00.625Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:40:00.626Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:40:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:40:00.627Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:40:00.632Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:40:00.632Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:40:10.202Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T16:40:10.205Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T16:41:00.624Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:41:00.627Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:41:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:41:00.627Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:41:00.628Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:41:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:41:10.178Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T16:41:10.184Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T16:42:00.624Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:42:00.625Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:42:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:42:00.627Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:42:00.628Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:42:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:42:10.170Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T16:42:10.170Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T16:43:00.624Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:43:00.625Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:43:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:43:00.627Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:43:00.628Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:43:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:43:10.193Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T16:43:10.200Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T16:44:00.624Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:44:00.624Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:44:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:44:00.627Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:44:00.627Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:44:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:44:10.179Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T16:44:10.183Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T16:45:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:45:00.625Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:45:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:45:00.627Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:45:00.627Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:45:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:45:10.185Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T16:45:10.187Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T16:46:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:46:00.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-02-17T16:46:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:46:00.627Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:46:00.628Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:46:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:46:10.184Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T16:46:10.184Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T16:47:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:47:00.625Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:47:00.626Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:47:00.627Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:47:00.627Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:47:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:47:10.177Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T16:47:10.177Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T16:48:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:48:00.625Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:48:00.626Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:48:00.627Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:48:00.628Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:48:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:48:10.173Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T16:48:10.173Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T16:49:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:49:00.625Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:49:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:49:00.627Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:49:00.628Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:49:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:49:10.172Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T16:49:10.178Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T16:50:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:50:00.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-02-17T16:50:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:50:00.627Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:50:00.628Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:50:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:50:10.169Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T16:50:10.169Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T16:51:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:51:00.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-02-17T16:51:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:51:00.627Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:51:00.627Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:51:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:51:10.184Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T16:51:10.184Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T16:52:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:52:00.625Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:52:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:52:00.635Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:52:00.636Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:52:00.636Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:52:10.168Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T16:52:10.178Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T16:53:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:53:00.625Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:53:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:53:00.627Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:53:00.627Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:53:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:53:10.183Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T16:53:10.183Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T16:54:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:54:00.625Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:54:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:54:00.627Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:54:00.628Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:54:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:54:10.175Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T16:54:10.177Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T16:55:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:55:00.627Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:55:00.627Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:55:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:55:00.628Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:55:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:55:10.176Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T16:55:10.177Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T16:56:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:56:00.625Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:56:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:56:00.627Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:56:00.628Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:56:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:56:10.170Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T16:56:10.170Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T16:57:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:57:00.625Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:57:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:57:00.627Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:57:00.628Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:57:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:57:10.173Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T16:57:10.173Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T16:58:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:58:00.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-02-17T16:58:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:58:00.627Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:58:00.627Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:58:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:58:10.170Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T16:58:10.171Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T16:59:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:59:00.625Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:59:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:59:00.627Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:59:00.628Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:59:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:59:10.174Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T16:59:10.190Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T17:00:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:00:00.625Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:00:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:00:00.627Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:00:00.628Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:00:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:00:10.182Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T17:00:10.184Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T17:01:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:01:00.626Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:01:00.626Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:01:00.627Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:01:00.627Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:01:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:01:10.200Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T17:01:10.206Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T17:02:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:02:00.625Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:02:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:02:00.627Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:02:00.628Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:02:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:02:10.180Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T17:02:10.190Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T17:03:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:03:00.625Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:03:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:03:00.627Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:03:00.628Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:03:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:03:10.173Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T17:03:10.178Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T17:04:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:04:00.625Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:04:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:04:00.627Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:04:00.627Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:04:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:04:10.176Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T17:04:10.190Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T17:05:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:05:00.625Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:05:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:05:00.627Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:05:00.628Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:05:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:05:10.173Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T17:05:10.184Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T17:06:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:06:00.625Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:06:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:06:00.627Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:06:00.627Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:06:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:06:10.176Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T17:06:10.197Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T17:07:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:07:00.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-02-17T17:07:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:07:00.628Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:07:00.628Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:07:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:07:10.178Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T17:07:10.181Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T17:08:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:08:00.625Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:08:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:08:00.627Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:08:00.627Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:08:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:08:10.177Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T17:08:10.178Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T17:09:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:09:00.625Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:09:00.626Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:09:00.627Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:09:00.627Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:09:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:09:10.174Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T17:09:10.198Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T17:10:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:10:00.625Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:10:00.626Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:10:00.627Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:10:00.628Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:10:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:10:10.177Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T17:10:10.178Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T17:11:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:11:00.625Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:11:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:11:00.627Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:11:00.628Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:11:00.629Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:11:10.174Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T17:11:10.185Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T17:12:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:12:00.625Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:12:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:12:00.627Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:12:00.628Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:12:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:12:10.188Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T17:12:10.188Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T17:13:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:13:00.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-02-17T17:13:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:13:00.627Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:13:00.629Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:13:00.629Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:13:10.179Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T17:13:10.180Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T17:14:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:14:00.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-02-17T17:14:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:14:00.627Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:14:00.628Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:14:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:14:10.171Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T17:14:10.172Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T17:15:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:15:00.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-02-17T17:15:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:15:00.627Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:15:00.627Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:15:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:15:10.176Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T17:15:10.179Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T17:16:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:16:00.625Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:16:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:16:00.627Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:16:00.628Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:16:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:16:10.181Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T17:16:10.189Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T17:17:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:17:00.625Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:17:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:17:00.627Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:17:00.628Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:17:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:17:10.179Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T17:17:10.181Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T17:18:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:18:00.626Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:18:00.626Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:18:00.627Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:18:00.627Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:18:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:18:10.175Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T17:18:10.176Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T17:19:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:19:00.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-02-17T17:19:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:19:00.627Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:19:00.628Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:19:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:19:10.181Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T17:19:10.185Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T17:20:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:20:00.625Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:20:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:20:00.627Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:20:00.627Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:20:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:20:10.183Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T17:20:10.200Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T17:21:00.626Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:21:00.627Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:21:00.627Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:21:00.627Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:21:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:21:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:21:10.180Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T17:21:10.180Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T17:22:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:22:00.626Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:22:00.628Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:22:00.628Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:22:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:22:00.626Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:22:10.178Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T17:22:10.187Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T17:23:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:23:00.625Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:23:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:23:00.627Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:23:00.628Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:23:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:23:10.193Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T17:23:10.204Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T17:24:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:24:00.625Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:24:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:24:00.627Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:24:00.628Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:24:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:24:10.176Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T17:24:10.195Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T17:25:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:25:00.625Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:25:00.626Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:25:00.628Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:25:00.628Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:25:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:25:10.183Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T17:25:10.183Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T17:26:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:26:00.626Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:26:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:26:00.627Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:26:00.628Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:26:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:26:10.187Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T17:26:10.190Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T17:27:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:27:00.625Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:27:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:27:00.627Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:27:00.628Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:27:00.629Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:27:10.166Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T17:27:10.166Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T17:28:00.623Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:28:00.625Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:28:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:28:00.627Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:28:00.628Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:28:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:28:10.174Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T17:28:10.189Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T17:29:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:29:00.625Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:29:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:29:00.627Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:29:00.628Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:29:00.629Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:29:10.185Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T17:29:10.185Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T17:30:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:30:00.625Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:30:00.626Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:30:00.627Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:30:00.628Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:30:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:30:10.183Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T17:30:10.183Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T17:31:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:31:00.625Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:31:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:31:00.627Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:31:00.627Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:31:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:31:10.172Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T17:31:10.177Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T17:32:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:32:00.625Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:32:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:32:00.627Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:32:00.628Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:32:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:32:10.182Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T17:32:10.190Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T17:33:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:33:00.625Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:33:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:33:00.627Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:33:00.627Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:33:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:33:10.174Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T17:33:10.183Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T17:34:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:34:00.627Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:34:00.628Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:34:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:34:00.627Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:34:00.629Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:34:10.176Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T17:34:10.179Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T17:35:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:35:00.625Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:35:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:35:00.627Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:35:00.630Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:35:00.631Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:35:10.179Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T17:35:10.183Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T17:36:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:36:00.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-02-17T17:36:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:36:00.627Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:36:00.627Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:36:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:36:10.186Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T17:36:10.186Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T17:37:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:37:00.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-02-17T17:37:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:37:00.627Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:37:00.627Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:37:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:37:10.182Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T17:37:10.183Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T17:38:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:38:00.625Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:38:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:38:00.627Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:38:00.627Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:38:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:38:10.172Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T17:38:10.179Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T17:39:00.623Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:39:00.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-02-17T17:39:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:39:00.627Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:39:00.627Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:39:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:39:10.174Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T17:39:10.175Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T17:40:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:40:00.625Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:40:00.626Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:40:00.627Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:40:00.627Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:40:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:40:10.195Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T17:40:10.201Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T17:41:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:41:00.627Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:41:00.627Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:41:00.627Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:41:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:41:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:41:10.186Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T17:41:10.185Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T17:42:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:42:00.625Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:42:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:42:00.627Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:42:00.628Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:42:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:42:10.197Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T17:42:10.209Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T17:43:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:43:00.625Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:43:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:43:00.627Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:43:00.627Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:43:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:43:10.177Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T17:43:10.189Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T17:44:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:44:00.625Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:44:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:44:00.627Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:44:00.627Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:44:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:44:10.176Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T17:44:10.179Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T17:45:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:45:00.625Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:45:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:45:00.627Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:45:00.627Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:45:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:45:10.207Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T17:45:10.214Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T17:46:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:46:00.625Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:46:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:46:00.627Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:46:00.628Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:46:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:46:10.188Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T17:46:10.218Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T17:47:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:47:00.625Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:47:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:47:00.627Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:47:00.628Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:47:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:47:10.197Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T17:47:10.201Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T17:48:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:48:00.625Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:48:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:48:00.627Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:48:00.627Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:48:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:48:10.190Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T17:48:10.196Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T17:49:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:49:00.625Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:49:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:49:00.627Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:49:00.628Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:49:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:49:10.196Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T17:49:10.196Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T17:50:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:50:00.625Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:50:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:50:00.627Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:50:00.627Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:50:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:50:10.198Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T17:50:10.198Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T17:51:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:51:00.625Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:51:00.626Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:51:00.627Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:51:00.628Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:51:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:51:10.195Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T17:51:10.195Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T17:52:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:52:00.625Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:52:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:52:00.627Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:52:00.627Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:52:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:52:10.191Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T17:52:10.203Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T17:53:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:53:00.625Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:53:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:53:00.627Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:53:00.628Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:53:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:53:10.213Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T17:53:10.221Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T17:54:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:54:00.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-02-17T17:54:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:54:00.627Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:54:00.627Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:54:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:54:10.188Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T17:54:10.188Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T17:55:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:55:00.625Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:55:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:55:00.627Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:55:00.627Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:55:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:55:10.192Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T17:55:10.194Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T17:56:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:56:00.626Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:56:00.626Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:56:00.627Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:56:00.628Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:56:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:56:10.188Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T17:56:10.189Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T17:57:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:57:00.625Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:57:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:57:00.627Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:57:00.628Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:57:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:57:10.193Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T17:57:10.193Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T17:58:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:58:00.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-02-17T17:58:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:58:00.627Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:58:00.628Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:58:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:58:10.192Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T17:58:10.193Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T17:59:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:59:00.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-02-17T17:59:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:59:00.627Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:59:00.627Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:59:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:59:10.188Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T17:59:10.204Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T18:00:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:00:00.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-02-17T18:00:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:00:00.627Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:00:00.628Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:00:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:00:10.181Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T18:00:10.181Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T18:01:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:01:00.625Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:01:00.626Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:01:00.629Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:01:00.630Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:01:00.630Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:01:10.206Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T18:01:10.208Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T18:02:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:02:00.625Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:02:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:02:00.627Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:02:00.628Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:02:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:02:10.216Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T18:02:10.216Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T18:03:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:03:00.626Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:03:00.626Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:03:00.627Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:03:00.627Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:03:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:03:10.204Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T18:03:10.210Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T18:04:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:04:00.625Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:04:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:04:00.627Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:04:00.628Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:04:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:04:10.213Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T18:04:10.214Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T18:05:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:05:00.625Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:05:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:05:00.627Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:05:00.627Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:05:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:05:10.183Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T18:05:10.184Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T18:06:00.624Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:06:00.624Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:06:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:06:00.627Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:06:00.627Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:06:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:06:10.213Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T18:06:10.220Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T18:07:00.624Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:07:00.624Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:07:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:07:00.627Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:07:00.628Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:07:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:07:10.183Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T18:07:10.191Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T18:08:00.624Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:08:00.624Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:08:00.624Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:08:00.627Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:08:00.627Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:08:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:08:10.186Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T18:08:10.186Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T18:09:00.624Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:09:00.625Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:09:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:09:00.627Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:09:00.628Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:09:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:09:10.190Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T18:09:10.190Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T18:10:00.624Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:10:00.625Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:10:00.626Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:10:00.627Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:10:00.627Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:10:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:10:10.199Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T18:10:10.206Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T18:11:00.624Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:11:00.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-02-17T18:11:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:11:00.628Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:11:00.629Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:11:00.630Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:11:10.191Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T18:11:10.243Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T18:12:00.624Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:12:00.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-02-17T18:12:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:12:00.627Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:12:00.628Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:12:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:12:10.183Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T18:12:10.184Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T18:13:00.624Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:13:00.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-02-17T18:13:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:13:00.627Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:13:00.628Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:13:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:13:10.207Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T18:13:10.238Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T18:14:00.624Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:14:00.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-02-17T18:14:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:14:00.627Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:14:00.627Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:14:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:14:10.212Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T18:14:10.212Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T18:15:00.624Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:15:00.624Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:15:00.625Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RZuyvHXN2BdsQA2U) ...
2023-02-17T18:15:00.627Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:15:00.628Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:15:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:15:10.224Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T18:15:10.226Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T18:16:00.624Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:16:00.624Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:16:00.625Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RZuyvHXN2BdsQA2U) ...
2023-02-17T18:16:00.627Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:16:00.627Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:16:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:16:10.213Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T18:16:10.226Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T18:17:00.624Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:17:00.626Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:17:00.626Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RZuyvHXN2BdsQA2U) ...
2023-02-17T18:17:00.627Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:17:00.627Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:17:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:17:10.187Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T18:17:10.201Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T18:18:00.624Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:18:00.625Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:18:00.625Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RZuyvHXN2BdsQA2U) ...
2023-02-17T18:18:00.627Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:18:00.627Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:18:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:18:10.189Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T18:18:10.193Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T18:19:00.624Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:19:00.625Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:19:00.625Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RZuyvHXN2BdsQA2U) ...
2023-02-17T18:19:00.627Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:19:00.628Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:19:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:19:10.189Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T18:19:10.207Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T18:20:00.627Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:20:00.627Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:20:00.627Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:20:00.628Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RZuyvHXN2BdsQA2U) ...
2023-02-17T18:20:00.628Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:20:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:20:10.193Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T18:20:10.193Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T18:21:00.624Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:21:00.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-02-17T18:21:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:21:00.627Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:21:00.628Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:21:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:21:10.212Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T18:21:10.215Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T18:22:00.624Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:22:00.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-02-17T18:22:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:22:00.627Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:22:00.628Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:22:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:22:10.205Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T18:22:10.206Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T18:23:00.624Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:23:00.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-02-17T18:23:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:23:00.627Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:23:00.627Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:23:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:23:10.201Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T18:23:10.201Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T18:24:00.624Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:24:00.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-02-17T18:24:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:24:00.627Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:24:00.628Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:24:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:24:10.219Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T18:24:10.224Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T18:25:00.624Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:25:00.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-02-17T18:25:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:25:00.627Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:25:00.627Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:25:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:25:10.211Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T18:25:10.211Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T18:26:00.624Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:26:00.625Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:26:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:26:00.627Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:26:00.627Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:26:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:26:10.195Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T18:26:10.196Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T18:27:00.624Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:27:00.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-02-17T18:27:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:27:00.627Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:27:00.627Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:27:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:27:10.183Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T18:27:10.184Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T18:28:00.624Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:28:00.625Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:28:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:28:00.627Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:28:00.628Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:28:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:28:10.190Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T18:28:10.197Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T18:29:00.624Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:29:00.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-02-17T18:29:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:29:00.627Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:29:00.628Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:29:00.629Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:29:10.195Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T18:29:10.216Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T18:30:00.624Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:30:00.625Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:30:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:30:00.627Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:30:00.627Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:30:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:30:10.181Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T18:30:10.181Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T18:31:00.624Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:31:00.626Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:31:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:31:00.627Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:31:00.627Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:31:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:31:10.189Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T18:31:10.192Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T18:32:00.624Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:32:00.625Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:32:00.625Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RZuyvHXN2BdsQA2U) ...
2023-02-17T18:32:00.627Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:32:00.627Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:32:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:32:10.179Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T18:32:10.184Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T18:33:00.624Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:33:00.624Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:33:00.624Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RZuyvHXN2BdsQA2U) ...
2023-02-17T18:33:00.627Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:33:00.627Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:33:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:33:10.170Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T18:33:10.173Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T18:34:00.624Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:34:00.625Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:34:00.625Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RZuyvHXN2BdsQA2U) ...
2023-02-17T18:34:00.627Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:34:00.628Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:34:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:34:10.225Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T18:34:10.228Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T18:35:00.624Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:35:00.624Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:35:00.625Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RZuyvHXN2BdsQA2U) ...
2023-02-17T18:35:00.627Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:35:00.627Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:35:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:35:10.182Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T18:35:10.183Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T18:36:00.624Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:36:00.625Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:36:00.625Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RZuyvHXN2BdsQA2U) ...
2023-02-17T18:36:00.627Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:36:00.627Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:36:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:36:10.200Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T18:36:10.206Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T18:37:00.625Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:37:00.626Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:37:00.626Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RZuyvHXN2BdsQA2U) ...
2023-02-17T18:37:00.627Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:37:00.627Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:37:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:37:10.188Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T18:37:10.188Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T18:38:00.624Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:38:00.627Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:38:00.628Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:38:00.628Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:38:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:38:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:38:10.205Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T18:38:10.208Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T18:39:00.624Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:39:00.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-02-17T18:39:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:39:00.627Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:39:00.627Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:39:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:39:10.174Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T18:39:10.234Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T18:40:00.624Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:40:00.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-02-17T18:40:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:40:00.627Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:40:00.628Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:40:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:40:10.191Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T18:40:10.191Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T18:41:00.624Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:41:00.625Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:41:00.625Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RZuyvHXN2BdsQA2U) ...
2023-02-17T18:41:00.628Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:41:00.629Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:41:00.629Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:41:10.183Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T18:41:10.183Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T18:42:00.627Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:42:00.627Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:42:00.628Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:42:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:42:00.633Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:42:00.633Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RZuyvHXN2BdsQA2U) ...
2023-02-17T18:42:10.188Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T18:42:10.195Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T18:43:00.624Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:43:00.626Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:43:00.626Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RZuyvHXN2BdsQA2U) ...
2023-02-17T18:43:00.627Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:43:00.627Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:43:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:43:10.196Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T18:43:10.215Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T18:44:00.624Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:44:00.625Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:44:00.626Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RZuyvHXN2BdsQA2U) ...
2023-02-17T18:44:00.627Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:44:00.628Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:44:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:44:10.230Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T18:44:10.228Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T18:45:00.624Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:45:00.625Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:45:00.625Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RZuyvHXN2BdsQA2U) ...
2023-02-17T18:45:00.627Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:45:00.628Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:45:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:45:10.188Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T18:45:10.188Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T18:46:00.624Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:46:00.624Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:46:00.625Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RZuyvHXN2BdsQA2U) ...
2023-02-17T18:46:00.627Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:46:00.628Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:46:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:46:10.220Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T18:46:10.220Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T18:47:00.631Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:47:00.631Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:47:00.632Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:47:00.633Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:47:00.633Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:47:00.633Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RZuyvHXN2BdsQA2U) ...
2023-02-17T18:47:10.189Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T18:47:10.213Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T18:48:00.624Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:48:00.625Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:48:00.625Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RZuyvHXN2BdsQA2U) ...
2023-02-17T18:48:00.627Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:48:00.628Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:48:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:48:10.223Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T18:48:10.232Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T18:49:00.624Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:49:00.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-02-17T18:49:00.627Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:49:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:49:00.627Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:49:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:49:10.219Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T18:49:10.223Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T18:50:00.624Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:50:00.625Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:50:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:50:00.627Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:50:00.627Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:50:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:50:10.183Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T18:50:10.183Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T18:51:00.624Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:51:00.624Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:51:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:51:00.627Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:51:00.627Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:51:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:51:10.192Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T18:51:10.194Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T18:52:00.624Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:52:00.625Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:52:00.625Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RZuyvHXN2BdsQA2U) ...
2023-02-17T18:52:00.627Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:52:00.628Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:52:00.629Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:52:10.176Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T18:52:10.179Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T18:53:00.624Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:53:00.625Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:53:00.625Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RZuyvHXN2BdsQA2U) ...
2023-02-17T18:53:00.627Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:53:00.628Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:53:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:53:10.184Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T18:53:10.189Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T18:54:00.624Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:54:00.625Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:54:00.625Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RZuyvHXN2BdsQA2U) ...
2023-02-17T18:54:00.627Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:54:00.628Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:54:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:54:10.172Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T18:54:10.172Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T18:55:00.624Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:55:00.625Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:55:00.626Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RZuyvHXN2BdsQA2U) ...
2023-02-17T18:55:00.627Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:55:00.627Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:55:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:55:10.208Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T18:55:10.209Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T18:56:00.624Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:56:00.626Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:56:00.626Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RZuyvHXN2BdsQA2U) ...
2023-02-17T18:56:00.627Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:56:00.628Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:56:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:56:10.199Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T18:56:10.200Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T18:57:00.624Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:57:00.625Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:57:00.626Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RZuyvHXN2BdsQA2U) ...
2023-02-17T18:57:00.628Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:57:00.629Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:57:00.629Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:57:10.191Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T18:57:10.193Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T18:58:00.624Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:58:00.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-02-17T18:58:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:58:00.627Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:58:00.628Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:58:00.629Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:58:10.193Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T18:58:10.193Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T18:59:00.624Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:59:00.624Z||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-02-17T18:59:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:59:00.627Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:59:00.628Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:59:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:59:10.198Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T18:59:10.217Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T19:00:00.624Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:00:00.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-02-17T19:00:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:00:00.627Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:00:00.627Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:00:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:00:10.193Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T19:00:10.203Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T19:01:00.623Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:01:00.624Z||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-02-17T19:01:00.624Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:01:00.627Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:01:00.627Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:01:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:01:10.205Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T19:01:10.209Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T19:02:00.624Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:02:00.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-02-17T19:02:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:02:00.627Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:02:00.627Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:02:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:02:10.210Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T19:02:10.210Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T19:03:00.624Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:03:00.627Z||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-02-17T19:03:00.627Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:03:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:03:00.628Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:03:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:03:10.211Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T19:03:10.211Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T19:04:00.624Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:04:00.624Z||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-02-17T19:04:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:04:00.627Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:04:00.627Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:04:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:04:10.195Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T19:04:10.196Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T19:05:00.624Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:05:00.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-02-17T19:05:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:05:00.627Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:05:00.628Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:05:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:05:10.201Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T19:05:10.203Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T19:06:00.624Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:06:00.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-02-17T19:06:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:06:00.627Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:06:00.627Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:06:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:06:10.180Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T19:06:10.182Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T19:07:00.624Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:07:00.624Z||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-02-17T19:07:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:07:00.627Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:07:00.627Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:07:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:07:10.186Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T19:07:10.187Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T19:08:00.624Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:08:00.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-02-17T19:08:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:08:00.627Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:08:00.627Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:08:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:08:10.192Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T19:08:10.192Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T19:09:00.624Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:09:00.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-02-17T19:09:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:09:00.627Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:09:00.628Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:09:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:09:10.181Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T19:09:10.182Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T19:10:00.624Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:10:00.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-02-17T19:10:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:10:00.627Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:10:00.627Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:10:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:10:10.183Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T19:10:10.183Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T19:11:00.624Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:11:00.627Z||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-02-17T19:11:00.627Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:11:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:11:00.627Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:11:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:11:10.198Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T19:11:10.199Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T19:12:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:12:00.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-02-17T19:12:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:12:00.628Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:12:00.629Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:12:00.629Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:12:10.190Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T19:12:10.191Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T19:13:00.623Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:13:00.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-02-17T19:13:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:13:00.627Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:13:00.628Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:13:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:13:10.183Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T19:13:10.183Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T19:14:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:14:00.625Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:14:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:14:00.627Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:14:00.629Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:14:00.629Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:14:10.190Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T19:14:10.191Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T19:15:00.623Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:15:00.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-02-17T19:15:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:15:00.627Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:15:00.627Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:15:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:15:10.180Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T19:15:10.181Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T19:16:00.623Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:16:00.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-02-17T19:16:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:16:00.627Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:16:00.628Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:16:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:16:10.178Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T19:16:10.179Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T19:17:00.624Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:17:00.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-02-17T19:17:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:17:00.627Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:17:00.627Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:17:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:17:10.171Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T19:17:10.175Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T19:18:00.624Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:18:00.624Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:18:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:18:00.627Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:18:00.627Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:18:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:18:10.184Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T19:18:10.184Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T19:19:00.624Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:19:00.627Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:19:00.628Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:19:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:19:00.630Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:19:00.630Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:19:10.214Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T19:19:10.214Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T19:20:00.624Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:20:00.625Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:20:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:20:00.628Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:20:00.629Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:20:00.629Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:20:10.177Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T19:20:10.177Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T19:21:00.624Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:21:00.625Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:21:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:21:00.627Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:21:00.629Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:21:00.630Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:21:10.231Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T19:21:10.263Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T19:22:00.624Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:22:00.624Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:22:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:22:00.627Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:22:00.628Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:22:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:22:10.210Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T19:22:10.211Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T19:23:00.624Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:23:00.626Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:23:00.626Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:23:00.627Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:23:00.627Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:23:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:23:10.174Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T19:23:10.181Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T19:24:00.624Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:24:00.624Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:24:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:24:00.627Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:24:00.628Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:24:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:24:10.187Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T19:24:10.187Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T19:25:00.624Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:25:00.625Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:25:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:25:00.627Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:25:00.628Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:25:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:25:10.185Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T19:25:10.186Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T19:26:00.624Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:26:00.625Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:26:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:26:00.627Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:26:00.627Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:26:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:26:10.181Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T19:26:10.182Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T19:27:00.624Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:27:00.626Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:27:00.626Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:27:00.627Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:27:00.627Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:27:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:27:10.177Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T19:27:10.178Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T19:28:00.624Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:28:00.624Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:28:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:28:00.627Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:28:00.628Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:28:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:28:10.215Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T19:28:10.216Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T19:29:00.624Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:29:00.625Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:29:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:29:00.627Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:29:00.629Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:29:00.629Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:29:10.189Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T19:29:10.192Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T19:30:00.624Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:30:00.625Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:30:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:30:00.627Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:30:00.628Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:30:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:30:10.205Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T19:30:10.226Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T19:31:00.624Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:31:00.625Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:31:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:31:00.627Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:31:00.628Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:31:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:31:10.185Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T19:31:10.205Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T19:32:00.624Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:32:00.625Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:32:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:32:00.627Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:32:00.627Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:32:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:32:10.179Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T19:32:10.180Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T19:33:00.624Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:33:00.625Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:33:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:33:00.627Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:33:00.627Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:33:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:33:10.212Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T19:33:10.212Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T19:34:00.624Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:34:00.625Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:34:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:34:00.627Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:34:00.628Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:34:00.630Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:34:10.231Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T19:34:10.231Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T19:35:00.624Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:35:00.626Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:35:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:35:00.627Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:35:00.627Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:35:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:35:10.184Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T19:35:10.188Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T19:36:00.624Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:36:00.624Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:36:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:36:00.627Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:36:00.628Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:36:00.629Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:36:10.184Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T19:36:10.187Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T19:37:00.624Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:37:00.625Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:37:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:37:00.627Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:37:00.628Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:37:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:37:10.182Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T19:37:10.205Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T19:38:00.624Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:38:00.625Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:38:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:38:00.627Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:38:00.628Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:38:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:38:10.175Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T19:38:10.177Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T19:39:00.624Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:39:00.625Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:39:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:39:00.627Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:39:00.628Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:39:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:39:10.194Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T19:39:10.194Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T19:40:00.624Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:40:00.625Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:40:00.626Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:40:00.627Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:40:00.627Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:40:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:40:10.172Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T19:40:10.173Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T19:41:00.624Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:41:00.625Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:41:00.626Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:41:00.627Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:41:00.628Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:41:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:41:10.178Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T19:41:10.223Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T19:42:00.624Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:42:00.628Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:42:00.629Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:42:00.629Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:42:00.628Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:42:00.629Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:42:10.195Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T19:42:10.204Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T19:43:00.624Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:43:00.626Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:43:00.626Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:43:00.627Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:43:00.627Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:43:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:43:10.204Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T19:43:10.205Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T19:44:00.624Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:44:00.625Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:44:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:44:00.627Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:44:00.627Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:44:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:44:10.185Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T19:44:10.186Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T19:45:00.624Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:45:00.625Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:45:00.626Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:45:00.627Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:45:00.627Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:45:00.630Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:45:10.183Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T19:45:10.183Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T19:46:00.624Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:46:00.625Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:46:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:46:00.627Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:46:00.628Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:46:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:46:10.189Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T19:46:10.191Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T19:47:00.624Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:47:00.624Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:47:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:47:00.627Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:47:00.628Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:47:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:47:10.186Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T19:47:10.201Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T19:48:00.623Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:48:00.624Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:48:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:48:00.627Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:48:00.627Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:48:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:48:10.175Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T19:48:10.181Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T19:49:00.624Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:49:00.624Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:49:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:49:00.627Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:49:00.628Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:49:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:49:10.174Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T19:49:10.176Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T19:50:00.624Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:50:00.624Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:50:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:50:00.627Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:50:00.628Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:50:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:50:10.179Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T19:50:10.182Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T19:51:00.624Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:51:00.625Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:51:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:51:00.627Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:51:00.627Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:51:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:51:10.192Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T19:51:10.198Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T19:52:00.624Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:52:00.626Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:52:00.626Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:52:00.627Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:52:00.628Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:52:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:52:10.197Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T19:52:10.197Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T19:53:00.624Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:53:00.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-02-17T19:53:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:53:00.627Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:53:00.628Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:53:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:53:10.175Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T19:53:10.184Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T19:54:00.624Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:54:00.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-02-17T19:54:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:54:00.627Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:54:00.628Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:54:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:54:10.196Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T19:54:10.197Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T19:55:00.624Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:55:00.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-02-17T19:55:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:55:00.627Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:55:00.628Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:55:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:55:10.180Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T19:55:10.184Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T19:56:00.623Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:56:00.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-02-17T19:56:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:56:00.627Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:56:00.628Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:56:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:56:10.199Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T19:56:10.202Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T19:57:00.624Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:57:00.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-02-17T19:57:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:57:00.627Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:57:00.627Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:57:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:57:10.184Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T19:57:10.184Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T19:58:00.624Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:58:00.627Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:58:00.628Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:58:00.628Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:58:00.629Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:58:00.629Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:58:10.197Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T19:58:10.198Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T19:59:00.623Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:59:00.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-02-17T19:59:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:59:00.627Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:59:00.627Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:59:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:59:10.199Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T19:59:10.200Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:00:00.624Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:00:00.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-02-17T20:00:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:00:00.627Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:00:00.627Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:00:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:00:10.204Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:00:10.205Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:01:00.624Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:01:00.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-02-17T20:01:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:01:00.627Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:01:00.628Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:01:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:01:10.176Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:01:10.177Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:02:00.624Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:02:00.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-02-17T20:02:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:02:00.627Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:02:00.627Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:02:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:02:10.179Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:02:10.180Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:03:00.623Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:03:00.625Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:03:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:03:00.627Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:03:00.628Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:03:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:03:10.183Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:03:10.187Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:04:00.623Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:04:00.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-02-17T20:04:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:04:00.628Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:04:00.629Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:04:00.629Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:04:10.186Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:04:10.188Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:05:00.624Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:05:00.624Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:05:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:05:00.627Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:05:00.627Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:05:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:05:10.176Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:05:10.176Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:06:00.624Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:06:00.625Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:06:00.626Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:06:00.627Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:06:00.627Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:06:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:06:10.173Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:06:10.175Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:07:00.627Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:07:00.624Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:07:00.629Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:07:00.629Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:07:00.629Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:07:00.629Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:07:10.209Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:07:10.210Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:08:00.624Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:08:00.624Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:08:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:08:00.627Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:08:00.627Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:08:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:08:10.176Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:08:10.194Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:09:00.624Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:09:00.625Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:09:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:09:00.627Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:09:00.627Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:09:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:09:10.197Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:09:10.205Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:10:00.624Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:10:00.625Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:10:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:10:00.627Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:10:00.628Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:10:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:10:10.175Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:10:10.175Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:11:00.624Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:11:00.625Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:11:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:11:00.627Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:11:00.627Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:11:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:11:10.187Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:11:10.187Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:12:00.624Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:12:00.625Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:12:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:12:00.627Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:12:00.627Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:12:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:12:10.176Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:12:10.176Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:13:00.624Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:13:00.625Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:13:00.626Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:13:00.628Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:13:00.628Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:13:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:13:10.177Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:13:10.177Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:14:00.624Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:14:00.626Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:14:00.626Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:14:00.627Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:14:00.627Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:14:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:14:10.206Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:14:10.206Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:15:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:15:00.626Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:15:00.626Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:15:00.628Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:15:00.629Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:15:00.629Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:15:10.172Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:15:10.174Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:16:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:16:00.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-02-17T20:16:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:16:00.627Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:16:00.627Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:16:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:16:10.173Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:16:10.178Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:17:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:17:00.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-02-17T20:17:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:17:00.627Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:17:00.628Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:17:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:17:10.170Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:17:10.178Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:18:00.623Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:18:00.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-02-17T20:18:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:18:00.627Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:18:00.628Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:18:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:18:10.171Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:18:10.182Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:19:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:19:00.625Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:19:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:19:00.627Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:19:00.628Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:19:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:19:10.198Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:19:10.199Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:20:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:20:00.626Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:20:00.626Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:20:00.627Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:20:00.628Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:20:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:20:10.207Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:20:10.207Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:21:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:21:00.627Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:21:00.628Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:21:00.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-02-17T20:21:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:21:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:21:10.202Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:21:10.208Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:22:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:22:00.625Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:22:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:22:00.627Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:22:00.627Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:22:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:22:01.265Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:22:01.265Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:22:01.270Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.270Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"240fbb6d-67ad-48cc-a5ec-318513f75245","serviceName":"vFW 2023-02-17 20-19-41","serviceVersion":"1.0","serviceUUID":"cccb2629-3532-4ff5-a875-2cfa0336e612","serviceDescription":"catalog service description","serviceInvariantUUID":"e054ee4b-0a48-4764-884f-64c04e5a2d9d","resources":[{"resourceInstanceName":"vFW cf66cabc-26fc 0","resourceName":"vFW cf66cabc-26fc","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"24307d4f-fd7f-47b1-9de7-4a657b47cac6","resourceInvariantUUID":"060d665a-b1e2-43af-a35d-7c00e4829b61","resourceCustomizationUUID":"081cf141-9ded-4bfe-920c-2822dbda9624","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/vf-license-model.xml","artifactChecksum":"OWQ4MTg2MDFiZDIxZDdiMDQ1NDZmOGYzOTUzYzZhYjM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6c61cb38-20dc-44e7-9910-a7b1cce5f223","artifactVersion":"1"},{"artifactName":"vfwcf66cabc26fc0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/vfwcf66cabc26fc0_modules.json","artifactChecksum":"N2FhZTA3N2Y2OGY4ZmY4ZmNiM2EzOTM0ZWMyN2E2NDg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"81b3724e-5ea1-4794-b438-2fae5fe9bfd7","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"260ffc76-20f8-46d4-aee6-584d6d7c9d04","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/vendor-license-model.xml","artifactChecksum":"ZjJiMDBkY2JiMTQxYzVhYmIwOWRhMDY2MjAyYzZkOTM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"cd572889-297a-40d1-ba1a-28bf0a2effda","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"c7bdd628-42f4-4f28-833d-410d15051ec9","artifactVersion":"2","generatedFromUUID":"260ffc76-20f8-46d4-aee6-584d6d7c9d04"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230217201941-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230217201941/1.0/artifacts/service-Vfw20230217201941-template.yml","artifactChecksum":"NjFhOTBlMzg0Y2VjM2Y5MzMwMDk5N2NjOTIxMWEzZmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2b8057b1-e1a8-4245-9e81-79ef6b90c7ec","artifactVersion":"1"},{"artifactName":"service-Vfw20230217201941-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230217201941/1.0/artifacts/service-Vfw20230217201941-csar.csar","artifactChecksum":"YzhjM2I0YmY1YjNmZDRmY2Q4Y2RmYWZmOGUzYjczZjk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"34497564-a29b-4bfb-ae1b-239eda3bf61a","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-17T20:22:01.275Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.276Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1676665268911,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T20:22:01.296Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-17T20:22:01.311Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-17T20:22:01.314Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-02-17T20:22:01.314Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.315Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676665272136,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T20:22:01.316Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-02-17T20:22:01.316Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.317Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676665272136,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/vfwcf66cabc26fc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-17T20:22:01.317Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-02-17T20:22:01.317Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.318Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1676665268911,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/vfwcf66cabc26fc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-17T20:22:01.318Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-02-17T20:22:01.319Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.319Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
  "consumerID": "cds",
  "timestamp": 1676665276971,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T20:22:01.319Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-02-17T20:22:01.320Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.320Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1676665268911,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T20:22:01.321Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-02-17T20:22:01.321Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.321Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676665272136,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T20:22:01.322Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-02-17T20:22:01.322Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.322Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
  "consumerID": "cds",
  "timestamp": 1676665276971,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/vfwcf66cabc26fc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-17T20:22:01.323Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-02-17T20:22:01.323Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.323Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676665272136,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T20:22:01.324Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-02-17T20:22:01.324Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.324Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1676665268911,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T20:22:01.325Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-02-17T20:22:01.325Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.325Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
  "consumerID": "cds",
  "timestamp": 1676665276971,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T20:22:01.326Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-02-17T20:22:01.326Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.326Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1676665278515,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T20:22:01.327Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-02-17T20:22:01.328Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.328Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676665272136,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-02-17T20:22:01.329Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-02-17T20:22:01.329Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.329Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1676665268911,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-02-17T20:22:01.330Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-02-17T20:22:01.330Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.331Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
  "consumerID": "cds",
  "timestamp": 1676665276971,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T20:22:01.335Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-02-17T20:22:01.335Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.336Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1676665278515,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/vfwcf66cabc26fc0_modules.json",
  "status": "NOTIFIED"
}
2023-02-17T20:22:01.337Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-02-17T20:22:01.337Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T20:22:01.337Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.337Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676665320623,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T20:22:01.337Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1676665268911,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/artifacts/service-Vfw20230217201941-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T20:22:01.337Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-02-17T20:22:01.337Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.337Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676665272136,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/artifacts/service-Vfw20230217201941-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T20:22:01.338Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-02-17T20:22:01.338Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.339Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
  "consumerID": "cds",
  "timestamp": 1676665276971,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-02-17T20:22:01.339Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-02-17T20:22:01.339Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.340Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1676665278515,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-02-17T20:22:01.340Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-02-17T20:22:01.340Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.341Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676665272136,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/artifacts/service-Vfw20230217201941-csar.csar",
  "status": "NOTIFIED"
}
2023-02-17T20:22:01.341Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-02-17T20:22:01.341Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.341Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1676665268911,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/artifacts/service-Vfw20230217201941-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-17T20:22:01.341Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-02-17T20:22:01.341Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.341Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
  "consumerID": "cds",
  "timestamp": 1676665276971,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/artifacts/service-Vfw20230217201941-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T20:22:01.342Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-02-17T20:22:01.342Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.342Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1676665278515,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T20:22:01.342Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-02-17T20:22:01.342Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.343Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
  "consumerID": "cds",
  "timestamp": 1676665276971,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/artifacts/service-Vfw20230217201941-csar.csar",
  "status": "NOTIFIED"
}
2023-02-17T20:22:01.343Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-02-17T20:22:01.343Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.344Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676665284232,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/artifacts/service-Vfw20230217201941-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-17T20:22:01.344Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T20:22:01.344Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.345Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1676665278515,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-02-17T20:22:01.345Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-02-17T20:22:01.345Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.346Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1676665278515,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/artifacts/service-Vfw20230217201941-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T20:22:01.346Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-02-17T20:22:01.347Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.347Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
  "consumerID": "cds",
  "timestamp": 1676665285009,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/artifacts/service-Vfw20230217201941-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-17T20:22:01.347Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T20:22:01.347Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.348Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1676665278515,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/artifacts/service-Vfw20230217201941-csar.csar",
  "status": "NOTIFIED"
}
2023-02-17T20:22:01.348Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-02-17T20:22:01.348Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.349Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
  "consumerID": "cds",
  "timestamp": 1676665286040,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/artifacts/service-Vfw20230217201941-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-17T20:22:01.437Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2023-02-17T20:22:01.442Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T20:22:01.443Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T20:22:01.458Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:22:01.460Z||pool-3-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-17T20:22:01.585Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 240fbb6d-67ad-48cc-a5ec-318513f75245
2023-02-17T20:22:01.618Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 240fbb6d-67ad-48cc-a5ec-318513f75245 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-17T20:22:01.659Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.660Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1676665286541,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/vfwcf66cabc26fc0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-17T20:22:01.661Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T20:22:01.661Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.662Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1676665287643,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-17T20:22:01.663Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T20:22:01.663Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.663Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1676665288743,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2023-02-17T20:22:01.663Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T20:22:01.663Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.663Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676665290098,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/artifacts/service-Vfw20230217201941-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-17T20:22:01.664Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T20:22:01.664Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.664Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1676665289877,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-17T20:22:01.689Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 240fbb6d-67ad-48cc-a5ec-318513f75245
2023-02-17T20:22:01.689Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 240fbb6d-67ad-48cc-a5ec-318513f75245 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-17T20:22:01.700Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.700Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676665291102,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-17T20:22:01.706Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 240fbb6d-67ad-48cc-a5ec-318513f75245
2023-02-17T20:22:01.706Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 240fbb6d-67ad-48cc-a5ec-318513f75245 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-17T20:22:01.717Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.718Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1676665290887,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/vfwcf66cabc26fc0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-17T20:22:01.718Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T20:22:01.719Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.719Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
  "consumerID": "aai-ml",
  "timestamp": 1676665291497,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T20:22:01.719Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-02-17T20:22:01.719Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.719Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
  "consumerID": "aai-ml",
  "timestamp": 1676665291497,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/vfwcf66cabc26fc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-17T20:22:01.720Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-02-17T20:22:01.720Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.720Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
  "consumerID": "aai-ml",
  "timestamp": 1676665291497,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T20:22:01.720Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-02-17T20:22:01.721Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.721Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
  "consumerID": "aai-ml",
  "timestamp": 1676665291497,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T20:22:01.721Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-02-17T20:22:01.721Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.721Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
  "consumerID": "aai-ml",
  "timestamp": 1676665291497,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-02-17T20:22:01.721Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-02-17T20:22:01.722Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.722Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
  "consumerID": "aai-ml",
  "timestamp": 1676665291497,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/artifacts/service-Vfw20230217201941-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T20:22:01.722Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-02-17T20:22:01.722Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.722Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
  "consumerID": "aai-ml",
  "timestamp": 1676665291497,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/artifacts/service-Vfw20230217201941-csar.csar",
  "status": "NOTIFIED"
}
2023-02-17T20:22:01.722Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-02-17T20:22:01.724Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.724Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
  "consumerID": "aai-ml",
  "timestamp": 1676665299510,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/artifacts/service-Vfw20230217201941-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-17T20:22:01.725Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T20:22:01.725Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.725Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676665302136,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T20:22:01.725Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-02-17T20:22:01.726Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.726Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1676665298520,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T20:22:01.726Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-02-17T20:22:01.726Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.726Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676665302136,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/basic_onboard_yzduol0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-17T20:22:01.727Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-02-17T20:22:01.727Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.727Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1676665298520,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/basic_onboard_yzduol0_modules.json",
  "status": "NOTIFIED"
}
2023-02-17T20:22:01.727Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-02-17T20:22:01.727Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.727Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
  "consumerID": "cds",
  "timestamp": 1676665306971,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T20:22:01.728Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-02-17T20:22:01.728Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.728Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1676665298520,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-02-17T20:22:01.728Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-02-17T20:22:01.729Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.729Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676665302136,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T20:22:01.729Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-02-17T20:22:01.729Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.730Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
  "consumerID": "cds",
  "timestamp": 1676665306971,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/basic_onboard_yzduol0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-17T20:22:01.730Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-02-17T20:22:01.730Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.730Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676665302136,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T20:22:01.731Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-02-17T20:22:01.731Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.731Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1676665298520,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T20:22:01.731Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-02-17T20:22:01.731Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.731Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
  "consumerID": "cds",
  "timestamp": 1676665306971,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T20:22:01.732Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-02-17T20:22:01.732Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.732Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1676665308911,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T20:22:01.732Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-02-17T20:22:01.732Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.732Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676665302136,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-02-17T20:22:01.733Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-02-17T20:22:01.733Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.733Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1676665298520,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-02-17T20:22:01.733Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-02-17T20:22:01.733Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.733Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
  "consumerID": "cds",
  "timestamp": 1676665306971,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T20:22:01.734Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-02-17T20:22:01.734Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.734Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1676665308911,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/basic_onboard_yzduol0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-17T20:22:01.734Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-02-17T20:22:01.735Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.735Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676665302136,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/artifacts/service-BasicOnboardYzduol-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T20:22:01.735Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-02-17T20:22:01.735Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.735Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1676665298520,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/artifacts/service-BasicOnboardYzduol-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T20:22:01.736Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-02-17T20:22:01.736Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.736Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
  "consumerID": "cds",
  "timestamp": 1676665306971,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-02-17T20:22:01.736Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-02-17T20:22:01.736Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.736Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1676665308911,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T20:22:01.737Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-02-17T20:22:01.737Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.737Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676665302136,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/artifacts/service-BasicOnboardYzduol-csar.csar",
  "status": "NOTIFIED"
}
2023-02-17T20:22:01.737Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-02-17T20:22:01.737Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.737Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1676665298520,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/artifacts/service-BasicOnboardYzduol-csar.csar",
  "status": "NOTIFIED"
}
2023-02-17T20:22:01.738Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-02-17T20:22:01.738Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.738Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
  "consumerID": "cds",
  "timestamp": 1676665306971,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/artifacts/service-BasicOnboardYzduol-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T20:22:01.738Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-02-17T20:22:01.738Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.738Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1676665308911,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T20:22:01.739Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-02-17T20:22:01.739Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.739Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676665313803,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/artifacts/service-BasicOnboardYzduol-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-17T20:22:01.739Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T20:22:01.739Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.739Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1676665312783,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/basic_onboard_yzduol0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-17T20:22:01.740Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T20:22:01.740Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.740Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
  "consumerID": "cds",
  "timestamp": 1676665306971,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/artifacts/service-BasicOnboardYzduol-csar.csar",
  "status": "NOTIFIED"
}
2023-02-17T20:22:01.740Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-02-17T20:22:01.740Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.740Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1676665308911,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-02-17T20:22:01.741Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-02-17T20:22:01.741Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.741Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1676665313872,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-17T20:22:01.741Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T20:22:01.741Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.742Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
  "consumerID": "cds",
  "timestamp": 1676665314737,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/artifacts/service-BasicOnboardYzduol-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-17T20:22:01.742Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T20:22:01.742Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.742Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1676665308911,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/artifacts/service-BasicOnboardYzduol-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T20:22:01.742Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-02-17T20:22:01.742Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.743Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1676665314987,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2023-02-17T20:22:01.743Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T20:22:01.743Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.743Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
  "consumerID": "cds",
  "timestamp": 1676665315744,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/artifacts/service-BasicOnboardYzduol-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-17T20:22:01.759Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 722f8258-32ae-4a2d-8742-1fe27e9578d2
2023-02-17T20:22:01.760Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 722f8258-32ae-4a2d-8742-1fe27e9578d2 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-17T20:22:01.771Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.771Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676665316462,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/artifacts/service-BasicOnboardYzduol-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-17T20:22:01.772Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T20:22:01.772Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.772Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1676665308911,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/artifacts/service-BasicOnboardYzduol-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-17T20:22:01.772Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-02-17T20:22:01.773Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.773Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1676665316024,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-17T20:22:01.779Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 722f8258-32ae-4a2d-8742-1fe27e9578d2
2023-02-17T20:22:01.779Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 722f8258-32ae-4a2d-8742-1fe27e9578d2 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-17T20:22:01.790Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.790Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676665317466,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-17T20:22:01.797Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 722f8258-32ae-4a2d-8742-1fe27e9578d2
2023-02-17T20:22:01.797Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 722f8258-32ae-4a2d-8742-1fe27e9578d2 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-17T20:22:01.807Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.807Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
  "consumerID": "aai-ml",
  "timestamp": 1676665317021,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/artifacts/service-Vfw20230217201941-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-17T20:22:01.807Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T20:22:01.807Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.808Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1676665317037,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/basic_onboard_yzduol0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-17T20:22:01.808Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T20:22:01.808Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.808Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
  "consumerID": "aai-ml",
  "timestamp": 1676665318028,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-17T20:22:01.815Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 240fbb6d-67ad-48cc-a5ec-318513f75245
2023-02-17T20:22:01.815Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 240fbb6d-67ad-48cc-a5ec-318513f75245 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-17T20:22:02.346Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-17T20:22:02.346Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-17T20:22:02.348Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T20:22:02.349Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676665320623,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/vfwcf66cabc26fc0_modules.json",
  "status": "NOTIFIED"
}
2023-02-17T20:22:02.449Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-17T20:22:02.450Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T20:22:02.451Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T20:22:02.462Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:22:02.463Z||pool-4-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-02-17T20:22:03.349Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-17T20:22:03.351Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-17T20:22:03.355Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T20:22:03.355Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676665320623,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-02-17T20:22:03.455Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-17T20:22:03.456Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T20:22:03.457Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T20:22:03.470Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:22:03.471Z||pool-5-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-02-17T20:22:04.356Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-17T20:22:04.357Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-17T20:22:04.359Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T20:22:04.360Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676665320623,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T20:22:04.463Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2023-02-17T20:22:04.464Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T20:22:04.464Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T20:22:04.477Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:22:04.478Z||pool-6-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-02-17T20:22:05.360Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-17T20:22:05.362Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-17T20:22:05.365Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T20:22:05.365Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676665320623,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-02-17T20:22:05.466Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-17T20:22:05.467Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T20:22:05.468Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T20:22:05.479Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:22:05.480Z||pool-7-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-02-17T20:22:06.366Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-17T20:22:06.367Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-17T20:22:06.370Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T20:22:06.370Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676665320623,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/artifacts/service-Vfw20230217201941-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T20:22:06.470Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-17T20:22:06.471Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T20:22:06.472Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T20:22:06.486Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:22:06.487Z||pool-8-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2023-02-17T20:22:07.371Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-17T20:22:07.372Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-17T20:22:07.385Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T20:22:07.386Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676665320623,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/artifacts/service-Vfw20230217201941-csar.csar",
  "status": "NOTIFIED"
}
2023-02-17T20:22:07.486Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-17T20:22:07.487Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T20:22:07.487Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T20:22:07.501Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:22:07.501Z||pool-9-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-02-17T20:22:08.388Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
  "serviceName": "vFW 2023-02-17 20-19-41",
  "serviceVersion": "1.0",
  "serviceUUID": "cccb2629-3532-4ff5-a875-2cfa0336e612",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "e054ee4b-0a48-4764-884f-64c04e5a2d9d",
  "resources": [
    {
      "resourceInstanceName": "vFW cf66cabc-26fc 0",
      "resourceCustomizationUUID": "081cf141-9ded-4bfe-920c-2822dbda9624",
      "resourceName": "vFW cf66cabc-26fc",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "24307d4f-fd7f-47b1-9de7-4a657b47cac6",
      "resourceInvariantUUID": "060d665a-b1e2-43af-a35d-7c00e4829b61",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwcf66cabc26fc0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/vfwcf66cabc26fc0_modules.json",
          "artifactChecksum": "N2FhZTA3N2Y2OGY4ZmY4ZmNiM2EzOTM0ZWMyN2E2NDg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "81b3724e-5ea1-4794-b438-2fae5fe9bfd7",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "260ffc76-20f8-46d4-aee6-584d6d7c9d04",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "c7bdd628-42f4-4f28-833d-410d15051ec9",
            "generatedFromUUID": "260ffc76-20f8-46d4-aee6-584d6d7c9d04"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "c7bdd628-42f4-4f28-833d-410d15051ec9",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230217201941-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/artifacts/service-Vfw20230217201941-csar.csar",
      "artifactChecksum": "YzhjM2I0YmY1YjNmZDRmY2Q4Y2RmYWZmOGUzYjczZjk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "34497564-a29b-4bfb-ae1b-239eda3bf61a"
    }
  ],
  "workloadContext": "Production"
}
2023-02-17T20:22:08.389Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-17T20:22:08.390Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 cccb2629-3532-4ff5-a875-2cfa0336e612 ASDC
2023-02-17T20:22:08.554Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:240fbb6d-67ad-48cc-a5ec-318513f75245
ServiceName:vFW 2023-02-17 20-19-41
ServiceVersion:1.0
ServiceUUID:cccb2629-3532-4ff5-a875-2cfa0336e612
ServiceInvariantUUID:e054ee4b-0a48-4764-884f-64c04e5a2d9d
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230217201941-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230217201941/1.0/artifacts/service-Vfw20230217201941-csar.csar
ArtifactUUID:34497564-a29b-4bfb-ae1b-239eda3bf61a
ArtifactChecksum:YzhjM2I0YmY1YjNmZDRmY2Q4Y2RmYWZmOGUzYjczZjk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW cf66cabc-26fc 0
ResourceCustomizationUUID:081cf141-9ded-4bfe-920c-2822dbda9624
ResourceInvariantUUID:060d665a-b1e2-43af-a35d-7c00e4829b61
ResourceName:vFW cf66cabc-26fc
ResourceType:VF
ResourceUUID:24307d4f-fd7f-47b1-9de7-4a657b47cac6
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwcf66cabc26fc0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/vfwcf66cabc26fc0_modules.json
ArtifactUUID:81b3724e-5ea1-4794-b438-2fae5fe9bfd7
ArtifactChecksum:N2FhZTA3N2Y2OGY4ZmY4ZmNiM2EzOTM0ZWMyN2E2NDg=
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/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/base_vfw.yaml
ArtifactUUID:260ffc76-20f8-46d4-aee6-584d6d7c9d04
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/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/base_vfw.env
ArtifactUUID:c7bdd628-42f4-4f28-833d-410d15051ec9
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/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/base_vfw.env
ArtifactUUID:c7bdd628-42f4-4f28-833d-410d15051ec9
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-02-17T20:22:08.555Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cccb2629-3532-4ff5-a875-2cfa0336e612 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-02-17T20:22:08.619Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-17T20:22:08.621Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-02-17T20:22:08.622Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-02-17T20:22:08.623Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 34497564-a29b-4bfb-ae1b-239eda3bf61a from URL: /sdc/v1/catalog/services/Vfw20230217201941/1.0/artifacts/service-Vfw20230217201941-csar.csar
2023-02-17T20:22:08.623Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-02-17T20:22:08.626Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230217201941/1.0/artifacts/service-Vfw20230217201941-csar.csar
2023-02-17T20:22:08.806Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-02-17T20:22:08.838Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230217201941/1.0/artifacts/service-Vfw20230217201941-csar.csar 34497564-a29b-4bfb-ae1b-239eda3bf61a 100668
2023-02-17T20:22:08.843Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230217201941/1.0/artifacts/service-Vfw20230217201941-csar.csar ASDC sendASDCNotification
2023-02-17T20:22:08.843Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230217201941/1.0/artifacts/service-Vfw20230217201941-csar.csar
2023-02-17T20:22:08.844Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-17T20:22:08.846Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-17T20:22:08.849Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T20:22:08.849Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676665328839,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/artifacts/service-Vfw20230217201941-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-17T20:22:08.949Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-17T20:22:08.950Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T20:22:08.950Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T20:22:08.964Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:22:08.965Z||pool-10-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2023-02-17T20:22:09.849Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-17T20:22:09.851Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-02-17T20:22:09.852Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 34497564-a29b-4bfb-ae1b-239eda3bf61a, URL: /sdc/v1/catalog/services/Vfw20230217201941/1.0/artifacts/service-Vfw20230217201941-csar.csar to file: /app/ASDC/1/service-Vfw20230217201941-csar.csar
2023-02-17T20:22:09.853Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230217201941-csar.csar
2023-02-17T20:22:10.013Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230217201941-csar.csar
2023-02-17T20:22:10.014Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230217201941-csar.csar
2023-02-17T20:22:11.321Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16461809141339525128/Definitions/service-Vfw20230217201941-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-02-17T20:22:15.127Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-17T20:22:15.133Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-02-17T20:22:15.133Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230217201941-csar.csar
2023-02-17T20:22:15.133Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-02-17T20:22:15.134Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230217201941-csar.csar
2023-02-17T20:22:15.134Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230217201941-csar.csar
2023-02-17T20:22:15.134Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||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-Vfw20230217201941-csar.csar
2023-02-17T20:22:15.134Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230217201941-csar.csar
2023-02-17T20:22:15.134Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230217201941-csar.csar
2023-02-17T20:22:15.134Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230217201941-csar.csar
2023-02-17T20:22:15.135Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230217201941-csar.csar
2023-02-17T20:22:15.135Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230217201941-csar.csar
2023-02-17T20:22:15.135Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230217201941-csar.csar
2023-02-17T20:22:15.135Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW cf66cabc-26fc 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-Vfw20230217201941-csar.csar
2023-02-17T20:22:15.135Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230217201941-csar.csar
2023-02-17T20:22:15.135Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-02-17T20:22:15.144Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T20:22:15.146Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-02-17 20-19-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T20:22:15.153Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template vFW cf66cabc-26fc 0 is matching search criteria
2023-02-17T20:22:15.154Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-02-17T20:22:15.157Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW cf66cabc-26fc 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-17T20:22:15.159Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T20:22:15.159Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-02-17 20-19-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T20:22:15.159Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template vFW cf66cabc-26fc 0 is matching search criteria
2023-02-17T20:22:15.159Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-02-17T20:22:15.159Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW cf66cabc-26fc 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-17T20:22:15.160Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T20:22:15.160Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-02-17 20-19-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T20:22:15.164Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T20:22:15.165Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template vFW cf66cabc-26fc 0 is not matching search criteria
2023-02-17T20:22:15.165Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-17T20:22:15.165Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-02-17T20:22:15.165Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-02-17T20:22:15.165Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-02-17T20:22:15.165Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-02-17T20:22:15.166Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-02-17T20:22:15.166Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-17T20:22:15.166Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-02-17T20:22:15.166Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-02-17T20:22:15.166Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-02-17T20:22:15.166Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-02-17T20:22:15.167Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-02-17T20:22:15.167Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-02-17T20:22:15.167Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-02-17T20:22:15.167Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-02-17T20:22:15.167Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-02-17T20:22:15.167Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T20:22:15.168Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-02-17 20-19-41 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-17T20:22:15.169Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T20:22:15.170Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template vFW cf66cabc-26fc 0 is matching search criteria
2023-02-17T20:22:15.170Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW cf66cabc-26fc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-17T20:22:15.170Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T20:22:15.170Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template vFW cf66cabc-26fc 0 is matching search criteria
2023-02-17T20:22:15.170Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW cf66cabc-26fc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-17T20:22:15.171Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T20:22:15.171Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template vFW cf66cabc-26fc 0 is matching search criteria
2023-02-17T20:22:15.171Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW cf66cabc-26fc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-17T20:22:15.171Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T20:22:15.172Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template vFW cf66cabc-26fc 0 is not matching search criteria
2023-02-17T20:22:15.172Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-17T20:22:15.172Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-02-17T20:22:15.172Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-17T20:22:15.172Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-02-17T20:22:15.172Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-02-17T20:22:15.173Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-02-17T20:22:15.173Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-02-17T20:22:15.173Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-02-17T20:22:15.173Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-02-17T20:22:15.173Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-02-17T20:22:15.173Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-02-17T20:22:15.173Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f0aeefd3-f986-4ee3-aa1e-6822a16dcb83
2023-02-17T20:22:15.174Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T20:22:15.174Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template vFW cf66cabc-26fc 0 is not matching search criteria
2023-02-17T20:22:15.174Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-17T20:22:15.174Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-02-17T20:22:15.174Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-02-17T20:22:15.174Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-02-17T20:22:15.175Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-02-17T20:22:15.175Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-02-17T20:22:15.175Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-17T20:22:15.175Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-02-17T20:22:15.175Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-02-17T20:22:15.175Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-02-17T20:22:15.175Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-02-17T20:22:15.175Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-02-17T20:22:15.176Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=98363018-e940-4684-a006-272c7e4e3279
2023-02-17T20:22:15.176Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T20:22:15.176Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template vFW cf66cabc-26fc 0 is not matching search criteria
2023-02-17T20:22:15.176Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-17T20:22:15.176Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-02-17T20:22:15.176Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-02-17T20:22:15.177Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-02-17T20:22:15.177Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-02-17T20:22:15.177Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-02-17T20:22:15.177Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-17T20:22:15.177Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-02-17T20:22:15.177Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-02-17T20:22:15.178Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-02-17T20:22:15.178Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-02-17T20:22:15.178Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-02-17T20:22:15.178Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c77e6185-c3a6-418b-be8d-de4943f0f95c
2023-02-17T20:22:15.178Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T20:22:15.179Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-02-17 20-19-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T20:22:15.179Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T20:22:15.179Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-02-17 20-19-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T20:22:15.179Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T20:22:15.179Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-02-17 20-19-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T20:22:15.179Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T20:22:15.180Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-02-17 20-19-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T20:22:15.180Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-02-17 20-19-41
Description:catalog service description
Model UUID:cccb2629-3532-4ff5-a875-2cfa0336e612
Model Version:NULL
Model InvariantUuid:e054ee4b-0a48-4764-884f-64c04e5a2d9d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW cf66cabc-26fc
Model UUID:f75d4824-079e-4a60-8d04-976b54c48df4
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:060d665a-b1e2-43af-a35d-7c00e4829b61
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:081cf141-9ded-4bfe-920c-2822dbda9624
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:c1e47dc8-201a-4380-b433-8a5cc35ce344
ModelName:VfwCf66cabc26fc..base_vfw..module-0
ModelUuid:a4f24a74-006f-437f-ac3e-b8da76abfab2
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:f0aeefd3-f986-4ee3-aa1e-6822a16dcb83
ModelInvariantUuid:15a18c75-5f3a-4cb3-b7e7-c72d2afc744c
ModelName:vFW cf66cabc-26fc-nodes.vfwCvfc
ModelUuid:63c90af0-0d75-4b72-bea4-87d2c9692834
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:6a1410a8-dbe0-48f4-861d-7a43835f6e75
ModelInvariantUuid:2670e5e0-0d2b-400e-b019-cb2c0ad22af4
ModelName:VfwCf66cabc26fc.compute.nodes.heat.vfw
ModelUuid:005c4125-526e-42a2-a082-50f8098ace6f
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:98363018-e940-4684-a006-272c7e4e3279
ModelInvariantUuid:3e48f865-962f-4072-8c88-21d6f3180e4f
ModelName:vFW cf66cabc-26fc-nodes.vsnCvfc
ModelUuid:fe1ea997-de6c-427d-8092-4dc9024e6656
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:0b1abf9c-bc13-4602-8ec9-38e6bce80a9a
ModelInvariantUuid:205af6b3-127b-4a94-b8cb-3e4ead9701c9
ModelName:VfwCf66cabc26fc.compute.nodes.heat.vsn
ModelUuid:5d253bdc-f03f-436a-9d13-0edea81238e6
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:c77e6185-c3a6-418b-be8d-de4943f0f95c
ModelInvariantUuid:51f8740d-2afc-4404-acf5-6d561eef27cf
ModelName:vFW cf66cabc-26fc-nodes.vpgCvfc
ModelUuid:7aa96f9a-a5f3-4c5a-9be3-5e882cd64afd
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:565065f1-5bf2-400e-9344-c759f4ff0604
ModelInvariantUuid:833c890c-48ff-43f4-ac15-222c4e9f19cd
ModelName:VfwCf66cabc26fc.compute.nodes.heat.vpg
ModelUuid:744cd878-9489-467f-87ca-39e847bff4dc
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-02-17T20:22:15.199Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 24307d4f-fd7f-47b1-9de7-4a657b47cac6
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-17T20:22:15.309Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||INFO|500||vFW cf66cabc-26fc 0
2023-02-17T20:22:15.317Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 24307d4f-fd7f-47b1-9de7-4a657b47cac6
2023-02-17T20:22:15.317Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 81b3724e-5ea1-4794-b438-2fae5fe9bfd7 from URL: /sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/vfwcf66cabc26fc0_modules.json
2023-02-17T20:22:15.318Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-02-17T20:22:15.318Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/vfwcf66cabc26fc0_modules.json
2023-02-17T20:22:15.432Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-02-17T20:22:15.433Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/vfwcf66cabc26fc0_modules.json 81b3724e-5ea1-4794-b438-2fae5fe9bfd7 785
2023-02-17T20:22:15.433Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/vfwcf66cabc26fc0_modules.json ASDC sendASDCNotification
2023-02-17T20:22:15.433Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/vfwcf66cabc26fc0_modules.json
2023-02-17T20:22:15.434Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-17T20:22:15.434Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-17T20:22:15.439Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T20:22:15.439Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676665335433,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/vfwcf66cabc26fc0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-17T20:22:15.537Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2023-02-17T20:22:15.538Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T20:22:15.539Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T20:22:15.552Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:22:15.553Z||pool-11-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2023-02-17T20:22:16.443Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwCf66cabc26fc..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "c1e47dc8-201a-4380-b433-8a5cc35ce344",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a4f24a74-006f-437f-ac3e-b8da76abfab2",
    "vfModuleModelCustomizationUUID": "a475fd30-0d50-4616-9d22-0f2175b65458",
    "isBase": true,
    "artifacts": [
      "260ffc76-20f8-46d4-aee6-584d6d7c9d04",
      "c7bdd628-42f4-4f28-833d-410d15051ec9"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-02-17T20:22:16.472Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwCf66cabc26fc..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a4f24a74-006f-437f-ac3e-b8da76abfab2
VfModuleModelInvariantUUID:c1e47dc8-201a-4380-b433-8a5cc35ce344
VfModuleModelDescription:NULL
Artifacts UUID List:{
260ffc76-20f8-46d4-aee6-584d6d7c9d04
,
c7bdd628-42f4-4f28-833d-410d15051ec9

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

isBase:true


}

2023-02-17T20:22:16.479Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwCf66cabc26fc..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "c1e47dc8-201a-4380-b433-8a5cc35ce344",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a4f24a74-006f-437f-ac3e-b8da76abfab2",
    "vfModuleModelCustomizationUUID": "a475fd30-0d50-4616-9d22-0f2175b65458",
    "isBase": true,
    "artifacts": [
      "260ffc76-20f8-46d4-aee6-584d6d7c9d04",
      "c7bdd628-42f4-4f28-833d-410d15051ec9"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-02-17T20:22:16.479Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwCf66cabc26fc..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a4f24a74-006f-437f-ac3e-b8da76abfab2
VfModuleModelInvariantUUID:c1e47dc8-201a-4380-b433-8a5cc35ce344
VfModuleModelDescription:NULL
Artifacts UUID List:{
260ffc76-20f8-46d4-aee6-584d6d7c9d04
,
c7bdd628-42f4-4f28-833d-410d15051ec9

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

isBase:true


}

2023-02-17T20:22:16.479Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 260ffc76-20f8-46d4-aee6-584d6d7c9d04 from URL: /sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/base_vfw.yaml
2023-02-17T20:22:16.480Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-02-17T20:22:16.480Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/base_vfw.yaml
2023-02-17T20:22:16.619Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-02-17T20:22:16.620Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/base_vfw.yaml 260ffc76-20f8-46d4-aee6-584d6d7c9d04 20368
2023-02-17T20:22:16.620Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-02-17T20:22:16.620Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/base_vfw.yaml
2023-02-17T20:22:16.621Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-17T20:22:16.621Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-17T20:22:16.630Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T20:22:16.630Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676665336620,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-17T20:22:16.731Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-02-17T20:22:16.732Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T20:22:16.734Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T20:22:16.755Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:22:16.756Z||pool-12-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2023-02-17T20:22:17.631Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: c7bdd628-42f4-4f28-833d-410d15051ec9 from URL: /sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/base_vfw.env
2023-02-17T20:22:17.631Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-02-17T20:22:17.632Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/base_vfw.env
2023-02-17T20:22:17.779Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-02-17T20:22:17.780Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/base_vfw.env c7bdd628-42f4-4f28-833d-410d15051ec9 2098
2023-02-17T20:22:17.781Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/base_vfw.env ASDC sendASDCNotification
2023-02-17T20:22:17.781Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/base_vfw.env
2023-02-17T20:22:17.781Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-17T20:22:17.781Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-17T20:22:17.784Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T20:22:17.784Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676665337781,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2023-02-17T20:22:17.884Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-17T20:22:17.885Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T20:22:17.885Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T20:22:17.896Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:22:17.897Z||pool-13-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2023-02-17T20:22:18.785Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: cccb2629-3532-4ff5-a875-2cfa0336e612
2023-02-17T20:22:18.785Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW cf66cabc-26fc 0 24307d4f-fd7f-47b1-9de7-4a657b47cac6 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-17T20:22:18.832Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7d935c9, org.onap.sdc.toscaparser.api.parameters.Input@6e1abd18, org.onap.sdc.toscaparser.api.parameters.Input@504b6f14, org.onap.sdc.toscaparser.api.parameters.Input@4cd27a22, org.onap.sdc.toscaparser.api.parameters.Input@2eb790c]
2023-02-17T20:22:18.836Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T20:22:18.836Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-02-17 20-19-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T20:22:18.837Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2023-02-17T20:22:18.837Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 081cf141-9ded-4bfe-920c-2822dbda9624
2023-02-17T20:22:18.837Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 081cf141-9ded-4bfe-920c-2822dbda9624 matches Tosca VF Customization UUID: 081cf141-9ded-4bfe-920c-2822dbda9624
2023-02-17T20:22:18.837Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 081cf141-9ded-4bfe-920c-2822dbda9624  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2023-02-17T20:22:18.848Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T20:22:18.849Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-02-17 20-19-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T20:22:18.851Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 081cf141-9ded-4bfe-920c-2822dbda9624: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-02-17T20:22:18.851Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7865794f
2023-02-17T20:22:18.851Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T20:22:18.852Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-02-17 20-19-41 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-17T20:22:18.852Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a475fd30-0d50-4616-9d22-0f2175b65458
2023-02-17T20:22:18.854Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a475fd30-0d50-4616-9d22-0f2175b65458
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2023-02-17T20:22:18.864Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T20:22:18.864Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template vFW cf66cabc-26fc 0 is matching search criteria
2023-02-17T20:22:18.865Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW cf66cabc-26fc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-17T20:22:18.866Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T20:22:18.866Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template vFW cf66cabc-26fc 0 is matching search criteria
2023-02-17T20:22:18.866Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW cf66cabc-26fc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-17T20:22:18.866Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T20:22:18.867Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template vFW cf66cabc-26fc 0 is not matching search criteria
2023-02-17T20:22:18.867Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-17T20:22:18.867Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-02-17T20:22:18.867Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-17T20:22:18.867Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-02-17T20:22:18.868Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-02-17T20:22:18.868Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-02-17T20:22:18.868Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-02-17T20:22:18.868Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-02-17T20:22:18.868Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-02-17T20:22:18.869Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-02-17T20:22:18.869Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-02-17T20:22:18.869Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f0aeefd3-f986-4ee3-aa1e-6822a16dcb83
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-02-17T20:22:18.880Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T20:22:18.881Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template vFW cf66cabc-26fc 0 is matching search criteria
2023-02-17T20:22:18.881Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW cf66cabc-26fc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-17T20:22:18.881Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T20:22:18.881Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template vFW cf66cabc-26fc 0 is not matching search criteria
2023-02-17T20:22:18.881Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-17T20:22:18.882Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-02-17T20:22:18.882Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-02-17T20:22:18.882Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-02-17T20:22:18.882Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-02-17T20:22:18.882Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-02-17T20:22:18.883Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-17T20:22:18.883Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-02-17T20:22:18.883Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-02-17T20:22:18.883Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-02-17T20:22:18.883Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-02-17T20:22:18.883Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-02-17T20:22:18.883Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=98363018-e940-4684-a006-272c7e4e3279
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-02-17T20:22:18.886Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T20:22:18.887Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template vFW cf66cabc-26fc 0 is matching search criteria
2023-02-17T20:22:18.887Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW cf66cabc-26fc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-17T20:22:18.889Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T20:22:18.890Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template vFW cf66cabc-26fc 0 is not matching search criteria
2023-02-17T20:22:18.890Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-17T20:22:18.890Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-02-17T20:22:18.890Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-02-17T20:22:18.891Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-02-17T20:22:18.891Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-02-17T20:22:18.891Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-02-17T20:22:18.891Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-17T20:22:18.891Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-02-17T20:22:18.891Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-02-17T20:22:18.892Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-02-17T20:22:18.892Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-02-17T20:22:18.892Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-02-17T20:22:18.892Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c77e6185-c3a6-418b-be8d-de4943f0f95c
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-02-17T20:22:18.895Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T20:22:18.895Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template vFW cf66cabc-26fc 0 is matching search criteria
2023-02-17T20:22:18.896Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW cf66cabc-26fc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-17T20:22:18.896Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T20:22:18.896Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template vFW cf66cabc-26fc 0 is matching search criteria
2023-02-17T20:22:18.897Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW cf66cabc-26fc 0] matching following query criteria: sdcType=VF, customizationUUID=081cf141-9ded-4bfe-920c-2822dbda9624
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-17T20:22:18.901Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T20:22:18.901Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-02-17 20-19-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T20:22:18.902Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid cccb2629-3532-4ff5-a875-2cfa0336e612: vFW cf66cabc-26fc
2023-02-17T20:22:18.902Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T20:22:18.903Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-02-17 20-19-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T20:22:18.903Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T20:22:18.903Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-02-17 20-19-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T20:22:18.903Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T20:22:18.903Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-02-17 20-19-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T20:22:18.904Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T20:22:18.904Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-02-17 20-19-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T20:22:18.904Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T20:22:18.904Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-02-17 20-19-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T20:22:18.905Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||INFO|500||Saving Service: vFW 2023-02-17 20-19-41 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-17T20:22:19.260Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW cf66cabc-26fc 24307d4f-fd7f-47b1-9de7-4a657b47cac6 1 ASDC deployResourceStructure
2023-02-17T20:22:19.261Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/vfwcf66cabc26fc0_modules.json ASDC sendASDCNotification
2023-02-17T20:22:19.261Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/vfwcf66cabc26fc0_modules.json
2023-02-17T20:22:19.262Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-17T20:22:19.262Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-17T20:22:19.264Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T20:22:19.265Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676665339261,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/vfwcf66cabc26fc0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-17T20:22:19.364Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-02-17T20:22:19.366Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T20:22:19.367Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T20:22:19.380Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:22:19.381Z||pool-14-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2023-02-17T20:22:20.266Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-02-17T20:22:20.266Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/base_vfw.yaml
2023-02-17T20:22:20.267Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-17T20:22:20.267Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-17T20:22:20.270Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T20:22:20.271Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676665340266,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2023-02-17T20:22:20.371Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-17T20:22:20.372Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T20:22:20.373Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T20:22:20.388Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:22:20.388Z||pool-15-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2023-02-17T20:22:21.272Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/base_vfw.env ASDC sendASDCNotification
2023-02-17T20:22:21.272Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/base_vfw.env
2023-02-17T20:22:21.273Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-17T20:22:21.273Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-17T20:22:21.276Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T20:22:21.276Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676665341272,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2023-02-17T20:22:21.376Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-17T20:22:21.377Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T20:22:21.377Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T20:22:21.391Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:22:21.392Z||pool-16-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-02-17T20:22:22.277Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230217201941/1.0/artifacts/service-Vfw20230217201941-csar.csar ASDC sendASDCNotification
2023-02-17T20:22:22.278Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230217201941/1.0/artifacts/service-Vfw20230217201941-csar.csar
2023-02-17T20:22:22.278Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-17T20:22:22.278Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-17T20:22:22.291Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T20:22:22.291Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676665342277,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/artifacts/service-Vfw20230217201941-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-17T20:22:22.390Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2023-02-17T20:22:22.391Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T20:22:22.392Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T20:22:22.404Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:22:22.405Z||pool-17-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-02-17T20:22:23.293Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 240fbb6d-67ad-48cc-a5ec-318513f75245
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-17T20:22:23.316Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 240fbb6d-67ad-48cc-a5ec-318513f75245
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-17T20:22:23.322Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-17T20:22:23.324Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-17T20:22:23.324Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-17T20:22:23.324Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-17T20:22:23.325Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-17T20:22:23.325Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-17T20:22:23.325Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-17T20:22:23.325Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-17T20:22:23.325Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-17T20:22:23.326Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-17T20:22:23.335Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-17T20:22:53.336Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 240fbb6d-67ad-48cc-a5ec-318513f75245 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-02-17T20:22:53.350Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 240fbb6d-67ad-48cc-a5ec-318513f75245 and serviceModelVersionId: cccb2629-3532-4ff5-a875-2cfa0336e612
2023-02-17T20:22:53.350Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e054ee4b-0a48-4764-884f-64c04e5a2d9d
2023-02-17T20:23:00.647Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:23:00.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-02-17T20:23:00.648Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:23:00.790Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:23:00.792Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:23:00.792Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676665320623,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T20:23:00.793Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-02-17T20:23:14.039Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e054ee4b-0a48-4764-884f-64c04e5a2d9d/model-vers/model-ver/cccb2629-3532-4ff5-a875-2cfa0336e612?depth=0
2023-02-17T20:23:14.205Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-02-17T20:23:15.087Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e054ee4b-0a48-4764-884f-64c04e5a2d9d/model-vers/model-ver/cccb2629-3532-4ff5-a875-2cfa0336e612?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-02-17T20:23:15.097Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e054ee4b-0a48-4764-884f-64c04e5a2d9d/model-vers/model-ver/cccb2629-3532-4ff5-a875-2cfa0336e612?depth=0|INFO|500||Invoke
2023-02-17T20:23:15.335Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e054ee4b-0a48-4764-884f-64c04e5a2d9d/model-vers/model-ver/cccb2629-3532-4ff5-a875-2cfa0336e612?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-02-17T20:23:15.662Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e054ee4b-0a48-4764-884f-64c04e5a2d9d/model-vers/model-ver/cccb2629-3532-4ff5-a875-2cfa0336e612?depth=0|INFO|500||InvokeReturn
2023-02-17T20:23:15.668Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e054ee4b-0a48-4764-884f-64c04e5a2d9d/model-vers/model-ver/cccb2629-3532-4ff5-a875-2cfa0336e612?depth=0 has http status code:200 and response headers:{date=[Fri, 17 Feb 2023 20:23:15 GMT], content-length=[0], vertex-id=[512072], x-aai-txid=[0-aai-resources-230217-20:23:15:350-35248], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-17T20:23:15.669Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2023-02-17T20:23:15.675Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-17T20:23:15.676Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-17T20:23:15.684Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-02-17T20:23:15.686Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 240fbb6d-67ad-48cc-a5ec-318513f75245 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-17T20:23:15.687Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-17T20:23:15.688Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-17T20:23:15.691Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T20:23:15.692Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676665395686,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-17T20:23:15.791Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-02-17T20:23:15.793Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T20:23:15.793Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T20:23:15.813Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:23:15.814Z||pool-18-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: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-02-17T20:23:16.712Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-17T20:23:16.712Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"722f8258-32ae-4a2d-8742-1fe27e9578d2","serviceName":"basic_onboard_yZduol","serviceVersion":"1.0","serviceUUID":"7d71758e-967b-407c-a5ae-80939710e31b","serviceDescription":"service","serviceInvariantUUID":"6d9ea6aa-c5ae-4901-9066-50d1cd314642","resources":[{"resourceInstanceName":"basic_onboard_yZduol 0","resourceName":"basic_onboard_yZduol","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1f3f9386-c182-4f32-bdb0-2103cb3251ad","resourceInvariantUUID":"e7f43cb4-79fe-41c9-9cfd-7fd07abd2295","resourceCustomizationUUID":"f8f765d1-8563-4429-ad40-123ca77d8ff9","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/vf-license-model.xml","artifactChecksum":"ZTFhN2YzNzBiODEyY2ZkMDc1MDNhMDY3N2M3ZWI0NmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"02153368-89dc-4820-809a-3e998abf656a","artifactVersion":"1"},{"artifactName":"basic_onboard_yzduol0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/basic_onboard_yzduol0_modules.json","artifactChecksum":"Y2RkNmIxNzQ5ZWRiZGZhNmQ1ZmQ4MDliMGU4NDI3M2I\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6eec2cb5-f812-41e4-9456-49b28ce98527","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ac1c9277-a11e-4e07-8f0d-1dd080598182","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3fa7fa03-982b-409c-aac3-2b9a36b5a264","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e9cd8abf-5745-4ec4-97d9-da78cd79fec7","artifactVersion":"2","generatedFromUUID":"ac1c9277-a11e-4e07-8f0d-1dd080598182"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardYzduol-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/artifacts/service-BasicOnboardYzduol-template.yml","artifactChecksum":"Yjg5ZmU3YzEzZjkzNDQ5M2E0YjdjZWQ1ZTc2MjBmM2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5a7cb49d-b304-40d2-9c7b-006a3a7453f5","artifactVersion":"1"},{"artifactName":"service-BasicOnboardYzduol-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/artifacts/service-BasicOnboardYzduol-csar.csar","artifactChecksum":"OTA1NDM5ZjJmZDMzNzgyOGExMzA3ODhmNzdlMTIwZDU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"40284f2d-0ba7-4d35-b090-b6e66204851a","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-17T20:23:16.714Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-17T20:23:16.714Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-17T20:23:16.717Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T20:23:16.717Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676665320623,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T20:23:16.817Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-17T20:23:16.818Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T20:23:16.819Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T20:23:16.831Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:23:16.833Z||pool-19-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-02-17T20:23:17.718Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-17T20:23:17.719Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-17T20:23:17.722Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T20:23:17.723Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676665320623,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/basic_onboard_yzduol0_modules.json",
  "status": "NOTIFIED"
}
2023-02-17T20:23:17.826Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2023-02-17T20:23:17.827Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T20:23:17.827Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T20:23:17.841Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:23:17.842Z||pool-20-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2023-02-17T20:23:18.723Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-17T20:23:18.724Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-17T20:23:18.727Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T20:23:18.728Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676665320623,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-02-17T20:23:18.828Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-17T20:23:18.829Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T20:23:18.829Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T20:23:18.842Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:23:18.842Z||pool-21-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2023-02-17T20:23:19.729Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-17T20:23:19.731Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-17T20:23:19.733Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T20:23:19.733Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676665320623,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T20:23:19.839Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2023-02-17T20:23:19.840Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T20:23:19.841Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T20:23:19.856Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:23:19.856Z||pool-22-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2023-02-17T20:23:20.734Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-17T20:23:20.735Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-17T20:23:20.739Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T20:23:20.739Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676665320623,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-02-17T20:23:20.839Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-02-17T20:23:20.840Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T20:23:20.841Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T20:23:20.853Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:23:20.854Z||pool-23-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2023-02-17T20:23:21.740Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-17T20:23:21.741Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-17T20:23:21.744Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T20:23:21.744Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676665320623,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/artifacts/service-BasicOnboardYzduol-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T20:23:21.844Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-17T20:23:21.845Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T20:23:21.845Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T20:23:21.858Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:23:21.859Z||pool-24-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-02-17T20:23:22.745Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-17T20:23:22.746Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-17T20:23:22.748Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T20:23:22.749Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676665320623,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/artifacts/service-BasicOnboardYzduol-csar.csar",
  "status": "NOTIFIED"
}
2023-02-17T20:23:22.849Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-17T20:23:22.850Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T20:23:22.850Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T20:23:22.862Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:23:22.862Z||pool-25-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-02-17T20:23:23.751Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
  "serviceName": "basic_onboard_yZduol",
  "serviceVersion": "1.0",
  "serviceUUID": "7d71758e-967b-407c-a5ae-80939710e31b",
  "serviceDescription": "service",
  "serviceInvariantUUID": "6d9ea6aa-c5ae-4901-9066-50d1cd314642",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_yZduol 0",
      "resourceCustomizationUUID": "f8f765d1-8563-4429-ad40-123ca77d8ff9",
      "resourceName": "basic_onboard_yZduol",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "1f3f9386-c182-4f32-bdb0-2103cb3251ad",
      "resourceInvariantUUID": "e7f43cb4-79fe-41c9-9cfd-7fd07abd2295",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_yzduol0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/basic_onboard_yzduol0_modules.json",
          "artifactChecksum": "Y2RkNmIxNzQ5ZWRiZGZhNmQ1ZmQ4MDliMGU4NDI3M2I\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "6eec2cb5-f812-41e4-9456-49b28ce98527",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "ac1c9277-a11e-4e07-8f0d-1dd080598182",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "e9cd8abf-5745-4ec4-97d9-da78cd79fec7",
            "generatedFromUUID": "ac1c9277-a11e-4e07-8f0d-1dd080598182"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "e9cd8abf-5745-4ec4-97d9-da78cd79fec7",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardYzduol-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/artifacts/service-BasicOnboardYzduol-csar.csar",
      "artifactChecksum": "OTA1NDM5ZjJmZDMzNzgyOGExMzA3ODhmNzdlMTIwZDU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "40284f2d-0ba7-4d35-b090-b6e66204851a"
    }
  ],
  "workloadContext": "Production"
}
2023-02-17T20:23:23.751Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-17T20:23:23.753Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7d71758e-967b-407c-a5ae-80939710e31b ASDC
2023-02-17T20:23:23.753Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:722f8258-32ae-4a2d-8742-1fe27e9578d2
ServiceName:basic_onboard_yZduol
ServiceVersion:1.0
ServiceUUID:7d71758e-967b-407c-a5ae-80939710e31b
ServiceInvariantUUID:6d9ea6aa-c5ae-4901-9066-50d1cd314642
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardYzduol-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/artifacts/service-BasicOnboardYzduol-csar.csar
ArtifactUUID:40284f2d-0ba7-4d35-b090-b6e66204851a
ArtifactChecksum:OTA1NDM5ZjJmZDMzNzgyOGExMzA3ODhmNzdlMTIwZDU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_yZduol 0
ResourceCustomizationUUID:f8f765d1-8563-4429-ad40-123ca77d8ff9
ResourceInvariantUUID:e7f43cb4-79fe-41c9-9cfd-7fd07abd2295
ResourceName:basic_onboard_yZduol
ResourceType:VF
ResourceUUID:1f3f9386-c182-4f32-bdb0-2103cb3251ad
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_yzduol0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/basic_onboard_yzduol0_modules.json
ArtifactUUID:6eec2cb5-f812-41e4-9456-49b28ce98527
ArtifactChecksum:Y2RkNmIxNzQ5ZWRiZGZhNmQ1ZmQ4MDliMGU4NDI3M2I=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu18.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/base_ubuntu18.yaml
ArtifactUUID:ac1c9277-a11e-4e07-8f0d-1dd080598182
ArtifactChecksum:NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/base_ubuntu18.env
ArtifactUUID:e9cd8abf-5745-4ec4-97d9-da78cd79fec7
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/base_ubuntu18.env
ArtifactUUID:e9cd8abf-5745-4ec4-97d9-da78cd79fec7
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-02-17T20:23:23.754Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7d71758e-967b-407c-a5ae-80939710e31b ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-02-17T20:23:23.798Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-17T20:23:23.799Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-02-17T20:23:23.799Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-02-17T20:23:23.800Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 40284f2d-0ba7-4d35-b090-b6e66204851a from URL: /sdc/v1/catalog/services/BasicOnboardYzduol/1.0/artifacts/service-BasicOnboardYzduol-csar.csar
2023-02-17T20:23:23.800Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-02-17T20:23:23.801Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/artifacts/service-BasicOnboardYzduol-csar.csar
2023-02-17T20:23:23.998Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-02-17T20:23:24.003Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYzduol/1.0/artifacts/service-BasicOnboardYzduol-csar.csar 40284f2d-0ba7-4d35-b090-b6e66204851a 75302
2023-02-17T20:23:24.004Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYzduol/1.0/artifacts/service-BasicOnboardYzduol-csar.csar ASDC sendASDCNotification
2023-02-17T20:23:24.004Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/artifacts/service-BasicOnboardYzduol-csar.csar
2023-02-17T20:23:24.004Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-17T20:23:24.005Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-17T20:23:24.007Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T20:23:24.007Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676665404003,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/artifacts/service-BasicOnboardYzduol-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-17T20:23:24.108Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-17T20:23:24.109Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T20:23:24.109Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T20:23:24.120Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:23:24.121Z||pool-26-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2023-02-17T20:23:25.008Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-17T20:23:25.009Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-02-17T20:23:25.010Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 40284f2d-0ba7-4d35-b090-b6e66204851a, URL: /sdc/v1/catalog/services/BasicOnboardYzduol/1.0/artifacts/service-BasicOnboardYzduol-csar.csar to file: /app/ASDC/1/service-BasicOnboardYzduol-csar.csar
2023-02-17T20:23:25.011Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardYzduol-csar.csar
2023-02-17T20:23:25.012Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardYzduol-csar.csar
2023-02-17T20:23:25.012Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardYzduol-csar.csar
2023-02-17T20:23:25.219Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP938689590146585863/Definitions/service-BasicOnboardYzduol-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_ubuntu18_metadata" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "compute_ubuntu18_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu18_key_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided
2023-02-17T20:23:27.415Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-17T20:23:27.418Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-02-17T20:23:27.419Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardYzduol-csar.csar
2023-02-17T20:23:27.420Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-02-17T20:23:27.420Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardYzduol-csar.csar
2023-02-17T20:23:27.420Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardYzduol-csar.csar
2023-02-17T20:23:27.420Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_yZduol 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-BasicOnboardYzduol-csar.csar
2023-02-17T20:23:27.420Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardYzduol-csar.csar
2023-02-17T20:23:27.421Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardYzduol-csar.csar
2023-02-17T20:23:27.421Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardYzduol-csar.csar
2023-02-17T20:23:27.421Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||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-BasicOnboardYzduol-csar.csar
2023-02-17T20:23:27.421Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-02-17T20:23:27.421Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T20:23:27.422Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_yZduol is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T20:23:27.422Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_yZduol 0 is matching search criteria
2023-02-17T20:23:27.422Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-02-17T20:23:27.422Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_yZduol 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-17T20:23:27.423Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T20:23:27.423Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_yZduol is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T20:23:27.423Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_yZduol 0 is matching search criteria
2023-02-17T20:23:27.423Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-02-17T20:23:27.424Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_yZduol 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-17T20:23:27.424Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T20:23:27.425Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_yZduol is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T20:23:27.425Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T20:23:27.425Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_yZduol 0 is not matching search criteria
2023-02-17T20:23:27.425Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2023-02-17T20:23:27.426Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2023-02-17T20:23:27.426Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2023-02-17T20:23:27.426Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-02-17T20:23:27.427Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-02-17T20:23:27.427Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T20:23:27.427Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_yZduol is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-17T20:23:27.427Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T20:23:27.428Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_yZduol 0 is matching search criteria
2023-02-17T20:23:27.428Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_yZduol 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-17T20:23:27.429Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T20:23:27.429Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_yZduol 0 is matching search criteria
2023-02-17T20:23:27.429Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_yZduol 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-17T20:23:27.430Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T20:23:27.430Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_yZduol 0 is matching search criteria
2023-02-17T20:23:27.430Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_yZduol 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-17T20:23:27.431Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T20:23:27.431Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_yZduol 0 is not matching search criteria
2023-02-17T20:23:27.432Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-02-17T20:23:27.432Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-02-17T20:23:27.432Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=5d7f803d-b820-44e6-b5cc-9472e94d8599
2023-02-17T20:23:27.433Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T20:23:27.433Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_yZduol is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T20:23:27.434Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T20:23:27.435Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_yZduol is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T20:23:27.435Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T20:23:27.436Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_yZduol is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T20:23:27.436Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T20:23:27.436Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_yZduol is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T20:23:27.436Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_yZduol
Description:service
Model UUID:7d71758e-967b-407c-a5ae-80939710e31b
Model Version:NULL
Model InvariantUuid:6d9ea6aa-c5ae-4901-9066-50d1cd314642
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_yZduol
Model UUID:324db233-6fe3-4cea-b3bb-d85e655c19a0
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e7f43cb4-79fe-41c9-9cfd-7fd07abd2295
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:f8f765d1-8563-4429-ad40-123ca77d8ff9
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:9ca7d3a8-71ef-48ed-a8c7-41861321cf99
ModelName:BasicOnboardYzduol..base_ubuntu18..module-0
ModelUuid:f0c23740-57e2-4e38-9172-6ff56642da4c
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:5d7f803d-b820-44e6-b5cc-9472e94d8599
ModelInvariantUuid:d22c0b18-39d0-43bc-a3e4-5037d7f2eef3
ModelName:basic_onboard_yZduol-nodes.ubuntu18Cvfc
ModelUuid:f1554e04-7af2-4ef3-af8f-bcb96dfc2f26
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:b07f3a5a-027e-4c31-ae3c-69c9bc17a2d1
ModelInvariantUuid:38298e29-866c-4e80-ba19-90a7b1666b28
ModelName:BasicOnboardYzduol.compute.nodes.heat.ubuntu18
ModelUuid:d710cca2-1add-421e-9b1a-49b8d517eb58
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-02-17T20:23:27.445Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 1f3f9386-c182-4f32-bdb0-2103cb3251ad
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-17T20:23:27.451Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||basic_onboard_yZduol 0
2023-02-17T20:23:27.451Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 1f3f9386-c182-4f32-bdb0-2103cb3251ad
2023-02-17T20:23:27.451Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 6eec2cb5-f812-41e4-9456-49b28ce98527 from URL: /sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/basic_onboard_yzduol0_modules.json
2023-02-17T20:23:27.452Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-02-17T20:23:27.452Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/basic_onboard_yzduol0_modules.json
2023-02-17T20:23:27.542Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-02-17T20:23:27.543Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/basic_onboard_yzduol0_modules.json 6eec2cb5-f812-41e4-9456-49b28ce98527 798
2023-02-17T20:23:27.543Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/basic_onboard_yzduol0_modules.json ASDC sendASDCNotification
2023-02-17T20:23:27.543Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/basic_onboard_yzduol0_modules.json
2023-02-17T20:23:27.544Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-17T20:23:27.544Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-17T20:23:27.552Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T20:23:27.552Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676665407543,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/basic_onboard_yzduol0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-17T20:23:27.649Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2023-02-17T20:23:27.650Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T20:23:27.650Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T20:23:27.663Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:23:27.664Z||pool-27-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-02-17T20:23:28.553Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardYzduol..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "9ca7d3a8-71ef-48ed-a8c7-41861321cf99",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f0c23740-57e2-4e38-9172-6ff56642da4c",
    "vfModuleModelCustomizationUUID": "2ca0ed98-90af-4b21-bfe3-99944da5b539",
    "isBase": true,
    "artifacts": [
      "ac1c9277-a11e-4e07-8f0d-1dd080598182",
      "e9cd8abf-5745-4ec4-97d9-da78cd79fec7"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-02-17T20:23:28.561Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardYzduol..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f0c23740-57e2-4e38-9172-6ff56642da4c
VfModuleModelInvariantUUID:9ca7d3a8-71ef-48ed-a8c7-41861321cf99
VfModuleModelDescription:NULL
Artifacts UUID List:{
ac1c9277-a11e-4e07-8f0d-1dd080598182
,
e9cd8abf-5745-4ec4-97d9-da78cd79fec7

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

isBase:true


}

2023-02-17T20:23:28.564Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardYzduol..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "9ca7d3a8-71ef-48ed-a8c7-41861321cf99",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f0c23740-57e2-4e38-9172-6ff56642da4c",
    "vfModuleModelCustomizationUUID": "2ca0ed98-90af-4b21-bfe3-99944da5b539",
    "isBase": true,
    "artifacts": [
      "ac1c9277-a11e-4e07-8f0d-1dd080598182",
      "e9cd8abf-5745-4ec4-97d9-da78cd79fec7"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-02-17T20:23:28.564Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardYzduol..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f0c23740-57e2-4e38-9172-6ff56642da4c
VfModuleModelInvariantUUID:9ca7d3a8-71ef-48ed-a8c7-41861321cf99
VfModuleModelDescription:NULL
Artifacts UUID List:{
ac1c9277-a11e-4e07-8f0d-1dd080598182
,
e9cd8abf-5745-4ec4-97d9-da78cd79fec7

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

isBase:true


}

2023-02-17T20:23:28.564Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: ac1c9277-a11e-4e07-8f0d-1dd080598182 from URL: /sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/base_ubuntu18.yaml
2023-02-17T20:23:28.565Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-02-17T20:23:28.565Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/base_ubuntu18.yaml
2023-02-17T20:23:28.637Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-02-17T20:23:28.637Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/base_ubuntu18.yaml ac1c9277-a11e-4e07-8f0d-1dd080598182 5033
2023-02-17T20:23:28.638Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-02-17T20:23:28.638Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/base_ubuntu18.yaml
2023-02-17T20:23:28.638Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-17T20:23:28.640Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-17T20:23:28.644Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T20:23:28.644Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676665408638,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-17T20:23:28.748Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2023-02-17T20:23:28.749Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T20:23:28.750Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T20:23:28.763Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:23:28.764Z||pool-28-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-02-17T20:23:29.646Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: e9cd8abf-5745-4ec4-97d9-da78cd79fec7 from URL: /sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/base_ubuntu18.env
2023-02-17T20:23:29.647Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-02-17T20:23:29.647Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/base_ubuntu18.env
2023-02-17T20:23:29.893Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-02-17T20:23:29.894Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/base_ubuntu18.env e9cd8abf-5745-4ec4-97d9-da78cd79fec7 909
2023-02-17T20:23:29.894Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-02-17T20:23:29.894Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/base_ubuntu18.env
2023-02-17T20:23:29.894Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-17T20:23:29.895Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-17T20:23:29.898Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T20:23:29.898Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676665409894,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2023-02-17T20:23:29.998Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-17T20:23:30.004Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T20:23:30.004Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T20:23:30.018Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:23:30.019Z||pool-29-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2023-02-17T20:23:30.899Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 7d71758e-967b-407c-a5ae-80939710e31b
2023-02-17T20:23:30.899Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_yZduol 0 1f3f9386-c182-4f32-bdb0-2103cb3251ad ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-17T20:23:30.934Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5c970b44, org.onap.sdc.toscaparser.api.parameters.Input@7627b3e8, org.onap.sdc.toscaparser.api.parameters.Input@19648ca5, org.onap.sdc.toscaparser.api.parameters.Input@86e0f03, org.onap.sdc.toscaparser.api.parameters.Input@6cc7f861]
2023-02-17T20:23:30.936Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T20:23:30.937Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_yZduol is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T20:23:30.937Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2023-02-17T20:23:30.937Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= f8f765d1-8563-4429-ad40-123ca77d8ff9
2023-02-17T20:23:30.938Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f8f765d1-8563-4429-ad40-123ca77d8ff9 matches Tosca VF Customization UUID: f8f765d1-8563-4429-ad40-123ca77d8ff9
2023-02-17T20:23:30.938Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: f8f765d1-8563-4429-ad40-123ca77d8ff9  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2023-02-17T20:23:30.945Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T20:23:30.946Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_yZduol is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T20:23:30.947Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id f8f765d1-8563-4429-ad40-123ca77d8ff9: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-02-17T20:23:30.947Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@62e60d50
2023-02-17T20:23:30.947Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T20:23:30.948Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_yZduol is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-17T20:23:30.948Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2ca0ed98-90af-4b21-bfe3-99944da5b539
2023-02-17T20:23:30.948Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2ca0ed98-90af-4b21-bfe3-99944da5b539
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2023-02-17T20:23:30.952Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T20:23:30.953Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_yZduol 0 is matching search criteria
2023-02-17T20:23:30.953Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_yZduol 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-17T20:23:30.954Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T20:23:30.954Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_yZduol 0 is matching search criteria
2023-02-17T20:23:30.955Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_yZduol 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-17T20:23:30.956Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T20:23:30.956Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_yZduol 0 is not matching search criteria
2023-02-17T20:23:30.956Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-02-17T20:23:30.957Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-02-17T20:23:30.957Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=5d7f803d-b820-44e6-b5cc-9472e94d8599
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-02-17T20:23:30.961Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T20:23:30.962Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_yZduol 0 is matching search criteria
2023-02-17T20:23:30.962Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_yZduol 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-17T20:23:30.962Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T20:23:30.963Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_yZduol 0 is matching search criteria
2023-02-17T20:23:30.963Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_yZduol 0] matching following query criteria: sdcType=VF, customizationUUID=f8f765d1-8563-4429-ad40-123ca77d8ff9
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-17T20:23:30.966Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T20:23:30.966Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_yZduol is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T20:23:30.967Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 7d71758e-967b-407c-a5ae-80939710e31b: basic_onboard_yZduol
2023-02-17T20:23:30.967Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T20:23:30.967Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_yZduol is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T20:23:30.968Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T20:23:30.968Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_yZduol is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T20:23:30.969Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T20:23:30.969Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_yZduol is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T20:23:30.969Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T20:23:30.970Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_yZduol is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T20:23:30.970Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T20:23:30.970Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_yZduol is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T20:23:30.970Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||Saving Service: basic_onboard_yZduol 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-17T20:23:31.150Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_yZduol 1f3f9386-c182-4f32-bdb0-2103cb3251ad 1 ASDC deployResourceStructure
2023-02-17T20:23:31.151Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/basic_onboard_yzduol0_modules.json ASDC sendASDCNotification
2023-02-17T20:23:31.152Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/basic_onboard_yzduol0_modules.json
2023-02-17T20:23:31.152Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-17T20:23:31.152Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-17T20:23:31.155Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T20:23:31.155Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676665411151,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/basic_onboard_yzduol0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-17T20:23:31.256Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-02-17T20:23:31.257Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T20:23:31.257Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T20:23:31.276Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:23:31.276Z||pool-30-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2023-02-17T20:23:32.161Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-02-17T20:23:32.161Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/base_ubuntu18.yaml
2023-02-17T20:23:32.161Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-17T20:23:32.162Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-17T20:23:32.165Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T20:23:32.165Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676665412161,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2023-02-17T20:23:32.265Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-17T20:23:32.266Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T20:23:32.266Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T20:23:32.283Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:23:32.284Z||pool-31-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2023-02-17T20:23:33.166Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-02-17T20:23:33.166Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/base_ubuntu18.env
2023-02-17T20:23:33.166Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-17T20:23:33.167Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-17T20:23:33.173Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T20:23:33.174Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676665413166,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2023-02-17T20:23:33.274Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-17T20:23:33.275Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T20:23:33.275Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T20:23:33.289Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:23:33.290Z||pool-32-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2023-02-17T20:23:34.175Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYzduol/1.0/artifacts/service-BasicOnboardYzduol-csar.csar ASDC sendASDCNotification
2023-02-17T20:23:34.175Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/artifacts/service-BasicOnboardYzduol-csar.csar
2023-02-17T20:23:34.176Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-17T20:23:34.178Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-17T20:23:34.207Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T20:23:34.207Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676665414175,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/artifacts/service-BasicOnboardYzduol-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-17T20:23:34.303Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2023-02-17T20:23:34.305Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T20:23:34.305Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T20:23:34.319Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:23:34.319Z||pool-33-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-02-17T20:23:35.212Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 722f8258-32ae-4a2d-8742-1fe27e9578d2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-17T20:23:35.235Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 722f8258-32ae-4a2d-8742-1fe27e9578d2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-17T20:23:35.241Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-17T20:23:35.241Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-17T20:23:35.242Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-17T20:24:00.631Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:24:00.632Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:24:00.633Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:24:00.663Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:24:00.666Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:24:00.666Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
  "consumerID": "aai-ml",
  "timestamp": 1676665321497,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T20:24:00.668Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-02-17T20:24:00.669Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:24:00.669Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676665320623,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/vfwcf66cabc26fc0_modules.json",
  "status": "NOTIFIED"
}
2023-02-17T20:24:00.670Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-02-17T20:24:00.670Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:24:00.670Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
  "consumerID": "aai-ml",
  "timestamp": 1676665321497,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/basic_onboard_yzduol0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-17T20:24:00.670Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-02-17T20:24:00.672Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:24:00.672Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676665320623,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-02-17T20:24:00.672Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-02-17T20:24:00.672Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:24:00.672Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
  "consumerID": "aai-ml",
  "timestamp": 1676665321497,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T20:24:00.673Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-02-17T20:24:00.673Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:24:00.673Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676665320623,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T20:24:00.673Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-02-17T20:24:00.674Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:24:00.675Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
  "consumerID": "aai-ml",
  "timestamp": 1676665321497,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T20:24:00.675Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-02-17T20:24:00.675Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:24:00.675Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676665320623,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-02-17T20:24:00.675Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-02-17T20:24:00.675Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:24:00.676Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
  "consumerID": "aai-ml",
  "timestamp": 1676665321497,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-02-17T20:24:00.676Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-02-17T20:24:00.676Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:24:00.676Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676665320623,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/artifacts/service-Vfw20230217201941-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T20:24:00.677Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-02-17T20:24:00.677Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:24:00.677Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
  "consumerID": "aai-ml",
  "timestamp": 1676665321497,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/artifacts/service-BasicOnboardYzduol-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T20:24:00.677Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-02-17T20:24:00.677Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:24:00.678Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676665320623,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/artifacts/service-Vfw20230217201941-csar.csar",
  "status": "NOTIFIED"
}
2023-02-17T20:24:00.678Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-02-17T20:24:00.678Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:24:00.678Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
  "consumerID": "aai-ml",
  "timestamp": 1676665321497,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/artifacts/service-BasicOnboardYzduol-csar.csar",
  "status": "NOTIFIED"
}
2023-02-17T20:24:00.679Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-02-17T20:24:00.679Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:24:00.679Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676665328839,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/artifacts/service-Vfw20230217201941-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-17T20:24:00.679Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T20:24:00.679Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:24:00.679Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
  "consumerID": "aai-ml",
  "timestamp": 1676665329239,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/artifacts/service-BasicOnboardYzduol-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-17T20:24:00.680Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T20:24:00.680Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:24:00.680Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676665335433,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/vfwcf66cabc26fc0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-17T20:24:00.683Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T20:24:00.684Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:24:00.684Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676665336620,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-17T20:24:00.684Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T20:24:00.684Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:24:00.685Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676665337781,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2023-02-17T20:24:00.685Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T20:24:00.685Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:24:00.685Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
  "consumerID": "aai-ml",
  "timestamp": 1676665338070,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/artifacts/service-BasicOnboardYzduol-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-17T20:24:00.686Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T20:24:00.686Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:24:00.686Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
  "consumerID": "aai-ml",
  "timestamp": 1676665339074,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-17T20:24:00.709Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 722f8258-32ae-4a2d-8742-1fe27e9578d2
2023-02-17T20:24:00.710Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 722f8258-32ae-4a2d-8742-1fe27e9578d2 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-17T20:24:00.727Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:24:00.727Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676665339261,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/vfwcf66cabc26fc0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-17T20:24:00.728Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T20:24:00.728Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:24:00.728Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676665340266,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2023-02-17T20:24:00.730Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T20:24:00.731Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:24:00.731Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676665341272,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2023-02-17T20:24:00.731Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T20:24:00.732Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:24:00.732Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676665342277,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/artifacts/service-Vfw20230217201941-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-17T20:24:00.732Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T20:24:05.242Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 722f8258-32ae-4a2d-8742-1fe27e9578d2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-17T20:24:05.257Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 722f8258-32ae-4a2d-8742-1fe27e9578d2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-17T20:24:05.262Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-17T20:24:05.262Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-17T20:24:05.262Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-17T20:24:05.262Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-17T20:24:05.262Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-17T20:24:05.263Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-17T20:24:05.263Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-17T20:24:05.263Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-17T20:24:05.263Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-17T20:24:05.263Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-17T20:24:05.272Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-17T20:24:35.272Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 722f8258-32ae-4a2d-8742-1fe27e9578d2 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-02-17T20:24:35.290Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 722f8258-32ae-4a2d-8742-1fe27e9578d2 and serviceModelVersionId: 7d71758e-967b-407c-a5ae-80939710e31b
2023-02-17T20:24:35.291Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6d9ea6aa-c5ae-4901-9066-50d1cd314642
2023-02-17T20:24:35.294Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6d9ea6aa-c5ae-4901-9066-50d1cd314642/model-vers/model-ver/7d71758e-967b-407c-a5ae-80939710e31b?depth=0
2023-02-17T20:24:35.308Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-02-17T20:24:35.415Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d9ea6aa-c5ae-4901-9066-50d1cd314642/model-vers/model-ver/7d71758e-967b-407c-a5ae-80939710e31b?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-02-17T20:24:35.417Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d9ea6aa-c5ae-4901-9066-50d1cd314642/model-vers/model-ver/7d71758e-967b-407c-a5ae-80939710e31b?depth=0|INFO|500||Invoke
2023-02-17T20:24:35.464Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d9ea6aa-c5ae-4901-9066-50d1cd314642/model-vers/model-ver/7d71758e-967b-407c-a5ae-80939710e31b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-02-17T20:24:35.649Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d9ea6aa-c5ae-4901-9066-50d1cd314642/model-vers/model-ver/7d71758e-967b-407c-a5ae-80939710e31b?depth=0|INFO|500||InvokeReturn
2023-02-17T20:24:35.649Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d9ea6aa-c5ae-4901-9066-50d1cd314642/model-vers/model-ver/7d71758e-967b-407c-a5ae-80939710e31b?depth=0 has http status code:200 and response headers:{date=[Fri, 17 Feb 2023 20:24:35 GMT], content-length=[0], vertex-id=[184536], x-aai-txid=[0-aai-resources-230217-20:24:35:475-31242], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-17T20:24:35.649Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2023-02-17T20:24:35.650Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-17T20:24:35.650Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-17T20:24:35.665Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-02-17T20:24:35.666Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 722f8258-32ae-4a2d-8742-1fe27e9578d2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-17T20:24:35.666Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-17T20:24:35.667Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-17T20:24:35.671Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T20:24:35.671Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676665475666,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-17T20:24:35.771Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-17T20:24:35.773Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T20:24:35.773Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T20:24:35.807Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:24:35.808Z||pool-34-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-02-17T20:24:36.690Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:24:36.691Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:24:36.691Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:24:47.018Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:24:47.022Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:24:47.024Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:24:47.024Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:24:56.605Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:25:00.624Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:25:00.626Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:25:00.626Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:25:00.627Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:25:00.628Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:25:00.629Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:25:00.657Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:25:00.658Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-17T20:25:00.659Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676665395686,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-17T20:25:00.662Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T20:25:00.662Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-17T20:25:00.662Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676665320623,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T20:25:00.663Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-02-17T20:25:00.663Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-17T20:25:00.663Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676665320623,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/basic_onboard_yzduol0_modules.json",
  "status": "NOTIFIED"
}
2023-02-17T20:25:00.664Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-02-17T20:25:00.664Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-17T20:25:00.664Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676665320623,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-02-17T20:25:00.664Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-02-17T20:25:00.664Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-17T20:25:00.664Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676665320623,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T20:25:00.665Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-02-17T20:25:00.665Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-17T20:25:00.665Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676665320623,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-02-17T20:25:00.665Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-02-17T20:25:00.665Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-17T20:25:00.665Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676665320623,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/artifacts/service-BasicOnboardYzduol-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T20:25:00.666Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-02-17T20:25:00.666Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-17T20:25:00.666Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676665320623,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/artifacts/service-BasicOnboardYzduol-csar.csar",
  "status": "NOTIFIED"
}
2023-02-17T20:25:00.666Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-02-17T20:25:00.666Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-17T20:25:00.667Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676665404003,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/artifacts/service-BasicOnboardYzduol-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-17T20:25:00.667Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T20:25:00.667Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-17T20:25:00.668Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676665407543,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/basic_onboard_yzduol0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-17T20:25:00.669Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T20:25:00.669Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-17T20:25:00.669Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676665408638,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-17T20:25:00.670Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T20:25:00.670Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-17T20:25:00.670Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676665409894,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2023-02-17T20:25:00.670Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T20:25:00.671Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-17T20:25:00.671Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676665411151,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/basic_onboard_yzduol0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-17T20:25:00.671Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T20:25:00.671Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-17T20:25:00.671Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676665412161,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2023-02-17T20:25:00.672Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T20:25:00.672Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-17T20:25:00.672Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676665413166,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2023-02-17T20:25:00.673Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T20:25:00.673Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-17T20:25:00.673Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676665414175,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/artifacts/service-BasicOnboardYzduol-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-17T20:25:00.673Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T20:25:10.207Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:26:00.624Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:26:00.624Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:26:00.625Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:26:00.627Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:26:00.628Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:26:00.629Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:26:01.158Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:26:01.159Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-17T20:26:01.160Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676665475666,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-17T20:26:01.161Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T20:26:10.190Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:27:00.624Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:27:00.625Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:27:00.625Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:27:00.627Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:27:00.628Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:27:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:27:10.195Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:27:10.195Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:28:00.624Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:28:00.625Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:28:00.626Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:28:00.627Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:28:00.627Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:28:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:28:10.208Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:28:10.211Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:29:00.624Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:29:00.625Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:29:00.625Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:29:00.627Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:29:00.628Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:29:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:29:10.181Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:29:10.188Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:30:00.624Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:30:00.625Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:30:00.625Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:30:00.627Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:30:00.627Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:30:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:30:10.198Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:30:10.202Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:31:00.624Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:31:00.626Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:31:00.626Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:31:00.627Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:31:00.628Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:31:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:31:10.185Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:31:10.189Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:32:00.624Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:32:00.627Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:32:00.627Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:32:00.627Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:32:00.628Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:32:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:32:10.205Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:32:10.207Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:33:00.624Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:33:00.625Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:33:00.625Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:33:00.627Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:33:00.627Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:33:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:33:10.171Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:33:10.172Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:34:00.624Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:34:00.626Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:34:00.626Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:34:00.627Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:34:00.628Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:34:00.629Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:34:10.180Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:34:10.181Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:35:00.623Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:35:00.624Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:35:00.625Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:35:00.627Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:35:00.628Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:35:00.629Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:35:10.177Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:35:10.179Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:36:00.624Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:36:00.625Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:36:00.625Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:36:00.627Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:36:00.627Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:36:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:36:10.183Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:36:10.185Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:37:00.624Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:37:00.625Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:37:00.625Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:37:00.627Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:37:00.627Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:37:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:37:10.193Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:37:10.196Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:38:00.626Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:38:00.628Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:38:00.628Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:38:00.631Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:38:00.632Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:38:00.632Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:38:10.199Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:38:10.200Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:39:00.624Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:39:00.627Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:39:00.627Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:39:00.627Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:39:00.628Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:39:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:39:10.186Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:39:10.187Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:40:00.624Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:40:00.624Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:40:00.625Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:40:00.627Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:40:00.627Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:40:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:40:10.174Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:40:10.174Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:41:00.624Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:41:00.625Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:41:00.625Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:41:00.627Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:41:00.627Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:41:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:41:10.196Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:41:10.196Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:42:00.623Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:42:00.624Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:42:00.624Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:42:00.627Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:42:00.628Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:42:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:42:10.174Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:42:10.173Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:43:00.624Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:43:00.624Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:43:00.625Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:43:00.627Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:43:00.627Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:43:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:43:10.198Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:43:10.198Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:44:00.624Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:44:00.624Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:44:00.625Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:44:00.627Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:44:00.627Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:44:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:44:10.177Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:44:10.179Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:45:00.623Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:45:00.624Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:45:00.624Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:45:00.627Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:45:00.627Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:45:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:45:10.174Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:45:10.174Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:46:00.624Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:46:00.626Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:46:00.626Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:46:00.627Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:46:00.628Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:46:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:46:10.187Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:46:10.187Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:47:00.624Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:47:00.626Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:47:00.626Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:47:00.627Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:47:00.628Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:47:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:47:10.175Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:47:10.175Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:48:00.624Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:48:00.624Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:48:00.625Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:48:00.627Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:48:00.628Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:48:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:48:10.169Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:48:10.169Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:49:00.624Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:49:00.625Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:49:00.625Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:49:00.627Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:49:00.628Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:49:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:49:10.182Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:49:10.183Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:50:00.624Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:50:00.625Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:50:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:50:00.627Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:50:00.628Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:50:00.629Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:50:10.183Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:50:10.184Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:51:00.624Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:51:00.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-02-17T20:51:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:51:00.627Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:51:00.627Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:51:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:51:10.174Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:51:10.180Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:52:00.624Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:52:00.625Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:52:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:52:00.627Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:52:00.627Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:52:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:52:10.180Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:52:10.180Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:53:00.624Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:53:00.625Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:53:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:53:00.627Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:53:00.627Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:53:00.628Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:53:10.179Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:53:10.181Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:54:00.624Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:54:00.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-02-17T20:54:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:54:00.627Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:54:00.627Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:54:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:54:10.177Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:54:10.178Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:55:00.624Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:55:00.625Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:55:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:55:00.627Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:55:00.627Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:55:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:55:10.183Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:55:10.183Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:56:00.624Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:56:00.627Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:56:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:56:00.627Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:56:00.627Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:56:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:56:10.175Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:56:10.175Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:57:00.626Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:57:00.627Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:57:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:57:00.635Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:57:00.637Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:57:00.637Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:57:10.182Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:57:10.196Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:58:00.623Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:58:00.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-02-17T20:58:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:58:00.627Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:58:00.627Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:58:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:58:10.173Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:58:10.173Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:59:00.624Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:59:00.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-02-17T20:59:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:59:00.627Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:59:00.627Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:59:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:59:10.190Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T20:59:10.191Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:00:00.624Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:00:00.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-02-17T21:00:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T21:00:00.627Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:00:00.628Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T21:00:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T21:00:10.182Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:00:10.182Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:01:00.623Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:01:00.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-02-17T21:01:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T21:01:00.627Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:01:00.627Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T21:01:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T21:01:10.177Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:01:10.179Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:02:00.623Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:02:00.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-02-17T21:02:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T21:02:00.627Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:02:00.628Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T21:02:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T21:02:10.176Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:02:10.180Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:03:00.624Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:03:00.625Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T21:03:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T21:03:00.628Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:03:00.631Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T21:03:00.633Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T21:03:10.189Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:03:10.189Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:04:00.625Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:04:00.627Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:04:00.628Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T21:04:00.628Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T21:04:00.629Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T21:04:00.629Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T21:04:10.190Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:04:10.192Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:05:00.624Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:05:00.625Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T21:05:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T21:05:00.627Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:05:00.627Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T21:05:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T21:05:10.178Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:05:10.180Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:06:00.624Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:06:00.625Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T21:06:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T21:06:00.627Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:06:00.628Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T21:06:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T21:06:10.175Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:06:10.175Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:07:00.623Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:07:00.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-02-17T21:07:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T21:07:00.627Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:07:00.627Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T21:07:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T21:07:10.180Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:07:10.181Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:08:00.624Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:08:00.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-02-17T21:08:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T21:08:00.627Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:08:00.627Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T21:08:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T21:08:10.175Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:08:10.179Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:09:00.624Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:09:00.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-02-17T21:09:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T21:09:00.627Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:09:00.628Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T21:09:00.628Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T21:09:10.221Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:09:10.231Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:10:00.624Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:10:00.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-02-17T21:10:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T21:10:00.627Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:10:00.627Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T21:10:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T21:10:10.179Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:10:10.179Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:11:00.624Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:11:00.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-02-17T21:11:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T21:11:00.627Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:11:00.628Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T21:11:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T21:11:10.175Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:11:10.175Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:12:00.624Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:12:00.626Z||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-02-17T21:12:00.627Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:12:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T21:12:00.628Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T21:12:00.630Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T21:12:10.196Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:12:10.208Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:13:00.624Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:13:00.624Z||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-02-17T21:13:00.624Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T21:13:00.627Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:13:00.627Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T21:13:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T21:13:10.180Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:13:10.184Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:14:00.624Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:14:00.624Z||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-02-17T21:14:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T21:14:00.627Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:14:00.628Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T21:14:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T21:14:09.954Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:14:09.960Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-17T21:14:09.962Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"12806684-1820-48dc-ae24-b8374736332c","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"f84fc8fa-318b-4aa1-b6da-bdea81321168","serviceDescription":"service","serviceInvariantUUID":"c0ea665a-e26a-4d58-8f8f-439900c39424","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"bc77e1b6-81b1-46ab-bfad-560442a98ffd","resourceInvariantUUID":"e479612a-d5ed-42fe-bd5a-fb075b407c28","resourceCustomizationUUID":"674c7451-2d22-4acd-b8d3-9bdbf7560627","category":"Generic","subcategory":"Network Elements","artifacts":[]}],"serviceArtifacts":[{"artifactName":"service-BasicNetwork-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml","artifactChecksum":"MWVhOWJiNWIxMDgxOTc0Y2I3Y2RhNTliYzVjYmE0ZjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c937e36a-a430-4359-895b-d37725279e6c","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MWVhOTlmMmZkNzRhZmVhMmUwMTQyNDNjN2Y0ZjU1MDM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"99a403dc-48eb-4ee1-8edd-f70c332aefb4","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-17T21:14:09.973Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-17T21:14:09.974Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-17T21:14:09.984Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T21:14:09.985Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "12806684-1820-48dc-ae24-b8374736332c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676668440623,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:14:10.083Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2023-02-17T21:14:10.085Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T21:14:10.085Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T21:14:10.098Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:14:10.099Z||pool-35-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-02-17T21:14:10.231Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:14:10.232Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T21:14:10.232Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12806684-1820-48dc-ae24-b8374736332c",
  "consumerID": "cds",
  "timestamp": 1676668441971,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:14:10.234Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:14:10.234Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T21:14:10.235Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12806684-1820-48dc-ae24-b8374736332c",
  "consumerID": "aai-ml",
  "timestamp": 1676668441497,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:14:10.235Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:14:10.235Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T21:14:10.235Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12806684-1820-48dc-ae24-b8374736332c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676668440623,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:14:10.236Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:14:10.985Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-17T21:14:10.986Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-17T21:14:10.989Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T21:14:10.989Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "12806684-1820-48dc-ae24-b8374736332c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676668440623,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-02-17T21:14:11.089Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-17T21:14:11.090Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T21:14:11.090Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T21:14:11.103Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:14:11.104Z||pool-36-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-02-17T21:14:11.990Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "12806684-1820-48dc-ae24-b8374736332c",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "f84fc8fa-318b-4aa1-b6da-bdea81321168",
  "serviceDescription": "service",
  "serviceInvariantUUID": "c0ea665a-e26a-4d58-8f8f-439900c39424",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "674c7451-2d22-4acd-b8d3-9bdbf7560627",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "bc77e1b6-81b1-46ab-bfad-560442a98ffd",
      "resourceInvariantUUID": "e479612a-d5ed-42fe-bd5a-fb075b407c28",
      "category": "Generic",
      "subcategory": "Network Elements",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicNetwork-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
      "artifactChecksum": "MWVhOTlmMmZkNzRhZmVhMmUwMTQyNDNjN2Y0ZjU1MDM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "99a403dc-48eb-4ee1-8edd-f70c332aefb4"
    }
  ],
  "workloadContext": "Production"
}
2023-02-17T21:14:11.991Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-17T21:14:11.991Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 f84fc8fa-318b-4aa1-b6da-bdea81321168 ASDC
2023-02-17T21:14:11.993Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:12806684-1820-48dc-ae24-b8374736332c
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:f84fc8fa-318b-4aa1-b6da-bdea81321168
ServiceInvariantUUID:c0ea665a-e26a-4d58-8f8f-439900c39424
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicNetwork-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
ArtifactUUID:99a403dc-48eb-4ee1-8edd-f70c332aefb4
ArtifactChecksum:MWVhOTlmMmZkNzRhZmVhMmUwMTQyNDNjN2Y0ZjU1MDM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:674c7451-2d22-4acd-b8d3-9bdbf7560627
ResourceInvariantUUID:e479612a-d5ed-42fe-bd5a-fb075b407c28
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:bc77e1b6-81b1-46ab-bfad-560442a98ffd
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-02-17T21:14:11.993Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f84fc8fa-318b-4aa1-b6da-bdea81321168 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-17T21:14:12.075Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-17T21:14:12.078Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-02-17T21:14:12.078Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-02-17T21:14:12.078Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 99a403dc-48eb-4ee1-8edd-f70c332aefb4 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-02-17T21:14:12.079Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-02-17T21:14:12.079Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-02-17T21:14:12.316Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-02-17T21:14:12.323Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 99a403dc-48eb-4ee1-8edd-f70c332aefb4 57662
2023-02-17T21:14:12.325Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-02-17T21:14:12.325Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-02-17T21:14:12.325Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-17T21:14:12.326Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-17T21:14:12.331Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T21:14:12.331Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "12806684-1820-48dc-ae24-b8374736332c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676668452324,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-17T21:14:12.431Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-02-17T21:14:12.432Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T21:14:12.432Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T21:14:12.445Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:14:12.446Z||pool-37-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":2,"count":1}
2023-02-17T21:14:13.333Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-17T21:14:13.334Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-02-17T21:14:13.334Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 99a403dc-48eb-4ee1-8edd-f70c332aefb4, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-17T21:14:13.335Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-02-17T21:14:13.335Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-17T21:14:13.335Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-17T21:14:13.539Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15674002967837673143/Definitions/service-BasicNetwork-template.yml
2023-02-17T21:14:14.508Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-17T21:14:14.509Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-02-17T21:14:14.509Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-17T21:14:14.509Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-02-17T21:14:14.509Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-17T21:14:14.510Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-17T21:14:14.510Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-17T21:14:14.510Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-17T21:14:14.510Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-17T21:14:14.511Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-17T21:14:14.511Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-17T21:14:14.511Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-17T21:14:14.511Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-02-17T21:14:14.512Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T21:14:14.512Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T21:14:14.513Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-02-17T21:14:14.513Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-02-17T21:14:14.513Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-17T21:14:14.514Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T21:14:14.514Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T21:14:14.514Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-02-17T21:14:14.515Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-02-17T21:14:14.515Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-17T21:14:14.515Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T21:14:14.515Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T21:14:14.516Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T21:14:14.516Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T21:14:14.517Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T21:14:14.517Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T21:14:14.517Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T21:14:14.517Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T21:14:14.518Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T21:14:14.518Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T21:14:14.518Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:f84fc8fa-318b-4aa1-b6da-bdea81321168
Model Version:NULL
Model InvariantUuid:c0ea665a-e26a-4d58-8f8f-439900c39424
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:e479612a-d5ed-42fe-bd5a-fb075b407c28
Model UUID:dfdd39a6-37dc-4f8c-b1aa-7e3cb6004898
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:674c7451-2d22-4acd-b8d3-9bdbf7560627
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-02-17T21:14:14.534Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||INFO|500||Processing Resource Type: VL, Model UUID: bc77e1b6-81b1-46ab-bfad-560442a98ffd
2023-02-17T21:14:14.534Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||INFO|500||No resources found for Service: f84fc8fa-318b-4aa1-b6da-bdea81321168
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-17T21:14:14.549Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||INFO|500||
2023-02-17T21:14:14.550Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2023-02-17T21:14:14.551Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||No resources found for Service: f84fc8fa-318b-4aa1-b6da-bdea81321168
2023-02-17T21:14:14.552Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: f84fc8fa-318b-4aa1-b6da-bdea81321168
2023-02-17T21:14:14.552Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2023-02-17T21:14:14.553Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-17T21:14:14.577Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@176be9c9, org.onap.sdc.toscaparser.api.parameters.Input@162bdc4d, org.onap.sdc.toscaparser.api.parameters.Input@5c813ed7, org.onap.sdc.toscaparser.api.parameters.Input@5bee296, org.onap.sdc.toscaparser.api.parameters.Input@4dd37649]
2023-02-17T21:14:14.582Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T21:14:14.583Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T21:14:14.583Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T21:14:14.583Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T21:14:14.584Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid f84fc8fa-318b-4aa1-b6da-bdea81321168: Generic NeutronNet
2023-02-17T21:14:14.584Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T21:14:14.585Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T21:14:14.585Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T21:14:14.586Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2023-02-17T21:14:14.647Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T21:14:14.648Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T21:14:14.648Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T21:14:14.649Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T21:14:14.649Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T21:14:14.649Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T21:14:14.650Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2023-02-17T21:14:14.774Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2023-02-17T21:14:14.775Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-02-17T21:14:14.775Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-02-17T21:14:14.775Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-17T21:14:14.776Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-17T21:14:14.777Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T21:14:14.777Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "12806684-1820-48dc-ae24-b8374736332c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676668454775,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-17T21:14:14.879Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-17T21:14:14.880Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T21:14:14.880Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T21:14:14.907Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:14:14.907Z||pool-38-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2023-02-17T21:14:15.779Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 12806684-1820-48dc-ae24-b8374736332c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-17T21:14:15.833Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 12806684-1820-48dc-ae24-b8374736332c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-17T21:14:15.840Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-17T21:14:15.840Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-17T21:14:15.840Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-17T21:14:45.840Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 12806684-1820-48dc-ae24-b8374736332c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-17T21:14:45.877Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 12806684-1820-48dc-ae24-b8374736332c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-17T21:14:45.881Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-17T21:14:45.881Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-17T21:14:45.882Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-17T21:15:00.627Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:15:00.628Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T21:15:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T21:15:00.659Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:15:00.660Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T21:15:00.660Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12806684-1820-48dc-ae24-b8374736332c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1676668448911,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:15:00.661Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:15:15.882Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 12806684-1820-48dc-ae24-b8374736332c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-17T21:15:15.956Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 12806684-1820-48dc-ae24-b8374736332c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-17T21:15:15.960Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-17T21:15:15.961Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-17T21:15:15.962Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-17T21:15:45.962Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 12806684-1820-48dc-ae24-b8374736332c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-17T21:15:45.974Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 12806684-1820-48dc-ae24-b8374736332c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-17T21:15:45.978Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-17T21:15:45.978Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-17T21:15:45.978Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-17T21:16:00.627Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:16:00.628Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T21:16:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T21:16:00.665Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:16:00.666Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:16:00.666Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12806684-1820-48dc-ae24-b8374736332c",
  "consumerID": "cds",
  "timestamp": 1676668441971,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-02-17T21:16:00.668Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:16:00.668Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:16:00.668Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12806684-1820-48dc-ae24-b8374736332c",
  "consumerID": "aai-ml",
  "timestamp": 1676668441497,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-02-17T21:16:00.668Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:16:00.668Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:16:00.668Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12806684-1820-48dc-ae24-b8374736332c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676668440623,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-02-17T21:16:00.669Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:16:00.669Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:16:00.669Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12806684-1820-48dc-ae24-b8374736332c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1676668448911,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:16:00.669Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:16:00.669Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:16:00.669Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12806684-1820-48dc-ae24-b8374736332c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676668452136,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:16:00.670Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:16:00.670Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:16:00.670Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12806684-1820-48dc-ae24-b8374736332c",
  "consumerID": "cds",
  "timestamp": 1676668453068,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-17T21:16:00.670Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T21:16:00.670Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:16:00.670Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12806684-1820-48dc-ae24-b8374736332c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676668452324,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-17T21:16:00.671Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T21:16:00.671Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:16:00.671Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12806684-1820-48dc-ae24-b8374736332c",
  "consumerID": "aai-ml",
  "timestamp": 1676668452599,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-17T21:16:00.671Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T21:16:00.671Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:16:00.672Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12806684-1820-48dc-ae24-b8374736332c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676668452136,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-02-17T21:16:00.672Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:16:00.672Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:16:00.672Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12806684-1820-48dc-ae24-b8374736332c",
  "consumerID": "cds",
  "timestamp": 1676668454075,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-17T21:16:00.685Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 12806684-1820-48dc-ae24-b8374736332c
2023-02-17T21:16:00.686Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 12806684-1820-48dc-ae24-b8374736332c and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-17T21:16:00.707Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:16:00.707Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12806684-1820-48dc-ae24-b8374736332c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676668454921,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-17T21:16:00.708Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T21:16:00.708Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:16:00.708Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12806684-1820-48dc-ae24-b8374736332c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676668454775,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-17T21:16:00.708Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T21:16:00.709Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:16:00.709Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12806684-1820-48dc-ae24-b8374736332c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676668456644,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-17T21:16:00.709Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T21:16:00.709Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:16:00.709Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12806684-1820-48dc-ae24-b8374736332c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676668457649,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-17T21:16:00.725Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 12806684-1820-48dc-ae24-b8374736332c
2023-02-17T21:16:00.726Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 12806684-1820-48dc-ae24-b8374736332c and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-17T21:16:00.749Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:16:00.749Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12806684-1820-48dc-ae24-b8374736332c",
  "consumerID": "aai-ml",
  "timestamp": 1676668457594,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-17T21:16:00.749Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T21:16:00.750Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:16:00.750Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12806684-1820-48dc-ae24-b8374736332c",
  "consumerID": "aai-ml",
  "timestamp": 1676668458599,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-17T21:16:00.764Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 12806684-1820-48dc-ae24-b8374736332c
2023-02-17T21:16:00.765Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 12806684-1820-48dc-ae24-b8374736332c and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-17T21:16:00.775Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:16:00.775Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12806684-1820-48dc-ae24-b8374736332c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1676668458514,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:16:00.775Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:16:00.776Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:16:00.776Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12806684-1820-48dc-ae24-b8374736332c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1676668458514,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-02-17T21:16:00.776Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:16:15.978Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 12806684-1820-48dc-ae24-b8374736332c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-17T21:16:15.996Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 12806684-1820-48dc-ae24-b8374736332c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-17T21:16:16.002Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-17T21:16:16.002Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-17T21:16:16.002Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-17T21:16:16.002Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-17T21:16:16.002Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-17T21:16:16.002Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-17T21:16:16.002Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-17T21:16:16.003Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-17T21:16:16.003Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-17T21:16:16.010Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-17T21:16:46.014Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 12806684-1820-48dc-ae24-b8374736332c and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-02-17T21:16:46.027Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 12806684-1820-48dc-ae24-b8374736332c and serviceModelVersionId: f84fc8fa-318b-4aa1-b6da-bdea81321168
2023-02-17T21:16:46.027Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c0ea665a-e26a-4d58-8f8f-439900c39424
2023-02-17T21:16:46.029Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c0ea665a-e26a-4d58-8f8f-439900c39424/model-vers/model-ver/f84fc8fa-318b-4aa1-b6da-bdea81321168?depth=0
2023-02-17T21:16:46.038Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-02-17T21:16:46.116Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c0ea665a-e26a-4d58-8f8f-439900c39424/model-vers/model-ver/f84fc8fa-318b-4aa1-b6da-bdea81321168?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-02-17T21:16:46.118Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c0ea665a-e26a-4d58-8f8f-439900c39424/model-vers/model-ver/f84fc8fa-318b-4aa1-b6da-bdea81321168?depth=0|INFO|500||Invoke
2023-02-17T21:16:46.155Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c0ea665a-e26a-4d58-8f8f-439900c39424/model-vers/model-ver/f84fc8fa-318b-4aa1-b6da-bdea81321168?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-02-17T21:16:46.353Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c0ea665a-e26a-4d58-8f8f-439900c39424/model-vers/model-ver/f84fc8fa-318b-4aa1-b6da-bdea81321168?depth=0|INFO|500||InvokeReturn
2023-02-17T21:16:46.354Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c0ea665a-e26a-4d58-8f8f-439900c39424/model-vers/model-ver/f84fc8fa-318b-4aa1-b6da-bdea81321168?depth=0 has http status code:200 and response headers:{date=[Fri, 17 Feb 2023 21:16:46 GMT], content-length=[0], vertex-id=[536648], x-aai-txid=[0-aai-resources-230217-21:16:46:165-11299], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-17T21:16:46.356Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-02-17T21:16:46.357Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-17T21:16:46.358Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-17T21:16:46.364Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-02-17T21:16:46.365Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 12806684-1820-48dc-ae24-b8374736332c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-17T21:16:46.366Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-17T21:16:46.366Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-17T21:16:46.369Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T21:16:46.369Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "12806684-1820-48dc-ae24-b8374736332c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676668606365,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-17T21:16:46.470Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-02-17T21:16:46.472Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T21:16:46.472Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T21:16:46.498Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:16:46.501Z||pool-39-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-02-17T21:16:47.395Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:16:47.396Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T21:16:47.396Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T21:16:51.814Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:16:51.816Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-17T21:16:51.816Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"5461d56c-e3fa-4002-aa9d-93e6f113bc35","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"f1e3aae5-dadc-453a-a6bb-8bdf2c8f0a37","serviceDescription":"service","serviceInvariantUUID":"a7c0cd81-f939-4c19-9277-d399303165c9","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"878efdd0-f06f-484a-afe7-d812d6ee32c4","resourceInvariantUUID":"8462caac-15c1-4e1f-b859-7bcfbe6bcaee","resourceCustomizationUUID":"91e7c5bc-c5da-4621-993f-824501c5a17d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","artifactChecksum":"NzJlZWRiNWEwZjg4M2YwZmYzMzZlOTcwYTQ1NTExZDA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"56f75008-c30e-4a21-b73b-d3aae55012c5","artifactVersion":"1"},{"artifactName":"nginx_cloudtech_k8s_charts.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"14a34d69-8110-4481-af46-a64ad5f75876","artifactVersion":"2","generatedFromUUID":"6237e055-8ad8-4ae7-8d6e-7a615c4e49e1"},{"artifactName":"nginx_cloudtech_k8s_charts.tgz","artifactType":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","artifactChecksum":"YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"6237e055-8ad8-4ae7-8d6e-7a615c4e49e1","artifactVersion":"1"},{"artifactName":"basic_cnf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","artifactChecksum":"MzgxOTFmY2IyMTBkMDliZmVkNzE0ZmY1ZGYyODhjNzI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"eac0f170-7bee-4ef5-ae26-2c403439f395","artifactVersion":"1"},{"artifactName":"base_dummy.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","artifactChecksum":"MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e9ec3643-5939-44c6-ae8a-d19d079ddc2b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","artifactChecksum":"OWI0ZjVmMTVjZmQ2Nzk1ZTUyOWQyYzdjMjFhYTI4NzE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a0ed505f-a134-4700-8a17-f32c5a7337e9","artifactVersion":"1"},{"artifactName":"base_dummy.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","artifactChecksum":"NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"cf70be60-3484-4dcf-9971-b4fca655a5c8","artifactVersion":"2","generatedFromUUID":"e9ec3643-5939-44c6-ae8a-d19d079ddc2b"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"Nzk4ZGNiZGFhNmU0YjAxYjUyMDEzOTAxOWZlMGM1ZGY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4481fa51-b89f-4f76-9c0e-ce60d15170e7","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"MGI0NzQ0NGFmOTM2ODhlYjIyNGVmYzc4ODI4NThlMjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c016315b-0956-4982-82bb-0bcec0d9c446","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-17T21:16:51.821Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-17T21:16:51.821Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-17T21:16:51.824Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T21:16:51.824Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676668607395,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:16:51.924Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-17T21:16:51.925Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T21:16:51.925Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T21:16:51.938Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:16:51.938Z||pool-40-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-02-17T21:16:52.825Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-17T21:16:52.826Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-17T21:16:52.828Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T21:16:52.828Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676668607395,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2023-02-17T21:16:52.930Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2023-02-17T21:16:52.932Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T21:16:52.932Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T21:16:52.944Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:16:52.945Z||pool-41-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-02-17T21:16:53.835Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-17T21:16:53.835Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-17T21:16:53.838Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T21:16:53.838Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676668607395,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2023-02-17T21:16:53.938Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-17T21:16:53.939Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T21:16:53.939Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T21:16:53.951Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:16:53.952Z||pool-42-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-02-17T21:16:54.839Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-17T21:16:54.840Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-17T21:16:54.842Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T21:16:54.842Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676668607395,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2023-02-17T21:16:54.942Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-17T21:16:54.943Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T21:16:54.944Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T21:16:54.955Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:16:54.956Z||pool-43-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2023-02-17T21:16:55.843Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-17T21:16:55.843Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-17T21:16:55.845Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T21:16:55.846Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676668607395,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2023-02-17T21:16:55.946Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-17T21:16:55.947Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T21:16:55.947Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T21:16:55.960Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:16:55.961Z||pool-44-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-02-17T21:16:56.846Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-17T21:16:56.848Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-17T21:16:56.850Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T21:16:56.850Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676668607395,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:16:56.950Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-02-17T21:16:56.951Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T21:16:56.951Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T21:16:56.963Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:16:56.964Z||pool-45-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-02-17T21:16:57.852Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-17T21:16:57.853Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-17T21:16:57.855Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T21:16:57.856Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676668607395,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2023-02-17T21:16:57.956Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-17T21:16:57.957Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T21:16:57.957Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T21:16:57.970Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:16:57.971Z||pool-46-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-02-17T21:16:58.856Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-17T21:16:58.857Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-17T21:16:58.860Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T21:16:58.860Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676668607395,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:16:58.961Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-02-17T21:16:58.961Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T21:16:58.962Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T21:16:58.984Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:16:58.984Z||pool-47-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2023-02-17T21:16:59.861Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-17T21:16:59.862Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-17T21:16:59.864Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T21:16:59.864Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676668607395,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2023-02-17T21:16:59.964Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-17T21:16:59.965Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T21:16:59.965Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T21:16:59.977Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:16:59.978Z||pool-48-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-02-17T21:17:00.627Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:17:00.628Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T21:17:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T21:17:00.676Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:17:00.679Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.679Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1676668518516,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:17:00.681Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:17:00.681Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.681Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1676668528911,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:17:00.681Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:17:00.682Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.682Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1676668518516,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2023-02-17T21:17:00.682Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:17:00.682Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.682Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1676668528911,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:17:00.683Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:17:00.683Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.683Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1676668518516,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2023-02-17T21:17:00.684Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:17:00.684Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.684Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1676668528911,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:17:00.684Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:17:00.685Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.685Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1676668518516,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2023-02-17T21:17:00.685Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:17:00.685Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.685Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
  "consumerID": "cds",
  "timestamp": 1676668531971,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:17:00.686Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:17:00.686Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.686Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
  "consumerID": "aai-ml",
  "timestamp": 1676668531497,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:17:00.686Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:17:00.686Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.686Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1676668528911,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:17:00.687Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:17:00.687Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.687Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1676668518516,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2023-02-17T21:17:00.687Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:17:00.687Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.687Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
  "consumerID": "cds",
  "timestamp": 1676668531971,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:17:00.688Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:17:00.688Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.688Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
  "consumerID": "aai-ml",
  "timestamp": 1676668531497,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:17:00.688Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:17:00.688Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.689Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1676668528911,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:17:00.689Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:17:00.689Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.689Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1676668518516,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:17:00.690Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:17:00.690Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.690Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
  "consumerID": "cds",
  "timestamp": 1676668531971,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:17:00.690Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:17:00.690Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.691Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
  "consumerID": "aai-ml",
  "timestamp": 1676668531497,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:17:00.691Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:17:00.691Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.691Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1676668528911,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:17:00.692Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:17:00.692Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.692Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1676668518516,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2023-02-17T21:17:00.692Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:17:00.692Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.692Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
  "consumerID": "cds",
  "timestamp": 1676668531971,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:17:00.693Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:17:00.693Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.693Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
  "consumerID": "aai-ml",
  "timestamp": 1676668531497,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:17:00.693Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:17:00.693Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.694Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1676668528911,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:17:00.694Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:17:00.694Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.695Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1676668518516,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:17:00.695Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:17:00.696Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.696Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
  "consumerID": "cds",
  "timestamp": 1676668531971,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:17:00.696Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:17:00.697Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.697Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
  "consumerID": "aai-ml",
  "timestamp": 1676668531497,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:17:00.697Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:17:00.698Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.698Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1676668528911,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:17:00.698Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:17:00.698Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.699Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1676668518516,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2023-02-17T21:17:00.699Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:17:00.699Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.699Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
  "consumerID": "cds",
  "timestamp": 1676668531971,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:17:00.699Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:17:00.700Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.700Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
  "consumerID": "aai-ml",
  "timestamp": 1676668531497,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:17:00.700Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:17:00.700Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.700Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1676668528911,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:17:00.701Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:17:00.701Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.701Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
  "consumerID": "cds",
  "timestamp": 1676668531971,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:17:00.701Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:17:00.701Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.701Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1676668537930,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-17T21:17:00.702Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T21:17:00.702Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.702Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
  "consumerID": "aai-ml",
  "timestamp": 1676668531497,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:17:00.702Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:17:00.703Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.703Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
  "consumerID": "cds",
  "timestamp": 1676668531971,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:17:00.703Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:17:00.703Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.703Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
  "consumerID": "aai-ml",
  "timestamp": 1676668531497,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:17:00.704Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:17:00.704Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.704Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1676668539223,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2023-02-17T21:17:00.704Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T21:17:00.704Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.705Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
  "consumerID": "cds",
  "timestamp": 1676668531971,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2023-02-17T21:17:00.705Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:17:00.705Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.705Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
  "consumerID": "aai-ml",
  "timestamp": 1676668531497,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2023-02-17T21:17:00.706Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:17:00.706Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.706Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1676668540391,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-17T21:17:00.706Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T21:17:00.706Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.706Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
  "consumerID": "cds",
  "timestamp": 1676668541881,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-17T21:17:00.706Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T21:17:00.707Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.707Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
  "consumerID": "aai-ml",
  "timestamp": 1676668541507,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-17T21:17:00.707Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T21:17:00.707Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.707Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1676668541616,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2023-02-17T21:17:00.707Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T21:17:00.707Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.708Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676668542136,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:17:00.708Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:17:00.708Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.708Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
  "consumerID": "cds",
  "timestamp": 1676668542888,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-17T21:17:00.733Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5461d56c-e3fa-4002-aa9d-93e6f113bc35
2023-02-17T21:17:00.733Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5461d56c-e3fa-4002-aa9d-93e6f113bc35 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-17T21:17:00.752Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.752Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1676668542696,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-17T21:17:00.758Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5461d56c-e3fa-4002-aa9d-93e6f113bc35
2023-02-17T21:17:00.758Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5461d56c-e3fa-4002-aa9d-93e6f113bc35 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-17T21:17:00.774Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.774Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676668542136,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:17:00.774Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:17:00.774Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.774Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1676668543701,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-17T21:17:00.774Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T21:17:00.774Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.775Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676668542136,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:17:00.775Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:17:00.775Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.775Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676668542136,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:17:00.775Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:17:00.775Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.775Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62aa004-3adb-4b09-b46f-f3e3773f1cb1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1676668544708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXrpooappisvs315t28vn/1.0/resourceInstances/pnfa56b2a031b560/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:17:00.775Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:17:00.776Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.776Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676668542136,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:17:00.776Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:17:00.776Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.776Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62aa004-3adb-4b09-b46f-f3e3773f1cb1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1676668544708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXrpooappisvs315t28vn/1.0/resourceInstances/pnfa56b2a031b560/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:17:00.776Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:17:00.776Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.776Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676668542136,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:17:00.776Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:17:00.776Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.776Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62aa004-3adb-4b09-b46f-f3e3773f1cb1",
  "consumerID": "cds",
  "timestamp": 1676668546971,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXrpooappisvs315t28vn/1.0/resourceInstances/pnfa56b2a031b560/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:17:00.777Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:17:00.777Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.777Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62aa004-3adb-4b09-b46f-f3e3773f1cb1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1676668544708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXrpooappisvs315t28vn/1.0/resourceInstances/pnfa56b2a031b560/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:17:00.777Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:17:00.777Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.777Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676668542136,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:17:00.777Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:17:00.778Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.778Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62aa004-3adb-4b09-b46f-f3e3773f1cb1",
  "consumerID": "cds",
  "timestamp": 1676668546971,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXrpooappisvs315t28vn/1.0/resourceInstances/pnfa56b2a031b560/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:17:00.778Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:17:00.778Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.778Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62aa004-3adb-4b09-b46f-f3e3773f1cb1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1676668544708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXrpooappisvs315t28vn/1.0/resourceInstances/pnfa56b2a031b560/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:17:00.778Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:17:00.778Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.778Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676668542136,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:17:00.778Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:17:00.778Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.778Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62aa004-3adb-4b09-b46f-f3e3773f1cb1",
  "consumerID": "cds",
  "timestamp": 1676668546971,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXrpooappisvs315t28vn/1.0/resourceInstances/pnfa56b2a031b560/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:17:00.779Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:17:00.779Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.779Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
  "consumerID": "aai-ml",
  "timestamp": 1676668549275,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-17T21:17:00.779Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T21:17:00.779Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.779Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62aa004-3adb-4b09-b46f-f3e3773f1cb1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1676668544708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXrpooappisvs315t28vn/1.0/resourceInstances/pnfa56b2a031b560/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:17:00.779Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:17:00.779Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.779Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62aa004-3adb-4b09-b46f-f3e3773f1cb1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1676668548911,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXrpooappisvs315t28vn/1.0/resourceInstances/pnfa56b2a031b560/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:17:00.779Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:17:00.779Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.779Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676668542136,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2023-02-17T21:17:00.780Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:17:00.780Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.780Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62aa004-3adb-4b09-b46f-f3e3773f1cb1",
  "consumerID": "cds",
  "timestamp": 1676668546971,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXrpooappisvs315t28vn/1.0/resourceInstances/pnfa56b2a031b560/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:17:00.780Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:17:00.780Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.780Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
  "consumerID": "aai-ml",
  "timestamp": 1676668550279,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-17T21:17:00.788Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5461d56c-e3fa-4002-aa9d-93e6f113bc35
2023-02-17T21:17:00.788Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5461d56c-e3fa-4002-aa9d-93e6f113bc35 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-17T21:17:00.816Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.816Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62aa004-3adb-4b09-b46f-f3e3773f1cb1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1676668544708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXrpooappisvs315t28vn/1.0/resourceInstances/pnfa56b2a031b560/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:17:00.817Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:17:00.817Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.817Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62aa004-3adb-4b09-b46f-f3e3773f1cb1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1676668548911,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXrpooappisvs315t28vn/1.0/resourceInstances/pnfa56b2a031b560/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:17:00.817Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:17:00.817Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.817Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676668551919,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-17T21:17:00.817Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T21:17:00.817Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.818Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62aa004-3adb-4b09-b46f-f3e3773f1cb1",
  "consumerID": "cds",
  "timestamp": 1676668546971,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXrpooappisvs315t28vn/1.0/resourceInstances/pnfa56b2a031b560/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:17:00.818Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:17:00.818Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.818Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62aa004-3adb-4b09-b46f-f3e3773f1cb1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1676668544708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXrpooappisvs315t28vn/1.0/artifacts/service-DemoPnfXrpooappisvs315t28vn-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:17:00.818Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:17:00.818Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.818Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62aa004-3adb-4b09-b46f-f3e3773f1cb1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1676668548911,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXrpooappisvs315t28vn/1.0/resourceInstances/pnfa56b2a031b560/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:17:00.818Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:17:00.819Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.819Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62aa004-3adb-4b09-b46f-f3e3773f1cb1",
  "consumerID": "cds",
  "timestamp": 1676668546971,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXrpooappisvs315t28vn/1.0/resourceInstances/pnfa56b2a031b560/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:17:00.819Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:17:00.819Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.819Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62aa004-3adb-4b09-b46f-f3e3773f1cb1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1676668544708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXrpooappisvs315t28vn/1.0/artifacts/service-DemoPnfXrpooappisvs315t28vn-csar.csar",
  "status": "NOTIFIED"
}
2023-02-17T21:17:00.819Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:17:00.819Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.819Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62aa004-3adb-4b09-b46f-f3e3773f1cb1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1676668548911,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXrpooappisvs315t28vn/1.0/resourceInstances/pnfa56b2a031b560/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:17:00.819Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:17:00.819Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.820Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62aa004-3adb-4b09-b46f-f3e3773f1cb1",
  "consumerID": "cds",
  "timestamp": 1676668546971,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXrpooappisvs315t28vn/1.0/artifacts/service-DemoPnfXrpooappisvs315t28vn-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:17:00.820Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:17:00.820Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.820Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676668554391,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-17T21:17:00.820Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T21:17:00.820Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.820Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62aa004-3adb-4b09-b46f-f3e3773f1cb1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1676668548911,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXrpooappisvs315t28vn/1.0/resourceInstances/pnfa56b2a031b560/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:17:00.820Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:17:00.820Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.820Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62aa004-3adb-4b09-b46f-f3e3773f1cb1",
  "consumerID": "cds",
  "timestamp": 1676668546971,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXrpooappisvs315t28vn/1.0/artifacts/service-DemoPnfXrpooappisvs315t28vn-csar.csar",
  "status": "NOTIFIED"
}
2023-02-17T21:17:00.821Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:17:00.821Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.821Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676668555396,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-17T21:17:00.843Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5461d56c-e3fa-4002-aa9d-93e6f113bc35
2023-02-17T21:17:00.843Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5461d56c-e3fa-4002-aa9d-93e6f113bc35 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-17T21:17:00.856Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.857Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62aa004-3adb-4b09-b46f-f3e3773f1cb1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1676668548911,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXrpooappisvs315t28vn/1.0/resourceInstances/pnfa56b2a031b560/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2023-02-17T21:17:00.857Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:17:00.857Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.857Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62aa004-3adb-4b09-b46f-f3e3773f1cb1",
  "consumerID": "cds",
  "timestamp": 1676668555745,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXrpooappisvs315t28vn/1.0/artifacts/service-DemoPnfXrpooappisvs315t28vn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-17T21:17:00.857Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T21:17:00.858Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.858Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62aa004-3adb-4b09-b46f-f3e3773f1cb1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1676668548911,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXrpooappisvs315t28vn/1.0/artifacts/service-DemoPnfXrpooappisvs315t28vn-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:17:00.858Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:17:00.858Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.858Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62aa004-3adb-4b09-b46f-f3e3773f1cb1",
  "consumerID": "cds",
  "timestamp": 1676668556754,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXrpooappisvs315t28vn/1.0/artifacts/service-DemoPnfXrpooappisvs315t28vn-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-17T21:17:00.869Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "f1e3aae5-dadc-453a-a6bb-8bdf2c8f0a37",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a7c0cd81-f939-4c19-9277-d399303165c9",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "91e7c5bc-c5da-4621-993f-824501c5a17d",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "878efdd0-f06f-484a-afe7-d812d6ee32c4",
      "resourceInvariantUUID": "8462caac-15c1-4e1f-b859-7bcfbe6bcaee",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "nginx_cloudtech_k8s_charts.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
          "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "14a34d69-8110-4481-af46-a64ad5f75876",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "nginx_cloudtech_k8s_charts.tgz",
          "artifactType": "CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
          "artifactChecksum": "YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "6237e055-8ad8-4ae7-8d6e-7a615c4e49e1",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "basic_cnf0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
          "artifactChecksum": "MzgxOTFmY2IyMTBkMDliZmVkNzE0ZmY1ZGYyODhjNzI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "eac0f170-7bee-4ef5-ae26-2c403439f395",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_dummy.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
          "artifactChecksum": "MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "e9ec3643-5939-44c6-ae8a-d19d079ddc2b",
          "generatedArtifact": {
            "artifactName": "base_dummy.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
            "artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "cf70be60-3484-4dcf-9971-b4fca655a5c8",
            "generatedFromUUID": "e9ec3643-5939-44c6-ae8a-d19d079ddc2b"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_dummy.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
          "artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "cf70be60-3484-4dcf-9971-b4fca655a5c8",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "MGI0NzQ0NGFmOTM2ODhlYjIyNGVmYzc4ODI4NThlMjE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c016315b-0956-4982-82bb-0bcec0d9c446"
    }
  ],
  "workloadContext": "Production"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-17T21:17:00.870Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-17T21:17:00.870Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 f1e3aae5-dadc-453a-a6bb-8bdf2c8f0a37 ASDC
2023-02-17T21:17:00.872Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:5461d56c-e3fa-4002-aa9d-93e6f113bc35
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:f1e3aae5-dadc-453a-a6bb-8bdf2c8f0a37
ServiceInvariantUUID:a7c0cd81-f939-4c19-9277-d399303165c9
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicCnf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
ArtifactUUID:c016315b-0956-4982-82bb-0bcec0d9c446
ArtifactChecksum:MGI0NzQ0NGFmOTM2ODhlYjIyNGVmYzc4ODI4NThlMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:91e7c5bc-c5da-4621-993f-824501c5a17d
ResourceInvariantUUID:8462caac-15c1-4e1f-b859-7bcfbe6bcaee
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:878efdd0-f06f-484a-afe7-d812d6ee32c4
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
ArtifactUUID:14a34d69-8110-4481-af46-a64ad5f75876
ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.tgz
ArtifactVersion:1
ArtifactType:CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
ArtifactUUID:6237e055-8ad8-4ae7-8d6e-7a615c4e49e1
ArtifactChecksum:YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:basic_cnf0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
ArtifactUUID:eac0f170-7bee-4ef5-ae26-2c403439f395
ArtifactChecksum:MzgxOTFmY2IyMTBkMDliZmVkNzE0ZmY1ZGYyODhjNzI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_dummy.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
ArtifactUUID:e9ec3643-5939-44c6-ae8a-d19d079ddc2b
ArtifactChecksum:MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:cf70be60-3484-4dcf-9971-b4fca655a5c8
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:cf70be60-3484-4dcf-9971-b4fca655a5c8
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-02-17T21:17:00.872Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f1e3aae5-dadc-453a-a6bb-8bdf2c8f0a37 ASDC treatNotification
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-17T21:17:00.891Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a62aa004-3adb-4b09-b46f-f3e3773f1cb1
2023-02-17T21:17:00.891Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a62aa004-3adb-4b09-b46f-f3e3773f1cb1 and ComponentName cds
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: 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_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-17T21:17:00.916Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.916Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62aa004-3adb-4b09-b46f-f3e3773f1cb1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1676668548911,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXrpooappisvs315t28vn/1.0/artifacts/service-DemoPnfXrpooappisvs315t28vn-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:17:00.916Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:17:00.916Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.917Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62aa004-3adb-4b09-b46f-f3e3773f1cb1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1676668557718,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXrpooappisvs315t28vn/1.0/resourceInstances/pnfa56b2a031b560/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-17T21:17:00.917Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T21:17:00.917Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.917Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62aa004-3adb-4b09-b46f-f3e3773f1cb1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1676668558922,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXrpooappisvs315t28vn/1.0/resourceInstances/pnfa56b2a031b560/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2023-02-17T21:17:00.917Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T21:17:00.918Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.918Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1676668558516,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:17:00.918Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:17:00.918Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.919Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62aa004-3adb-4b09-b46f-f3e3773f1cb1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1676668559926,
  "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-02-17T21:17:00.934Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of a62aa004-3adb-4b09-b46f-f3e3773f1cb1
2023-02-17T21:17:00.934Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a62aa004-3adb-4b09-b46f-f3e3773f1cb1 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: 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_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-02-17T21:17:00.975Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-17T21:17:00.976Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-02-17T21:17:00.977Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-02-17T21:17:00.977Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: c016315b-0956-4982-82bb-0bcec0d9c446 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2023-02-17T21:17:00.977Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-02-17T21:17:00.977Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2023-02-17T21:17:00.977Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.978Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1676668558516,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-02-17T21:17:00.979Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:17:01.105Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-02-17T21:17:01.109Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar c016315b-0956-4982-82bb-0bcec0d9c446 73670
2023-02-17T21:17:01.110Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2023-02-17T21:17:01.110Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2023-02-17T21:17:01.110Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-17T21:17:01.111Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-17T21:17:01.116Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T21:17:01.116Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676668621110,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-17T21:17:01.214Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2023-02-17T21:17:01.215Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T21:17:01.215Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T21:17:01.227Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:17:01.228Z||pool-49-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-02-17T21:17:02.117Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-17T21:17:02.120Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-02-17T21:17:02.120Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: c016315b-0956-4982-82bb-0bcec0d9c446, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2023-02-17T21:17:02.121Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2023-02-17T21:17:02.121Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2023-02-17T21:17:02.122Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2023-02-17T21:17:02.263Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17318136830518788048/Definitions/service-BasicCnf-template.yml
Log warning: The required parameter "compute_dummy_metadata" is not provided
Log warning: The required parameter "compute_dummy_name" is not provided
2023-02-17T21:17:03.867Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-17T21:17:03.868Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-02-17T21:17:03.868Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2023-02-17T21:17:03.868Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-02-17T21:17:03.869Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2023-02-17T21:17:03.869Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 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-BasicCnf-csar.csar
2023-02-17T21:17:03.869Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2023-02-17T21:17:03.869Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2023-02-17T21:17:03.870Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-02-17T21:17:03.870Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T21:17:03.870Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T21:17:03.871Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-02-17T21:17:03.871Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-02-17T21:17:03.871Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-17T21:17:03.872Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T21:17:03.872Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T21:17:03.872Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-02-17T21:17:03.872Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-02-17T21:17:03.873Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-17T21:17:03.873Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T21:17:03.873Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T21:17:03.874Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T21:17:03.874Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2023-02-17T21:17:03.875Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2023-02-17T21:17:03.875Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||Node template dummy is not matching search criteria
2023-02-17T21:17:03.875Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-02-17T21:17:03.876Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T21:17:03.876Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-17T21:17:03.876Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T21:17:03.877Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-02-17T21:17:03.877Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-17T21:17:03.878Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T21:17:03.878Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-02-17T21:17:03.878Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-17T21:17:03.878Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T21:17:03.879Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-02-17T21:17:03.879Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-17T21:17:03.879Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T21:17:03.880Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2023-02-17T21:17:03.880Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2023-02-17T21:17:03.880Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=6f5eec5f-bd85-4725-8b35-cc4d35cfcf88
2023-02-17T21:17:03.881Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T21:17:03.881Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T21:17:03.881Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T21:17:03.882Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T21:17:03.882Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T21:17:03.882Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T21:17:03.883Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T21:17:03.883Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T21:17:03.883Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:f1e3aae5-dadc-453a-a6bb-8bdf2c8f0a37
Model Version:NULL
Model InvariantUuid:a7c0cd81-f939-4c19-9277-d399303165c9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:8ec0b617-6012-40e7-a311-8d4872394f40
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8462caac-15c1-4e1f-b859-7bcfbe6bcaee
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:91e7c5bc-c5da-4621-993f-824501c5a17d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:6eeb2f92-adbc-4283-a6e8-ae64637798d0
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:8a640715-592c-4acc-8d17-8a5ae33440bd
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:6f5eec5f-bd85-4725-8b35-cc4d35cfcf88
ModelInvariantUuid:0ef9b7b0-fa7d-4781-8c63-0de40acb9030
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:e2a60989-73f4-48d3-a896-9eeeb492e0a0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:94341d19-425a-4045-a6c1-d9df1b7ce3a6
ModelInvariantUuid:b42685cd-442a-4062-942f-3477eb76fd36
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:ff138bd9-d45b-46bc-ae8d-3f7a6e24e7b7
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-02-17T21:17:03.896Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 878efdd0-f06f-484a-afe7-d812d6ee32c4
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-17T21:17:03.900Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||INFO|500||basic_cnf 0
2023-02-17T21:17:03.901Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 878efdd0-f06f-484a-afe7-d812d6ee32c4
2023-02-17T21:17:03.901Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 14a34d69-8110-4481-af46-a64ad5f75876 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2023-02-17T21:17:03.901Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-02-17T21:17:03.901Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2023-02-17T21:17:03.978Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-02-17T21:17:03.979Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 14a34d69-8110-4481-af46-a64ad5f75876 12
2023-02-17T21:17:03.979Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2023-02-17T21:17:03.979Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2023-02-17T21:17:03.980Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-17T21:17:03.980Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-17T21:17:03.983Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T21:17:03.983Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676668623979,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2023-02-17T21:17:04.083Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-17T21:17:04.084Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T21:17:04.084Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T21:17:04.096Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:17:04.097Z||pool-50-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2023-02-17T21:17:04.984Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 6237e055-8ad8-4ae7-8d6e-7a615c4e49e1 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2023-02-17T21:17:04.985Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-02-17T21:17:04.985Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2023-02-17T21:17:05.051Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-02-17T21:17:05.052Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 6237e055-8ad8-4ae7-8d6e-7a615c4e49e1 2688
2023-02-17T21:17:05.052Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2023-02-17T21:17:05.053Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2023-02-17T21:17:05.053Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-17T21:17:05.053Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-17T21:17:05.056Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T21:17:05.056Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676668625052,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2023-02-17T21:17:05.157Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-17T21:17:05.158Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T21:17:05.158Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T21:17:05.170Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:17:05.171Z||pool-51-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-02-17T21:17:06.058Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: eac0f170-7bee-4ef5-ae26-2c403439f395 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2023-02-17T21:17:06.058Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-02-17T21:17:06.058Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2023-02-17T21:17:06.131Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-02-17T21:17:06.131Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json eac0f170-7bee-4ef5-ae26-2c403439f395 828
2023-02-17T21:17:06.132Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2023-02-17T21:17:06.132Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2023-02-17T21:17:06.132Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-17T21:17:06.132Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-17T21:17:06.134Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T21:17:06.134Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676668626132,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-17T21:17:06.234Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-17T21:17:06.236Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T21:17:06.236Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T21:17:06.249Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:17:06.250Z||pool-52-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-02-17T21:17:07.135Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "6eeb2f92-adbc-4283-a6e8-ae64637798d0",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8a640715-592c-4acc-8d17-8a5ae33440bd",
    "vfModuleModelCustomizationUUID": "1e68bf9d-aa52-40d7-b188-fff2500bc9f5",
    "isBase": true,
    "artifacts": [
      "6237e055-8ad8-4ae7-8d6e-7a615c4e49e1",
      "e9ec3643-5939-44c6-ae8a-d19d079ddc2b",
      "cf70be60-3484-4dcf-9971-b4fca655a5c8"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-02-17T21:17:07.141Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8a640715-592c-4acc-8d17-8a5ae33440bd
VfModuleModelInvariantUUID:6eeb2f92-adbc-4283-a6e8-ae64637798d0
VfModuleModelDescription:NULL
Artifacts UUID List:{
6237e055-8ad8-4ae7-8d6e-7a615c4e49e1
,
e9ec3643-5939-44c6-ae8a-d19d079ddc2b
,
cf70be60-3484-4dcf-9971-b4fca655a5c8

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

isBase:true


}

2023-02-17T21:17:07.144Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "6eeb2f92-adbc-4283-a6e8-ae64637798d0",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8a640715-592c-4acc-8d17-8a5ae33440bd",
    "vfModuleModelCustomizationUUID": "1e68bf9d-aa52-40d7-b188-fff2500bc9f5",
    "isBase": true,
    "artifacts": [
      "6237e055-8ad8-4ae7-8d6e-7a615c4e49e1",
      "e9ec3643-5939-44c6-ae8a-d19d079ddc2b",
      "cf70be60-3484-4dcf-9971-b4fca655a5c8"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-02-17T21:17:07.144Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8a640715-592c-4acc-8d17-8a5ae33440bd
VfModuleModelInvariantUUID:6eeb2f92-adbc-4283-a6e8-ae64637798d0
VfModuleModelDescription:NULL
Artifacts UUID List:{
6237e055-8ad8-4ae7-8d6e-7a615c4e49e1
,
e9ec3643-5939-44c6-ae8a-d19d079ddc2b
,
cf70be60-3484-4dcf-9971-b4fca655a5c8

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

isBase:true


}

2023-02-17T21:17:07.145Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: e9ec3643-5939-44c6-ae8a-d19d079ddc2b from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2023-02-17T21:17:07.145Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-02-17T21:17:07.145Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2023-02-17T21:17:07.233Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-02-17T21:17:07.234Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml e9ec3643-5939-44c6-ae8a-d19d079ddc2b 1164
2023-02-17T21:17:07.234Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2023-02-17T21:17:07.235Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2023-02-17T21:17:07.235Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-17T21:17:07.236Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-17T21:17:07.238Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T21:17:07.238Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676668627234,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-17T21:17:07.339Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-02-17T21:17:07.340Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T21:17:07.340Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T21:17:07.355Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:17:07.356Z||pool-53-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2023-02-17T21:17:08.239Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: cf70be60-3484-4dcf-9971-b4fca655a5c8 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2023-02-17T21:17:08.240Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-02-17T21:17:08.240Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2023-02-17T21:17:08.309Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-02-17T21:17:08.309Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env cf70be60-3484-4dcf-9971-b4fca655a5c8 200
2023-02-17T21:17:08.310Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2023-02-17T21:17:08.310Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2023-02-17T21:17:08.310Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-17T21:17:08.311Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-17T21:17:08.313Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T21:17:08.314Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676668628310,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2023-02-17T21:17:08.414Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-17T21:17:08.415Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T21:17:08.415Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T21:17:08.429Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:17:08.430Z||pool-54-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2023-02-17T21:17:09.314Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: f1e3aae5-dadc-453a-a6bb-8bdf2c8f0a37
2023-02-17T21:17:09.315Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 878efdd0-f06f-484a-afe7-d812d6ee32c4 ASDC
2023-02-17T21:17:09.326Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
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 heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-17T21:17:09.342Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1e78fcef, org.onap.sdc.toscaparser.api.parameters.Input@3dda1069, org.onap.sdc.toscaparser.api.parameters.Input@5da0d283, org.onap.sdc.toscaparser.api.parameters.Input@43110fbd, org.onap.sdc.toscaparser.api.parameters.Input@1ad70cb4]
2023-02-17T21:17:09.343Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T21:17:09.344Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T21:17:09.344Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2023-02-17T21:17:09.344Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 91e7c5bc-c5da-4621-993f-824501c5a17d
2023-02-17T21:17:09.344Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 91e7c5bc-c5da-4621-993f-824501c5a17d matches Tosca VF Customization UUID: 91e7c5bc-c5da-4621-993f-824501c5a17d
2023-02-17T21:17:09.345Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 91e7c5bc-c5da-4621-993f-824501c5a17d  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2023-02-17T21:17:09.348Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T21:17:09.348Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T21:17:09.348Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 91e7c5bc-c5da-4621-993f-824501c5a17d: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-02-17T21:17:09.349Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@67ab70b1
2023-02-17T21:17:09.349Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T21:17:09.349Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-17T21:17:09.350Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1e68bf9d-aa52-40d7-b188-fff2500bc9f5
2023-02-17T21:17:09.350Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1e68bf9d-aa52-40d7-b188-fff2500bc9f5
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2023-02-17T21:17:09.353Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T21:17:09.354Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-02-17T21:17:09.354Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-17T21:17:09.355Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T21:17:09.355Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-02-17T21:17:09.355Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-17T21:17:09.355Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T21:17:09.356Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2023-02-17T21:17:09.356Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2023-02-17T21:17:09.356Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=6f5eec5f-bd85-4725-8b35-cc4d35cfcf88
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-02-17T21:17:09.360Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T21:17:09.360Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-02-17T21:17:09.361Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-17T21:17:09.361Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T21:17:09.361Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-02-17T21:17:09.361Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=91e7c5bc-c5da-4621-993f-824501c5a17d
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-17T21:17:09.364Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T21:17:09.364Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T21:17:09.364Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid f1e3aae5-dadc-453a-a6bb-8bdf2c8f0a37: basic_cnf
2023-02-17T21:17:09.364Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T21:17:09.365Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T21:17:09.365Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T21:17:09.365Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T21:17:09.365Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T21:17:09.365Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T21:17:09.366Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T21:17:09.366Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T21:17:09.366Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T21:17:09.366Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T21:17:09.367Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||INFO|500||Saving Service: basic_cnf 
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: 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 vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-17T21:17:09.477Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 878efdd0-f06f-484a-afe7-d812d6ee32c4 1 ASDC deployResourceStructure
2023-02-17T21:17:09.478Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2023-02-17T21:17:09.478Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2023-02-17T21:17:09.479Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-02-17T21:17:09.479Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-17T21:17:09.482Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T21:17:09.482Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676668629477,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2023-02-17T21:17:09.582Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-17T21:17:09.583Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T21:17:09.583Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T21:17:09.593Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:17:09.594Z||pool-55-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2023-02-17T21:17:10.483Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2023-02-17T21:17:10.484Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2023-02-17T21:17:10.484Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-02-17T21:17:10.485Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-17T21:17:10.488Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T21:17:10.488Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676668630483,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2023-02-17T21:17:10.588Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-17T21:17:10.589Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T21:17:10.589Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T21:17:10.602Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:17:10.603Z||pool-56-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-02-17T21:17:11.490Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2023-02-17T21:17:11.491Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2023-02-17T21:17:11.491Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-17T21:17:11.492Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-17T21:17:11.494Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T21:17:11.495Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676668631490,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-17T21:17:11.595Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-17T21:17:11.596Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T21:17:11.596Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T21:17:11.606Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:17:11.607Z||pool-57-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2023-02-17T21:17:12.496Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2023-02-17T21:17:12.496Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2023-02-17T21:17:12.496Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-17T21:17:12.496Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-17T21:17:12.499Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T21:17:12.499Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676668632496,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2023-02-17T21:17:12.600Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-17T21:17:12.600Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T21:17:12.601Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T21:17:12.611Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:17:12.612Z||pool-58-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2023-02-17T21:17:13.502Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2023-02-17T21:17:13.503Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2023-02-17T21:17:13.503Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-17T21:17:13.504Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-17T21:17:13.506Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T21:17:13.506Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676668633502,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2023-02-17T21:17:13.607Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-17T21:17:13.608Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T21:17:13.608Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T21:17:13.620Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:17:13.621Z||pool-59-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-02-17T21:17:14.508Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2023-02-17T21:17:14.508Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2023-02-17T21:17:14.508Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-17T21:17:14.509Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-17T21:17:14.511Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T21:17:14.511Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676668634508,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-17T21:17:14.612Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-17T21:17:14.613Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T21:17:14.613Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T21:17:14.635Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:17:14.636Z||pool-60-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2023-02-17T21:17:15.513Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5461d56c-e3fa-4002-aa9d-93e6f113bc35
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-17T21:17:15.544Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5461d56c-e3fa-4002-aa9d-93e6f113bc35
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-17T21:17:15.552Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-17T21:17:15.552Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-17T21:17:15.552Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-17T21:17:15.552Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-17T21:17:15.553Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-17T21:17:15.553Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-17T21:17:15.553Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-17T21:17:15.553Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-17T21:17:15.554Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-17T21:17:15.554Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-17T21:17:15.565Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-17T21:17:45.565Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5461d56c-e3fa-4002-aa9d-93e6f113bc35 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-02-17T21:17:45.582Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5461d56c-e3fa-4002-aa9d-93e6f113bc35 and serviceModelVersionId: f1e3aae5-dadc-453a-a6bb-8bdf2c8f0a37
2023-02-17T21:17:45.583Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a7c0cd81-f939-4c19-9277-d399303165c9
2023-02-17T21:17:45.584Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a7c0cd81-f939-4c19-9277-d399303165c9/model-vers/model-ver/f1e3aae5-dadc-453a-a6bb-8bdf2c8f0a37?depth=0
2023-02-17T21:17:45.595Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2023-02-17T21:17:45.685Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7c0cd81-f939-4c19-9277-d399303165c9/model-vers/model-ver/f1e3aae5-dadc-453a-a6bb-8bdf2c8f0a37?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-02-17T21:17:45.688Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7c0cd81-f939-4c19-9277-d399303165c9/model-vers/model-ver/f1e3aae5-dadc-453a-a6bb-8bdf2c8f0a37?depth=0|INFO|500||Invoke
2023-02-17T21:17:45.727Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7c0cd81-f939-4c19-9277-d399303165c9/model-vers/model-ver/f1e3aae5-dadc-453a-a6bb-8bdf2c8f0a37?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-02-17T21:17:45.848Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7c0cd81-f939-4c19-9277-d399303165c9/model-vers/model-ver/f1e3aae5-dadc-453a-a6bb-8bdf2c8f0a37?depth=0|INFO|500||InvokeReturn
2023-02-17T21:17:45.849Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7c0cd81-f939-4c19-9277-d399303165c9/model-vers/model-ver/f1e3aae5-dadc-453a-a6bb-8bdf2c8f0a37?depth=0 has http status code:200 and response headers:{date=[Fri, 17 Feb 2023 21:17:45 GMT], content-length=[0], vertex-id=[585800], x-aai-txid=[0-aai-resources-230217-21:17:45:735-88133], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-17T21:17:45.849Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2023-02-17T21:17:45.849Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-17T21:17:45.849Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-17T21:17:45.857Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-02-17T21:17:45.858Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5461d56c-e3fa-4002-aa9d-93e6f113bc35 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-17T21:17:45.858Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-17T21:17:45.859Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-17T21:17:45.863Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T21:17:45.863Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676668665858,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-17T21:17:45.963Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-17T21:17:45.964Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T21:17:45.965Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T21:17:45.985Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:17:45.986Z||pool-61-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: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-02-17T21:17:46.893Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-17T21:17:46.893Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"a62aa004-3adb-4b09-b46f-f3e3773f1cb1","serviceName":"Demo_pNF_xrPOOAPPisvS315t28vn","serviceVersion":"1.0","serviceUUID":"3bb625b6-e6a5-4bd4-9b31-03d02079cba6","serviceDescription":"catalog service description","serviceInvariantUUID":"ce3933af-968c-4eb6-9323-a2510111eb28","resources":[{"resourceInstanceName":"pNF a56b2a03-1b56 0","resourceName":"pNF a56b2a03-1b56","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"e378b7e6-fb1d-4538-894b-1307825bafdd","resourceInvariantUUID":"d1164a6f-34a1-4fa9-b5d1-e62e11f8565d","resourceCustomizationUUID":"de888fc3-0948-40f2-bec4-966498f02ab3","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXrpooappisvs315t28vn/1.0/resourceInstances/pnfa56b2a031b560/artifacts/vf-license-model.xml","artifactChecksum":"ZDAzMzA3NjQ3YzZmZWY1NWI4Y2JjMDk4ZGVkY2FkZTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a6e69c95-458a-4fbb-aa23-f21586b26268","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXrpooappisvs315t28vn/1.0/resourceInstances/pnfa56b2a031b560/artifacts/pNF.csar","artifactChecksum":"MTIxZjlmY2VjMjUxMmRhZTNmMjA4N2YxZWQyODQ3ZDM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8111576d-4792-456d-91ac-a6a63311a1de","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXrpooappisvs315t28vn/1.0/resourceInstances/pnfa56b2a031b560/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1528b531-0a88-4c3b-ad22-011beb43f9eb","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXrpooappisvs315t28vn/1.0/resourceInstances/pnfa56b2a031b560/artifacts/vendor-license-model.xml","artifactChecksum":"ZGIyM2VhYjZhYTA2ZjFlZThlZGFjNjRiMmU3MDU4ZTQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"79f7ca4e-afe2-4d56-864d-4d8c39f4125c","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfXrpooappisvs315t28vn/1.0/resourceInstances/pnfa56b2a031b560/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"aa3388e6-cffa-409d-b7db-b059d1fde64c","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfXrpooappisvs315t28vn/1.0/resourceInstances/pnfa56b2a031b560/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"332f816a-39ae-4799-be8e-fa8909209ecf","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfXrpooappisvs315t28vn-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXrpooappisvs315t28vn/1.0/artifacts/service-DemoPnfXrpooappisvs315t28vn-template.yml","artifactChecksum":"YzU5MzEyZTMxYTc4OGJlMDRmNjI2ZWJlNzgzNWY1NzE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"aace8330-443a-4d72-b474-fa8e06ab335e","artifactVersion":"1"},{"artifactName":"service-DemoPnfXrpooappisvs315t28vn-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfXrpooappisvs315t28vn/1.0/artifacts/service-DemoPnfXrpooappisvs315t28vn-csar.csar","artifactChecksum":"MTFiNmFiMTg4Y2JkMzgwMmZmODY5MGIzMzIxYWNiMTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"52ed3ed1-6580-4dca-a3f6-c505d3238210","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-17T21:17:46.894Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-17T21:17:46.894Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-17T21:17:46.896Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T21:17:46.896Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "a62aa004-3adb-4b09-b46f-f3e3773f1cb1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676668607395,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXrpooappisvs315t28vn/1.0/resourceInstances/pnfa56b2a031b560/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:17:46.997Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-17T21:17:46.999Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T21:17:46.999Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T21:17:47.011Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:17:47.013Z||pool-62-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-02-17T21:17:47.897Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-17T21:17:47.898Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-17T21:17:47.906Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T21:17:47.907Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "a62aa004-3adb-4b09-b46f-f3e3773f1cb1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676668607395,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXrpooappisvs315t28vn/1.0/resourceInstances/pnfa56b2a031b560/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:17:48.001Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2023-02-17T21:17:48.002Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T21:17:48.003Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T21:17:48.015Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:17:48.016Z||pool-63-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2023-02-17T21:17:48.907Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-17T21:17:48.909Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-17T21:17:48.912Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T21:17:48.912Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "a62aa004-3adb-4b09-b46f-f3e3773f1cb1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676668607395,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXrpooappisvs315t28vn/1.0/resourceInstances/pnfa56b2a031b560/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:17:49.015Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2023-02-17T21:17:49.017Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T21:17:49.017Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T21:17:49.028Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:17:49.029Z||pool-64-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-02-17T21:17:49.915Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-17T21:17:49.916Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-17T21:17:49.919Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T21:17:49.919Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "a62aa004-3adb-4b09-b46f-f3e3773f1cb1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676668607395,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXrpooappisvs315t28vn/1.0/resourceInstances/pnfa56b2a031b560/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:17:50.019Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-17T21:17:50.020Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T21:17:50.020Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T21:17:50.032Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:17:50.033Z||pool-65-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-02-17T21:17:50.920Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-17T21:17:50.921Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-17T21:17:50.924Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T21:17:50.924Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "a62aa004-3adb-4b09-b46f-f3e3773f1cb1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676668607395,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXrpooappisvs315t28vn/1.0/resourceInstances/pnfa56b2a031b560/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:17:51.024Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-17T21:17:51.025Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T21:17:51.025Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T21:17:51.040Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:17:51.041Z||pool-66-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2023-02-17T21:17:51.925Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-17T21:17:51.925Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-17T21:17:51.929Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T21:17:51.930Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "a62aa004-3adb-4b09-b46f-f3e3773f1cb1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676668607395,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXrpooappisvs315t28vn/1.0/resourceInstances/pnfa56b2a031b560/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:17:52.029Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-02-17T21:17:52.031Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T21:17:52.031Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T21:17:52.046Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:17:52.047Z||pool-67-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2023-02-17T21:17:52.931Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-17T21:17:52.931Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-17T21:17:52.940Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T21:17:52.940Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "a62aa004-3adb-4b09-b46f-f3e3773f1cb1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676668607395,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXrpooappisvs315t28vn/1.0/artifacts/service-DemoPnfXrpooappisvs315t28vn-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:17:53.037Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2023-02-17T21:17:53.038Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T21:17:53.038Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T21:17:53.051Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:17:53.052Z||pool-68-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2023-02-17T21:17:53.941Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-17T21:17:53.942Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-17T21:17:53.944Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T21:17:53.944Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "a62aa004-3adb-4b09-b46f-f3e3773f1cb1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676668607395,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXrpooappisvs315t28vn/1.0/artifacts/service-DemoPnfXrpooappisvs315t28vn-csar.csar",
  "status": "NOTIFIED"
}
2023-02-17T21:17:54.045Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-02-17T21:17:54.046Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T21:17:54.046Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T21:17:54.058Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:17:54.058Z||pool-69-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2023-02-17T21:17:54.946Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "a62aa004-3adb-4b09-b46f-f3e3773f1cb1",
  "serviceName": "Demo_pNF_xrPOOAPPisvS315t28vn",
  "serviceVersion": "1.0",
  "serviceUUID": "3bb625b6-e6a5-4bd4-9b31-03d02079cba6",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "ce3933af-968c-4eb6-9323-a2510111eb28",
  "resources": [
    {
      "resourceInstanceName": "pNF a56b2a03-1b56 0",
      "resourceCustomizationUUID": "de888fc3-0948-40f2-bec4-966498f02ab3",
      "resourceName": "pNF a56b2a03-1b56",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "e378b7e6-fb1d-4538-894b-1307825bafdd",
      "resourceInvariantUUID": "d1164a6f-34a1-4fa9-b5d1-e62e11f8565d",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfXrpooappisvs315t28vn-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfXrpooappisvs315t28vn/1.0/artifacts/service-DemoPnfXrpooappisvs315t28vn-csar.csar",
      "artifactChecksum": "MTFiNmFiMTg4Y2JkMzgwMmZmODY5MGIzMzIxYWNiMTA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "52ed3ed1-6580-4dca-a3f6-c505d3238210"
    }
  ],
  "workloadContext": "Production"
}
2023-02-17T21:17:54.946Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-17T21:17:54.946Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 3bb625b6-e6a5-4bd4-9b31-03d02079cba6 ASDC
2023-02-17T21:17:54.947Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:a62aa004-3adb-4b09-b46f-f3e3773f1cb1
ServiceName:Demo_pNF_xrPOOAPPisvS315t28vn
ServiceVersion:1.0
ServiceUUID:3bb625b6-e6a5-4bd4-9b31-03d02079cba6
ServiceInvariantUUID:ce3933af-968c-4eb6-9323-a2510111eb28
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfXrpooappisvs315t28vn-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfXrpooappisvs315t28vn/1.0/artifacts/service-DemoPnfXrpooappisvs315t28vn-csar.csar
ArtifactUUID:52ed3ed1-6580-4dca-a3f6-c505d3238210
ArtifactChecksum:MTFiNmFiMTg4Y2JkMzgwMmZmODY5MGIzMzIxYWNiMTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF a56b2a03-1b56 0
ResourceCustomizationUUID:de888fc3-0948-40f2-bec4-966498f02ab3
ResourceInvariantUUID:d1164a6f-34a1-4fa9-b5d1-e62e11f8565d
ResourceName:pNF a56b2a03-1b56
ResourceType:PNF
ResourceUUID:e378b7e6-fb1d-4538-894b-1307825bafdd
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-02-17T21:17:54.947Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3bb625b6-e6a5-4bd4-9b31-03d02079cba6 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-02-17T21:17:55.010Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-17T21:17:55.011Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-02-17T21:17:55.011Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-02-17T21:17:55.011Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 52ed3ed1-6580-4dca-a3f6-c505d3238210 from URL: /sdc/v1/catalog/services/DemoPnfXrpooappisvs315t28vn/1.0/artifacts/service-DemoPnfXrpooappisvs315t28vn-csar.csar
2023-02-17T21:17:55.011Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-02-17T21:17:55.012Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfXrpooappisvs315t28vn/1.0/artifacts/service-DemoPnfXrpooappisvs315t28vn-csar.csar
2023-02-17T21:17:55.141Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-02-17T21:17:55.148Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfXrpooappisvs315t28vn/1.0/artifacts/service-DemoPnfXrpooappisvs315t28vn-csar.csar 52ed3ed1-6580-4dca-a3f6-c505d3238210 87766
2023-02-17T21:17:55.149Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfXrpooappisvs315t28vn/1.0/artifacts/service-DemoPnfXrpooappisvs315t28vn-csar.csar ASDC sendASDCNotification
2023-02-17T21:17:55.149Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfXrpooappisvs315t28vn/1.0/artifacts/service-DemoPnfXrpooappisvs315t28vn-csar.csar
2023-02-17T21:17:55.150Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-17T21:17:55.151Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-17T21:17:55.156Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T21:17:55.157Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "a62aa004-3adb-4b09-b46f-f3e3773f1cb1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676668675149,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXrpooappisvs315t28vn/1.0/artifacts/service-DemoPnfXrpooappisvs315t28vn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-17T21:17:55.257Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-17T21:17:55.258Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T21:17:55.258Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T21:17:55.271Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:17:55.272Z||pool-70-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-02-17T21:17:56.157Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-17T21:17:56.159Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-02-17T21:17:56.160Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 52ed3ed1-6580-4dca-a3f6-c505d3238210, URL: /sdc/v1/catalog/services/DemoPnfXrpooappisvs315t28vn/1.0/artifacts/service-DemoPnfXrpooappisvs315t28vn-csar.csar to file: /app/ASDC/1/service-DemoPnfXrpooappisvs315t28vn-csar.csar
2023-02-17T21:17:56.160Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfXrpooappisvs315t28vn-csar.csar
2023-02-17T21:17:56.161Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfXrpooappisvs315t28vn-csar.csar
2023-02-17T21:17:56.161Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfXrpooappisvs315t28vn-csar.csar
2023-02-17T21:17:56.382Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12299403255151104331/Definitions/service-DemoPnfXrpooappisvs315t28vn-template.yml
2023-02-17T21:17:57.782Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-17T21:17:57.783Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-02-17T21:17:57.783Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfXrpooappisvs315t28vn-csar.csar
2023-02-17T21:17:57.783Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-02-17T21:17:57.784Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||||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-DemoPnfXrpooappisvs315t28vn-csar.csar
2023-02-17T21:17:57.784Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfXrpooappisvs315t28vn-csar.csar
2023-02-17T21:17:57.784Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||||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-DemoPnfXrpooappisvs315t28vn-csar.csar
2023-02-17T21:17:57.785Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfXrpooappisvs315t28vn-csar.csar
2023-02-17T21:17:57.785Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfXrpooappisvs315t28vn-csar.csar
2023-02-17T21:17:57.785Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF a56b2a03-1b56 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-DemoPnfXrpooappisvs315t28vn-csar.csar
2023-02-17T21:17:57.785Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfXrpooappisvs315t28vn-csar.csar
2023-02-17T21:17:57.785Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-02-17T21:17:57.786Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T21:17:57.786Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_xrPOOAPPisvS315t28vn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T21:17:57.786Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||||DEBUG|500||Node template pNF a56b2a03-1b56 0 is matching search criteria
2023-02-17T21:17:57.787Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-02-17T21:17:57.787Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF a56b2a03-1b56 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-17T21:17:57.787Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T21:17:57.787Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_xrPOOAPPisvS315t28vn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T21:17:57.788Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||||DEBUG|500||Node template pNF a56b2a03-1b56 0 is matching search criteria
2023-02-17T21:17:57.788Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-02-17T21:17:57.788Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF a56b2a03-1b56 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-17T21:17:57.789Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T21:17:57.789Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_xrPOOAPPisvS315t28vn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T21:17:57.789Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T21:17:57.789Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_xrPOOAPPisvS315t28vn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T21:17:57.789Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T21:17:57.790Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_xrPOOAPPisvS315t28vn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T21:17:57.790Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T21:17:57.790Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_xrPOOAPPisvS315t28vn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T21:17:57.790Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T21:17:57.791Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_xrPOOAPPisvS315t28vn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T21:17:57.791Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_xrPOOAPPisvS315t28vn
Description:catalog service description
Model UUID:3bb625b6-e6a5-4bd4-9b31-03d02079cba6
Model Version:NULL
Model InvariantUuid:ce3933af-968c-4eb6-9323-a2510111eb28
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-02-17T21:17:57.803Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: e378b7e6-fb1d-4538-894b-1307825bafdd
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-17T21:17:57.810Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||||INFO|500||pNF a56b2a03-1b56 0
2023-02-17T21:17:57.811Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: e378b7e6-fb1d-4538-894b-1307825bafdd
2023-02-17T21:17:57.812Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 3bb625b6-e6a5-4bd4-9b31-03d02079cba6
2023-02-17T21:17:57.812Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 3bb625b6-e6a5-4bd4-9b31-03d02079cba6
2023-02-17T21:17:57.812Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF a56b2a03-1b56 0 e378b7e6-fb1d-4538-894b-1307825bafdd ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-17T21:17:57.821Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3468685c, org.onap.sdc.toscaparser.api.parameters.Input@4ea56915, org.onap.sdc.toscaparser.api.parameters.Input@2092fe0d, org.onap.sdc.toscaparser.api.parameters.Input@43a7a9db, org.onap.sdc.toscaparser.api.parameters.Input@34fa037b]
2023-02-17T21:17:57.821Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T21:17:57.821Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_xrPOOAPPisvS315t28vn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T21:17:57.822Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 3bb625b6-e6a5-4bd4-9b31-03d02079cba6: pNF a56b2a03-1b56
2023-02-17T21:17:57.822Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||||INFO|500||Processing PNF resource: e378b7e6-fb1d-4538-894b-1307825bafdd
2023-02-17T21:17:57.822Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T21:17:57.823Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_xrPOOAPPisvS315t28vn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T21:17:57.824Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||||INFO|500||Resource customization UUID: de888fc3-0948-40f2-bec4-966498f02ab3 is the same as notified resource customizationUUID: de888fc3-0948-40f2-bec4-966498f02ab3
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-02-17T21:17:57.907Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF a56b2a03-1b56 e378b7e6-fb1d-4538-894b-1307825bafdd 0 ASDC deployResourceStructure
2023-02-17T21:17:57.908Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfXrpooappisvs315t28vn/1.0/artifacts/service-DemoPnfXrpooappisvs315t28vn-csar.csar ASDC sendASDCNotification
2023-02-17T21:17:57.908Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfXrpooappisvs315t28vn/1.0/artifacts/service-DemoPnfXrpooappisvs315t28vn-csar.csar
2023-02-17T21:17:57.908Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-17T21:17:57.909Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-17T21:17:57.911Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T21:17:57.911Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "a62aa004-3adb-4b09-b46f-f3e3773f1cb1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676668677908,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXrpooappisvs315t28vn/1.0/artifacts/service-DemoPnfXrpooappisvs315t28vn-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-17T21:17:58.012Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-17T21:17:58.013Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T21:17:58.013Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T21:17:58.025Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:17:58.026Z||pool-71-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2023-02-17T21:17:58.913Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a62aa004-3adb-4b09-b46f-f3e3773f1cb1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-17T21:17:58.930Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a62aa004-3adb-4b09-b46f-f3e3773f1cb1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-17T21:17:58.937Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-17T21:17:58.938Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-17T21:17:58.938Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-17T21:18:00.627Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:18:00.628Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T21:18:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T21:18:00.660Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:18:00.663Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:18:00.663Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1676668558516,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-02-17T21:18:00.664Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:18:00.664Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:18:00.665Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14",
  "consumerID": "cds",
  "timestamp": 1676668561971,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:18:00.665Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:18:00.665Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:18:00.665Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62aa004-3adb-4b09-b46f-f3e3773f1cb1",
  "consumerID": "aai-ml",
  "timestamp": 1676668561497,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXrpooappisvs315t28vn/1.0/resourceInstances/pnfa56b2a031b560/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:18:00.665Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:18:00.665Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:18:00.665Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1676668558516,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:18:00.665Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:18:00.665Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:18:00.666Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14",
  "consumerID": "cds",
  "timestamp": 1676668561971,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:18:00.666Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:18:00.666Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:18:00.666Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62aa004-3adb-4b09-b46f-f3e3773f1cb1",
  "consumerID": "aai-ml",
  "timestamp": 1676668561497,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXrpooappisvs315t28vn/1.0/resourceInstances/pnfa56b2a031b560/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:18:00.666Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:18:00.666Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:18:00.666Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1676668558516,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-02-17T21:18:00.666Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:18:00.667Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:18:00.667Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14",
  "consumerID": "cds",
  "timestamp": 1676668561971,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:18:00.667Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:18:00.667Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:18:00.667Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62aa004-3adb-4b09-b46f-f3e3773f1cb1",
  "consumerID": "aai-ml",
  "timestamp": 1676668561497,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXrpooappisvs315t28vn/1.0/resourceInstances/pnfa56b2a031b560/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:18:00.667Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:18:00.667Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:18:00.667Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1676668558516,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:18:00.667Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:18:00.667Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:18:00.668Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62aa004-3adb-4b09-b46f-f3e3773f1cb1",
  "consumerID": "aai-ml",
  "timestamp": 1676668561497,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXrpooappisvs315t28vn/1.0/resourceInstances/pnfa56b2a031b560/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:18:00.668Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:18:00.668Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:18:00.668Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14",
  "consumerID": "cds",
  "timestamp": 1676668561971,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:18:00.668Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:18:00.668Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:18:00.668Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1676668558516,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-02-17T21:18:00.668Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:18:00.668Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:18:00.668Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14",
  "consumerID": "cds",
  "timestamp": 1676668561971,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:18:00.668Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:18:00.669Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:18:00.669Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62aa004-3adb-4b09-b46f-f3e3773f1cb1",
  "consumerID": "aai-ml",
  "timestamp": 1676668561497,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXrpooappisvs315t28vn/1.0/resourceInstances/pnfa56b2a031b560/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:18:00.669Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:18:00.669Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:18:00.669Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1676668566311,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-17T21:18:00.669Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T21:18:00.669Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:18:00.669Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14",
  "consumerID": "cds",
  "timestamp": 1676668561971,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:18:00.669Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:18:00.670Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:18:00.670Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62aa004-3adb-4b09-b46f-f3e3773f1cb1",
  "consumerID": "aai-ml",
  "timestamp": 1676668561497,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXrpooappisvs315t28vn/1.0/resourceInstances/pnfa56b2a031b560/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:18:00.670Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:18:00.670Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:18:00.670Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1676668567401,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-17T21:18:00.670Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T21:18:00.670Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:18:00.670Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14",
  "consumerID": "cds",
  "timestamp": 1676668561971,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-02-17T21:18:00.670Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:18:00.671Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:18:00.671Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62aa004-3adb-4b09-b46f-f3e3773f1cb1",
  "consumerID": "aai-ml",
  "timestamp": 1676668561497,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXrpooappisvs315t28vn/1.0/artifacts/service-DemoPnfXrpooappisvs315t28vn-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:18:00.671Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:18:00.671Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:18:00.671Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1676668568503,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-02-17T21:18:00.671Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T21:18:00.671Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:18:00.671Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62aa004-3adb-4b09-b46f-f3e3773f1cb1",
  "consumerID": "aai-ml",
  "timestamp": 1676668561497,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXrpooappisvs315t28vn/1.0/artifacts/service-DemoPnfXrpooappisvs315t28vn-csar.csar",
  "status": "NOTIFIED"
}
2023-02-17T21:18:00.672Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:18:00.672Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:18:00.672Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14",
  "consumerID": "cds",
  "timestamp": 1676668569732,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-17T21:18:00.672Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T21:18:00.672Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:18:00.672Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1676668568911,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:18:00.672Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:18:00.673Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:18:00.673Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1676668569531,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-17T21:18:00.691Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14
2023-02-17T21:18:00.691Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-17T21:18:00.701Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:18:00.702Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14",
  "consumerID": "cds",
  "timestamp": 1676668570737,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-17T21:18:00.707Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14
2023-02-17T21:18:00.707Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-17T21:18:00.718Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:18:00.719Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62aa004-3adb-4b09-b46f-f3e3773f1cb1",
  "consumerID": "aai-ml",
  "timestamp": 1676668570278,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXrpooappisvs315t28vn/1.0/artifacts/service-DemoPnfXrpooappisvs315t28vn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-17T21:18:00.719Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T21:18:00.719Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:18:00.719Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1676668568911,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:18:00.719Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:18:00.720Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:18:00.720Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1676668570536,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-17T21:18:00.720Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T21:18:00.720Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:18:00.720Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1676668568911,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:18:00.720Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:18:00.720Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:18:00.720Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62aa004-3adb-4b09-b46f-f3e3773f1cb1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676668572136,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXrpooappisvs315t28vn/1.0/resourceInstances/pnfa56b2a031b560/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:18:00.720Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:18:00.721Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:18:00.721Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1676668568911,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:18:00.721Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:18:00.721Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:18:00.721Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62aa004-3adb-4b09-b46f-f3e3773f1cb1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676668572136,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXrpooappisvs315t28vn/1.0/resourceInstances/pnfa56b2a031b560/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:18:00.721Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:18:00.721Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:18:00.721Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1676668568911,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:18:00.722Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:18:00.722Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:18:00.722Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62aa004-3adb-4b09-b46f-f3e3773f1cb1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676668572136,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXrpooappisvs315t28vn/1.0/resourceInstances/pnfa56b2a031b560/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:18:00.722Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:18:00.722Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:18:00.722Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1676668568911,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:18:00.722Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:18:00.722Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:18:00.722Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62aa004-3adb-4b09-b46f-f3e3773f1cb1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676668572136,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXrpooappisvs315t28vn/1.0/resourceInstances/pnfa56b2a031b560/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:18:00.723Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:18:00.723Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:18:00.723Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62aa004-3adb-4b09-b46f-f3e3773f1cb1",
  "consumerID": "aai-ml",
  "timestamp": 1676668575444,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXrpooappisvs315t28vn/1.0/artifacts/service-DemoPnfXrpooappisvs315t28vn-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-17T21:18:00.723Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T21:18:00.723Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:18:00.723Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1676668568911,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:18:00.724Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:18:00.724Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:18:00.724Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62aa004-3adb-4b09-b46f-f3e3773f1cb1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676668572136,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXrpooappisvs315t28vn/1.0/resourceInstances/pnfa56b2a031b560/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:18:00.724Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:18:00.724Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:18:00.724Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62aa004-3adb-4b09-b46f-f3e3773f1cb1",
  "consumerID": "aai-ml",
  "timestamp": 1676668576449,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-17T21:18:00.731Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a62aa004-3adb-4b09-b46f-f3e3773f1cb1
2023-02-17T21:18:00.732Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a62aa004-3adb-4b09-b46f-f3e3773f1cb1 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-17T21:18:00.741Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:18:00.741Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62aa004-3adb-4b09-b46f-f3e3773f1cb1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676668572136,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXrpooappisvs315t28vn/1.0/resourceInstances/pnfa56b2a031b560/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:18:00.742Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:18:00.742Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:18:00.742Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14",
  "consumerID": "aai-ml",
  "timestamp": 1676668561497,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:18:00.742Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:18:00.742Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:18:00.742Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62aa004-3adb-4b09-b46f-f3e3773f1cb1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676668572136,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXrpooappisvs315t28vn/1.0/artifacts/service-DemoPnfXrpooappisvs315t28vn-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:18:00.742Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:18:00.743Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:18:00.743Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14",
  "consumerID": "aai-ml",
  "timestamp": 1676668561497,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:18:00.743Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:18:00.743Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:18:00.743Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62aa004-3adb-4b09-b46f-f3e3773f1cb1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676668572136,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXrpooappisvs315t28vn/1.0/artifacts/service-DemoPnfXrpooappisvs315t28vn-csar.csar",
  "status": "NOTIFIED"
}
2023-02-17T21:18:00.743Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:18:00.744Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:18:00.744Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14",
  "consumerID": "aai-ml",
  "timestamp": 1676668561497,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:18:00.744Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:18:00.744Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:18:00.744Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62aa004-3adb-4b09-b46f-f3e3773f1cb1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676668580892,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXrpooappisvs315t28vn/1.0/artifacts/service-DemoPnfXrpooappisvs315t28vn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-17T21:18:00.744Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T21:18:00.744Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:18:00.744Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14",
  "consumerID": "aai-ml",
  "timestamp": 1676668561497,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:18:00.744Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:18:00.744Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:18:00.745Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14",
  "consumerID": "aai-ml",
  "timestamp": 1676668561497,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:18:00.745Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:18:00.745Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:18:00.745Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62aa004-3adb-4b09-b46f-f3e3773f1cb1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676668582871,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXrpooappisvs315t28vn/1.0/artifacts/service-DemoPnfXrpooappisvs315t28vn-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-17T21:18:00.745Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T21:18:00.745Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:18:00.745Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14",
  "consumerID": "aai-ml",
  "timestamp": 1676668561497,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:18:00.745Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:18:00.745Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:18:00.745Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62aa004-3adb-4b09-b46f-f3e3773f1cb1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676668583875,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-17T21:18:00.753Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a62aa004-3adb-4b09-b46f-f3e3773f1cb1
2023-02-17T21:18:00.753Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a62aa004-3adb-4b09-b46f-f3e3773f1cb1 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-17T21:18:00.763Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:18:00.763Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14",
  "consumerID": "aai-ml",
  "timestamp": 1676668561497,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-02-17T21:18:00.763Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:18:00.763Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:18:00.763Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676668572136,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:18:00.764Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:18:00.764Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:18:00.764Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14",
  "consumerID": "aai-ml",
  "timestamp": 1676668584556,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-17T21:18:00.764Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T21:18:00.764Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:18:00.764Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676668572136,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:18:00.764Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:18:00.764Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:18:00.764Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676668572136,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:18:00.765Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:18:00.765Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:18:00.765Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676668572136,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:18:00.765Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:18:00.765Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:18:00.765Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676668572136,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:18:00.765Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:18:00.765Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:18:00.765Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676668572136,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:18:00.765Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:18:00.765Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:18:00.766Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676668572136,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-02-17T21:18:00.766Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:18:00.766Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:18:00.766Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676668592140,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-17T21:18:00.766Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T21:18:00.766Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:18:00.766Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14",
  "consumerID": "aai-ml",
  "timestamp": 1676668592909,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-17T21:18:00.766Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T21:18:00.766Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:18:00.766Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676668594422,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-17T21:18:00.767Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T21:18:00.767Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:18:00.767Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14",
  "consumerID": "aai-ml",
  "timestamp": 1676668593913,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-17T21:18:00.773Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14
2023-02-17T21:18:00.773Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-17T21:18:00.782Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:18:00.783Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676668595425,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-17T21:18:00.788Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14
2023-02-17T21:18:00.788Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-17T21:18:00.801Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:18:00.801Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12806684-1820-48dc-ae24-b8374736332c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676668606365,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-17T21:18:00.801Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T21:18:00.801Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:18:00.801Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676668607395,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:18:00.802Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:18:00.802Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:18:00.802Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676668607395,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2023-02-17T21:18:00.802Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:18:00.802Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:18:00.802Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676668607395,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2023-02-17T21:18:00.802Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:18:00.802Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:18:00.803Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676668607395,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2023-02-17T21:18:00.803Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:18:00.803Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:18:00.803Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676668607395,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2023-02-17T21:18:00.803Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:18:00.803Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:18:00.803Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676668607395,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:18:00.804Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:18:00.804Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:18:00.804Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676668607395,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2023-02-17T21:18:00.804Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:18:00.804Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:18:00.804Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676668607395,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:18:00.804Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:18:00.805Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:18:00.805Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676668607395,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2023-02-17T21:18:00.805Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:18:28.938Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a62aa004-3adb-4b09-b46f-f3e3773f1cb1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-17T21:18:28.969Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a62aa004-3adb-4b09-b46f-f3e3773f1cb1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-17T21:18:28.978Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-17T21:18:28.978Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-17T21:18:28.978Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-17T21:18:28.978Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-17T21:18:28.978Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-17T21:18:28.979Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-17T21:18:28.979Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-17T21:18:28.979Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-17T21:18:28.979Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-17T21:18:28.979Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-17T21:18:28.990Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-17T21:18:58.990Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a62aa004-3adb-4b09-b46f-f3e3773f1cb1 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-02-17T21:18:58.998Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a62aa004-3adb-4b09-b46f-f3e3773f1cb1 and serviceModelVersionId: 3bb625b6-e6a5-4bd4-9b31-03d02079cba6
2023-02-17T21:18:58.999Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ce3933af-968c-4eb6-9323-a2510111eb28
2023-02-17T21:18:59.000Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ce3933af-968c-4eb6-9323-a2510111eb28/model-vers/model-ver/3bb625b6-e6a5-4bd4-9b31-03d02079cba6?depth=0
2023-02-17T21:18:59.004Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2023-02-17T21:18:59.066Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce3933af-968c-4eb6-9323-a2510111eb28/model-vers/model-ver/3bb625b6-e6a5-4bd4-9b31-03d02079cba6?depth=0|INFO|500||Invoke
2023-02-17T21:18:59.067Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce3933af-968c-4eb6-9323-a2510111eb28/model-vers/model-ver/3bb625b6-e6a5-4bd4-9b31-03d02079cba6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce3933af-968c-4eb6-9323-a2510111eb28/model-vers/model-ver/3bb625b6-e6a5-4bd4-9b31-03d02079cba6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a62aa004-3adb-4b09-b46f-f3e3773f1cb1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[85adc45d-75c2-4986-bafd-14f0c19d23e2], X-ECOMP-RequestID=[a62aa004-3adb-4b09-b46f-f3e3773f1cb1], X-TransactionId=[], X-ONAP-RequestID=[a62aa004-3adb-4b09-b46f-f3e3773f1cb1], Content-Type=[application/merge-patch+json]}
2023-02-17T21:18:59.095Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce3933af-968c-4eb6-9323-a2510111eb28/model-vers/model-ver/3bb625b6-e6a5-4bd4-9b31-03d02079cba6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-02-17T21:18:59.248Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce3933af-968c-4eb6-9323-a2510111eb28/model-vers/model-ver/3bb625b6-e6a5-4bd4-9b31-03d02079cba6?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/ce3933af-968c-4eb6-9323-a2510111eb28/model-vers/model-ver/3bb625b6-e6a5-4bd4-9b31-03d02079cba6?depth=0 has http status code:200 and response headers:{date=[Fri, 17 Feb 2023 21:18:59 GMT], content-length=[0], vertex-id=[450808], x-aai-txid=[2-aai-resources-230217-21:18:59:104-75136], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-17T21:18:59.249Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce3933af-968c-4eb6-9323-a2510111eb28/model-vers/model-ver/3bb625b6-e6a5-4bd4-9b31-03d02079cba6?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-02-17T21:18:59.250Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce3933af-968c-4eb6-9323-a2510111eb28/model-vers/model-ver/3bb625b6-e6a5-4bd4-9b31-03d02079cba6?depth=0|INFO|500||InvokeReturn
2023-02-17T21:18:59.251Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-17T21:18:59.251Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-17T21:18:59.258Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-02-17T21:18:59.258Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a62aa004-3adb-4b09-b46f-f3e3773f1cb1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-17T21:18:59.258Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-17T21:18:59.259Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-17T21:18:59.261Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T21:18:59.261Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "a62aa004-3adb-4b09-b46f-f3e3773f1cb1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676668739258,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-17T21:18:59.361Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-17T21:18:59.362Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T21:18:59.363Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T21:18:59.393Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:18:59.394Z||pool-72-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-02-17T21:19:00.282Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-17T21:19:00.282Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"9fe9b6f5-70bc-4144-93df-6d3f431e2b95","serviceDescription":"service","serviceInvariantUUID":"cdacf468-854a-4730-bafa-3017216cc54e","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"50fd6db9-ca27-45fe-b4dc-810c3bcf5c00","resourceInvariantUUID":"80918349-20c8-4559-8377-9892fd4f7933","resourceCustomizationUUID":"ad67691c-3c31-4c5b-9730-ea2ddd4eea03","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"YTBlNzY1ODU4ZGRlMjEyNTgwOTRmMTVhNzAzODZjZTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3fe37ac6-ad40-4c13-83ba-c4642908f64c","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"MzYyMDQ4NjEwZWM2MWJlMDg4NmUyMzkyYjMzZmNlMDA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"695f7ed0-65bd-4f01-9434-d5e7d41877fc","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f896148d-402e-4e51-9289-49549eea0864","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f923ecc4-4541-4ff9-88da-821c889b1832","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"1ad84a3a-590e-462e-8731-ac9b469ab067","artifactVersion":"2","generatedFromUUID":"f896148d-402e-4e51-9289-49549eea0864"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ODUyMzVkNDZkZmEyMDRjYTA0NzBkODIyODE2MjFiMTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"781f4a5b-db1e-4cb6-9036-2a4d529c9d06","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZTYyODFlOTE3OTkwNTBiMDQyMDMxYWU1Njk2ZTUxYzc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"17edbb43-1540-4534-bde2-ba04859d1118","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-17T21:19:00.282Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-17T21:19:00.283Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-17T21:19:00.285Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T21:19:00.285Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676668607395,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:19:00.385Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-17T21:19:00.386Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T21:19:00.386Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T21:19:00.398Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:19:00.399Z||pool-73-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-02-17T21:19:00.627Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:19:00.628Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T21:19:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T21:19:00.659Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:19:00.660Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:19:00.660Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676668621110,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-17T21:19:00.661Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T21:19:00.661Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:19:00.662Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676668623979,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2023-02-17T21:19:00.662Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T21:19:00.662Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:19:00.663Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676668625052,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2023-02-17T21:19:00.663Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T21:19:00.663Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:19:00.663Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676668626132,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-17T21:19:00.664Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T21:19:00.664Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:19:00.664Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676668627234,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-17T21:19:00.664Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T21:19:00.664Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:19:00.665Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676668628310,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2023-02-17T21:19:00.665Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T21:19:00.665Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:19:00.665Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676668629477,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2023-02-17T21:19:00.666Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T21:19:00.666Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:19:00.666Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676668630483,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2023-02-17T21:19:00.667Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T21:19:00.667Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:19:00.667Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676668631490,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-17T21:19:00.668Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T21:19:00.668Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:19:00.668Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676668632496,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2023-02-17T21:19:00.668Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T21:19:00.668Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:19:00.669Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676668633502,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2023-02-17T21:19:00.669Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T21:19:00.669Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:19:00.670Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676668634508,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-17T21:19:00.670Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T21:19:00.670Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:19:00.671Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676668665858,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-17T21:19:00.671Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T21:19:00.671Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:19:00.671Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62aa004-3adb-4b09-b46f-f3e3773f1cb1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676668607395,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXrpooappisvs315t28vn/1.0/resourceInstances/pnfa56b2a031b560/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:19:00.672Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:19:00.672Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:19:00.672Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62aa004-3adb-4b09-b46f-f3e3773f1cb1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676668607395,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXrpooappisvs315t28vn/1.0/resourceInstances/pnfa56b2a031b560/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:19:00.673Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:19:00.673Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:19:00.673Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62aa004-3adb-4b09-b46f-f3e3773f1cb1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676668607395,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXrpooappisvs315t28vn/1.0/resourceInstances/pnfa56b2a031b560/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:19:00.673Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:19:00.674Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:19:00.674Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62aa004-3adb-4b09-b46f-f3e3773f1cb1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676668607395,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXrpooappisvs315t28vn/1.0/resourceInstances/pnfa56b2a031b560/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:19:00.674Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:19:00.675Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:19:00.675Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62aa004-3adb-4b09-b46f-f3e3773f1cb1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676668607395,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXrpooappisvs315t28vn/1.0/resourceInstances/pnfa56b2a031b560/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:19:00.675Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:19:00.675Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:19:00.675Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62aa004-3adb-4b09-b46f-f3e3773f1cb1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676668607395,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXrpooappisvs315t28vn/1.0/resourceInstances/pnfa56b2a031b560/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:19:00.676Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:19:00.676Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:19:00.676Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62aa004-3adb-4b09-b46f-f3e3773f1cb1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676668607395,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXrpooappisvs315t28vn/1.0/artifacts/service-DemoPnfXrpooappisvs315t28vn-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:19:00.676Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:19:00.676Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:19:00.676Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62aa004-3adb-4b09-b46f-f3e3773f1cb1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676668607395,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXrpooappisvs315t28vn/1.0/artifacts/service-DemoPnfXrpooappisvs315t28vn-csar.csar",
  "status": "NOTIFIED"
}
2023-02-17T21:19:00.676Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:19:00.677Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:19:00.677Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62aa004-3adb-4b09-b46f-f3e3773f1cb1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676668675149,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXrpooappisvs315t28vn/1.0/artifacts/service-DemoPnfXrpooappisvs315t28vn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-17T21:19:00.677Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T21:19:00.677Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:19:00.677Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62aa004-3adb-4b09-b46f-f3e3773f1cb1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676668677908,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXrpooappisvs315t28vn/1.0/artifacts/service-DemoPnfXrpooappisvs315t28vn-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-17T21:19:00.677Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T21:19:01.286Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-17T21:19:01.287Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-17T21:19:01.289Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T21:19:01.289Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676668607395,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-02-17T21:19:01.389Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-17T21:19:01.390Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T21:19:01.390Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T21:19:01.402Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:19:01.403Z||pool-74-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2023-02-17T21:19:02.289Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-17T21:19:02.290Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-17T21:19:02.293Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T21:19:02.293Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676668607395,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-02-17T21:19:02.393Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-17T21:19:02.395Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T21:19:02.395Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T21:19:02.409Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:19:02.410Z||pool-75-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2023-02-17T21:19:03.294Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-17T21:19:03.295Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-17T21:19:03.297Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T21:19:03.297Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676668607395,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:19:03.397Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-17T21:19:03.398Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T21:19:03.399Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T21:19:03.411Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:19:03.412Z||pool-76-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2023-02-17T21:19:04.298Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-17T21:19:04.299Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-17T21:19:04.301Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T21:19:04.302Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676668607395,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-02-17T21:19:04.402Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-17T21:19:04.403Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T21:19:04.403Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T21:19:04.416Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:19:04.417Z||pool-77-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2023-02-17T21:19:05.303Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-17T21:19:05.305Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-17T21:19:05.308Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T21:19:05.308Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676668607395,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:19:05.408Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-17T21:19:05.409Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T21:19:05.409Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T21:19:05.423Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:19:05.423Z||pool-78-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2023-02-17T21:19:06.309Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-17T21:19:06.310Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-17T21:19:06.312Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T21:19:06.312Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676668607395,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-02-17T21:19:06.414Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-02-17T21:19:06.415Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T21:19:06.416Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T21:19:06.427Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:19:06.428Z||pool-79-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-02-17T21:19:07.313Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "9fe9b6f5-70bc-4144-93df-6d3f431e2b95",
  "serviceDescription": "service",
  "serviceInvariantUUID": "cdacf468-854a-4730-bafa-3017216cc54e",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "ad67691c-3c31-4c5b-9730-ea2ddd4eea03",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "50fd6db9-ca27-45fe-b4dc-810c3bcf5c00",
      "resourceInvariantUUID": "80918349-20c8-4559-8377-9892fd4f7933",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_vm0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
          "artifactChecksum": "MzYyMDQ4NjEwZWM2MWJlMDg4NmUyMzkyYjMzZmNlMDA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "695f7ed0-65bd-4f01-9434-d5e7d41877fc",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
          "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "f896148d-402e-4e51-9289-49549eea0864",
          "generatedArtifact": {
            "artifactName": "base_ubuntu20.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
            "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "1ad84a3a-590e-462e-8731-ac9b469ab067",
            "generatedFromUUID": "f896148d-402e-4e51-9289-49549eea0864"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
          "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "1ad84a3a-590e-462e-8731-ac9b469ab067",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "ZTYyODFlOTE3OTkwNTBiMDQyMDMxYWU1Njk2ZTUxYzc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "17edbb43-1540-4534-bde2-ba04859d1118"
    }
  ],
  "workloadContext": "Production"
}
2023-02-17T21:19:07.314Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-17T21:19:07.314Z|a62aa004-3adb-4b09-b46f-f3e3773f1cb1|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9fe9b6f5-70bc-4144-93df-6d3f431e2b95 ASDC
2023-02-17T21:19:07.315Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:9fe9b6f5-70bc-4144-93df-6d3f431e2b95
ServiceInvariantUUID:cdacf468-854a-4730-bafa-3017216cc54e
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
ArtifactUUID:17edbb43-1540-4534-bde2-ba04859d1118
ArtifactChecksum:ZTYyODFlOTE3OTkwNTBiMDQyMDMxYWU1Njk2ZTUxYzc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:ad67691c-3c31-4c5b-9730-ea2ddd4eea03
ResourceInvariantUUID:80918349-20c8-4559-8377-9892fd4f7933
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:50fd6db9-ca27-45fe-b4dc-810c3bcf5c00
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
ArtifactUUID:695f7ed0-65bd-4f01-9434-d5e7d41877fc
ArtifactChecksum:MzYyMDQ4NjEwZWM2MWJlMDg4NmUyMzkyYjMzZmNlMDA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
ArtifactUUID:f896148d-402e-4e51-9289-49549eea0864
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:1ad84a3a-590e-462e-8731-ac9b469ab067
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:1ad84a3a-590e-462e-8731-ac9b469ab067
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-02-17T21:19:07.315Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9fe9b6f5-70bc-4144-93df-6d3f431e2b95 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-02-17T21:19:07.362Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-17T21:19:07.362Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-02-17T21:19:07.363Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-02-17T21:19:07.363Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 17edbb43-1540-4534-bde2-ba04859d1118 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-02-17T21:19:07.363Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-02-17T21:19:07.363Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-02-17T21:19:07.536Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-02-17T21:19:07.539Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 17edbb43-1540-4534-bde2-ba04859d1118 74801
2023-02-17T21:19:07.539Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-02-17T21:19:07.539Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-02-17T21:19:07.539Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-17T21:19:07.540Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-17T21:19:07.542Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T21:19:07.542Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676668747539,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-17T21:19:07.643Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-02-17T21:19:07.644Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T21:19:07.644Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T21:19:07.656Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:19:07.657Z||pool-80-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-02-17T21:19:08.543Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-17T21:19:08.544Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-02-17T21:19:08.544Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 17edbb43-1540-4534-bde2-ba04859d1118, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-02-17T21:19:08.545Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-02-17T21:19:08.545Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-02-17T21:19:08.545Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-02-17T21:19:08.726Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11955975871117102063/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2023-02-17T21:19:10.192Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-17T21:19:10.193Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-02-17T21:19:10.193Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-02-17T21:19:10.193Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-02-17T21:19:10.193Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-02-17T21:19:10.194Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-02-17T21:19:10.194Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 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-BasicVm-csar.csar
2023-02-17T21:19:10.194Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-02-17T21:19:10.194Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-02-17T21:19:10.194Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-02-17T21:19:10.195Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-02-17T21:19:10.195Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-02-17T21:19:10.195Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T21:19:10.195Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T21:19:10.195Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-02-17T21:19:10.196Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-02-17T21:19:10.196Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-17T21:19:10.196Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T21:19:10.196Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T21:19:10.196Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-02-17T21:19:10.197Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-02-17T21:19:10.197Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-17T21:19:10.197Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T21:19:10.197Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T21:19:10.198Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T21:19:10.198Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-02-17T21:19:10.198Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-02-17T21:19:10.198Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-02-17T21:19:10.198Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-02-17T21:19:10.199Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-02-17T21:19:10.199Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-02-17T21:19:10.199Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T21:19:10.200Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-17T21:19:10.200Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T21:19:10.201Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-02-17T21:19:10.201Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-17T21:19:10.201Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T21:19:10.201Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-02-17T21:19:10.202Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-17T21:19:10.202Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T21:19:10.202Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-02-17T21:19:10.202Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-17T21:19:10.202Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T21:19:10.203Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-02-17T21:19:10.203Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-02-17T21:19:10.203Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-02-17T21:19:10.203Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=5b686175-db3b-4e3d-b2de-3b12e25ec6a6
2023-02-17T21:19:10.203Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T21:19:10.204Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T21:19:10.204Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T21:19:10.204Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T21:19:10.204Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T21:19:10.205Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T21:19:10.205Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T21:19:10.205Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T21:19:10.205Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:9fe9b6f5-70bc-4144-93df-6d3f431e2b95
Model Version:NULL
Model InvariantUuid:cdacf468-854a-4730-bafa-3017216cc54e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:1566b162-0eb1-4056-b9af-2c29621eb272
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:80918349-20c8-4559-8377-9892fd4f7933
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:ad67691c-3c31-4c5b-9730-ea2ddd4eea03
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:55982677-97b5-442d-b921-3bb70e971834
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:fc69ff9e-0346-4ae1-9d73-7d7e137d61bc
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:5b686175-db3b-4e3d-b2de-3b12e25ec6a6
ModelInvariantUuid:80d61d1d-b9bd-4b95-b306-86c63690509b
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:c1107a28-a68d-4427-a916-2911671714b9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:cad51a8a-7b95-48ce-9599-4de3a7e9393d
ModelInvariantUuid:ed3c16c6-f1cc-4d58-96ee-9a73edfdc8ce
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:75e92443-3d6f-49ea-9ea3-f447aecb3090
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-02-17T21:19:10.214Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 50fd6db9-ca27-45fe-b4dc-810c3bcf5c00
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-17T21:19:10.219Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||INFO|500||basic_vm 0
2023-02-17T21:19:10.219Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 50fd6db9-ca27-45fe-b4dc-810c3bcf5c00
2023-02-17T21:19:10.219Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 695f7ed0-65bd-4f01-9434-d5e7d41877fc from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2023-02-17T21:19:10.220Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-02-17T21:19:10.220Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2023-02-17T21:19:10.305Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-02-17T21:19:10.306Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 695f7ed0-65bd-4f01-9434-d5e7d41877fc 787
2023-02-17T21:19:10.306Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2023-02-17T21:19:10.306Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2023-02-17T21:19:10.307Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-17T21:19:10.307Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-17T21:19:10.310Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T21:19:10.310Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676668750306,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-17T21:19:10.410Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-17T21:19:10.411Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T21:19:10.411Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T21:19:10.425Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:19:10.425Z||pool-81-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-02-17T21:19:11.312Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "55982677-97b5-442d-b921-3bb70e971834",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "fc69ff9e-0346-4ae1-9d73-7d7e137d61bc",
    "vfModuleModelCustomizationUUID": "b5d7927a-e7ab-49fd-9ac1-fe106309f87c",
    "isBase": true,
    "artifacts": [
      "f896148d-402e-4e51-9289-49549eea0864",
      "1ad84a3a-590e-462e-8731-ac9b469ab067"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-02-17T21:19:11.316Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:fc69ff9e-0346-4ae1-9d73-7d7e137d61bc
VfModuleModelInvariantUUID:55982677-97b5-442d-b921-3bb70e971834
VfModuleModelDescription:NULL
Artifacts UUID List:{
f896148d-402e-4e51-9289-49549eea0864
,
1ad84a3a-590e-462e-8731-ac9b469ab067

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

isBase:true


}

2023-02-17T21:19:11.318Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "55982677-97b5-442d-b921-3bb70e971834",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "fc69ff9e-0346-4ae1-9d73-7d7e137d61bc",
    "vfModuleModelCustomizationUUID": "b5d7927a-e7ab-49fd-9ac1-fe106309f87c",
    "isBase": true,
    "artifacts": [
      "f896148d-402e-4e51-9289-49549eea0864",
      "1ad84a3a-590e-462e-8731-ac9b469ab067"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-02-17T21:19:11.318Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:fc69ff9e-0346-4ae1-9d73-7d7e137d61bc
VfModuleModelInvariantUUID:55982677-97b5-442d-b921-3bb70e971834
VfModuleModelDescription:NULL
Artifacts UUID List:{
f896148d-402e-4e51-9289-49549eea0864
,
1ad84a3a-590e-462e-8731-ac9b469ab067

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

isBase:true


}

2023-02-17T21:19:11.318Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: f896148d-402e-4e51-9289-49549eea0864 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-02-17T21:19:11.319Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-02-17T21:19:11.319Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-02-17T21:19:11.447Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-02-17T21:19:11.448Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml f896148d-402e-4e51-9289-49549eea0864 5033
2023-02-17T21:19:11.448Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2023-02-17T21:19:11.448Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-02-17T21:19:11.449Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-17T21:19:11.449Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-17T21:19:11.451Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T21:19:11.452Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676668751448,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-17T21:19:11.552Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-17T21:19:11.553Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T21:19:11.553Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T21:19:11.568Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:19:11.568Z||pool-82-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2023-02-17T21:19:12.452Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 1ad84a3a-590e-462e-8731-ac9b469ab067 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-02-17T21:19:12.453Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-02-17T21:19:12.453Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-02-17T21:19:12.521Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-02-17T21:19:12.522Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 1ad84a3a-590e-462e-8731-ac9b469ab067 903
2023-02-17T21:19:12.522Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2023-02-17T21:19:12.522Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-02-17T21:19:12.522Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-17T21:19:12.523Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-17T21:19:12.524Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T21:19:12.524Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676668752522,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-02-17T21:19:12.625Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-17T21:19:12.625Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T21:19:12.626Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T21:19:12.636Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:19:12.637Z||pool-83-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2023-02-17T21:19:13.525Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 9fe9b6f5-70bc-4144-93df-6d3f431e2b95
2023-02-17T21:19:13.526Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 50fd6db9-ca27-45fe-b4dc-810c3bcf5c00 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-17T21:19:13.543Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@146813fd, org.onap.sdc.toscaparser.api.parameters.Input@45b6e48b, org.onap.sdc.toscaparser.api.parameters.Input@756dc787, org.onap.sdc.toscaparser.api.parameters.Input@e1fc3f0, org.onap.sdc.toscaparser.api.parameters.Input@5a3cde35]
2023-02-17T21:19:13.545Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T21:19:13.545Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T21:19:13.546Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2023-02-17T21:19:13.546Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= ad67691c-3c31-4c5b-9730-ea2ddd4eea03
2023-02-17T21:19:13.546Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ad67691c-3c31-4c5b-9730-ea2ddd4eea03 matches Tosca VF Customization UUID: ad67691c-3c31-4c5b-9730-ea2ddd4eea03
2023-02-17T21:19:13.546Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: ad67691c-3c31-4c5b-9730-ea2ddd4eea03  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2023-02-17T21:19:13.549Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T21:19:13.549Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T21:19:13.550Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id ad67691c-3c31-4c5b-9730-ea2ddd4eea03: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-02-17T21:19:13.550Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@436615e7
2023-02-17T21:19:13.550Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T21:19:13.551Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-17T21:19:13.551Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b5d7927a-e7ab-49fd-9ac1-fe106309f87c
2023-02-17T21:19:13.551Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b5d7927a-e7ab-49fd-9ac1-fe106309f87c
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2023-02-17T21:19:13.554Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T21:19:13.554Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-02-17T21:19:13.555Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-17T21:19:13.555Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T21:19:13.555Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-02-17T21:19:13.556Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-17T21:19:13.556Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T21:19:13.556Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-02-17T21:19:13.556Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-02-17T21:19:13.556Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-02-17T21:19:13.556Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=5b686175-db3b-4e3d-b2de-3b12e25ec6a6
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-02-17T21:19:13.559Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T21:19:13.559Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-02-17T21:19:13.559Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-17T21:19:13.559Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T21:19:13.559Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-02-17T21:19:13.560Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=ad67691c-3c31-4c5b-9730-ea2ddd4eea03
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-17T21:19:13.561Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T21:19:13.562Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T21:19:13.562Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 9fe9b6f5-70bc-4144-93df-6d3f431e2b95: basic_vm
2023-02-17T21:19:13.562Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T21:19:13.562Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T21:19:13.563Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T21:19:13.563Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T21:19:13.563Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T21:19:13.563Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T21:19:13.563Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T21:19:13.564Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T21:19:13.564Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T21:19:13.564Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T21:19:13.564Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-17T21:19:13.653Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 50fd6db9-ca27-45fe-b4dc-810c3bcf5c00 1 ASDC deployResourceStructure
2023-02-17T21:19:13.654Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2023-02-17T21:19:13.654Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2023-02-17T21:19:13.654Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-17T21:19:13.655Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-17T21:19:13.657Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T21:19:13.657Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676668753654,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-17T21:19:13.757Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-17T21:19:13.758Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T21:19:13.759Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T21:19:13.769Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:19:13.770Z||pool-84-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2023-02-17T21:19:14.658Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2023-02-17T21:19:14.659Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-02-17T21:19:14.659Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-17T21:19:14.659Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-17T21:19:14.661Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T21:19:14.661Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676668754658,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2023-02-17T21:19:14.762Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-02-17T21:19:14.763Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T21:19:14.763Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T21:19:14.774Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:19:14.775Z||pool-85-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-02-17T21:19:15.662Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2023-02-17T21:19:15.663Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-02-17T21:19:15.663Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-17T21:19:15.663Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-17T21:19:15.665Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T21:19:15.665Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676668755662,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2023-02-17T21:19:15.765Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-17T21:19:15.766Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T21:19:15.766Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T21:19:15.780Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:19:15.780Z||pool-86-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-02-17T21:19:16.666Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-02-17T21:19:16.666Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-02-17T21:19:16.667Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-17T21:19:16.667Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-17T21:19:16.669Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T21:19:16.669Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676668756666,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-17T21:19:16.769Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-17T21:19:16.770Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T21:19:16.771Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T21:19:16.784Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:19:16.785Z||pool-87-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2023-02-17T21:19:17.670Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-17T21:19:17.715Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-17T21:19:17.724Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-17T21:19:17.724Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-17T21:19:17.724Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-17T21:19:17.725Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-17T21:19:17.725Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-17T21:19:17.725Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-17T21:19:17.725Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-17T21:19:17.725Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-17T21:19:17.726Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-17T21:19:17.726Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-17T21:19:17.742Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-17T21:19:47.744Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-02-17T21:19:47.753Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14 and serviceModelVersionId: 9fe9b6f5-70bc-4144-93df-6d3f431e2b95
2023-02-17T21:19:47.753Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cdacf468-854a-4730-bafa-3017216cc54e
2023-02-17T21:19:47.754Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cdacf468-854a-4730-bafa-3017216cc54e/model-vers/model-ver/9fe9b6f5-70bc-4144-93df-6d3f431e2b95?depth=0
2023-02-17T21:19:47.760Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2023-02-17T21:19:47.816Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cdacf468-854a-4730-bafa-3017216cc54e/model-vers/model-ver/9fe9b6f5-70bc-4144-93df-6d3f431e2b95?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-02-17T21:19:47.818Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cdacf468-854a-4730-bafa-3017216cc54e/model-vers/model-ver/9fe9b6f5-70bc-4144-93df-6d3f431e2b95?depth=0|INFO|500||Invoke
2023-02-17T21:19:47.845Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cdacf468-854a-4730-bafa-3017216cc54e/model-vers/model-ver/9fe9b6f5-70bc-4144-93df-6d3f431e2b95?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-02-17T21:19:48.002Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cdacf468-854a-4730-bafa-3017216cc54e/model-vers/model-ver/9fe9b6f5-70bc-4144-93df-6d3f431e2b95?depth=0|INFO|500||InvokeReturn
2023-02-17T21:19:48.003Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cdacf468-854a-4730-bafa-3017216cc54e/model-vers/model-ver/9fe9b6f5-70bc-4144-93df-6d3f431e2b95?depth=0 has http status code:200 and response headers:{date=[Fri, 17 Feb 2023 21:19:47 GMT], content-length=[0], vertex-id=[630856], x-aai-txid=[2-aai-resources-230217-21:19:47:856-45825], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-17T21:19:48.003Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2023-02-17T21:19:48.003Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-17T21:19:48.003Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-17T21:19:48.012Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-02-17T21:19:48.012Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-17T21:19:48.012Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-17T21:19:48.012Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-17T21:19:48.014Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T21:19:48.014Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676668788012,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-17T21:19:48.115Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-02-17T21:19:48.116Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T21:19:48.116Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T21:19:48.145Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:19:48.146Z||pool-88-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: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-02-17T21:19:49.033Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:19:49.034Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T21:19:49.034Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T21:19:59.360Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:19:59.360Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:19:59.361Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T21:19:59.361Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T21:20:00.627Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:20:00.628Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T21:20:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T21:20:00.655Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:20:00.656Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:20:00.656Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62aa004-3adb-4b09-b46f-f3e3773f1cb1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676668739258,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-17T21:20:00.657Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T21:20:00.657Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:20:00.657Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676668607395,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:20:00.657Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:20:08.924Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:20:08.925Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:20:08.926Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T21:20:08.926Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T21:20:18.486Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:20:18.487Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:20:18.487Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T21:20:18.487Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T21:20:28.027Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:20:28.028Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:20:28.028Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T21:20:28.029Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T21:20:37.574Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:21:00.623Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:21:00.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-02-17T21:21:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T21:21:00.627Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:21:00.627Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T21:21:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T21:21:01.164Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:21:01.164Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:21:01.164Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676668607395,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-02-17T21:21:01.165Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:21:01.165Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:21:01.165Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676668607395,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-02-17T21:21:01.166Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:21:01.166Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:21:01.166Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676668607395,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:21:01.166Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:21:01.166Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:21:01.166Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676668607395,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-02-17T21:21:01.166Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:21:01.166Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:21:01.167Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676668607395,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:21:01.167Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:21:01.167Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:21:01.167Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676668607395,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-02-17T21:21:01.167Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:21:01.167Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:21:01.167Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676668747539,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-17T21:21:01.168Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T21:21:01.168Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:21:01.168Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676668750306,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-17T21:21:01.168Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T21:21:01.168Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:21:01.168Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676668751448,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-17T21:21:01.169Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T21:21:01.169Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:21:01.169Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676668752522,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-02-17T21:21:01.169Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T21:21:01.169Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:21:01.169Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676668753654,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-17T21:21:01.169Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T21:21:01.170Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:21:01.170Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676668754658,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2023-02-17T21:21:01.170Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T21:21:01.170Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:21:01.170Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676668755662,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2023-02-17T21:21:01.171Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T21:21:01.171Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:21:01.171Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676668756666,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-17T21:21:01.171Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T21:21:01.171Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:21:01.171Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676668788012,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-17T21:21:01.171Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T21:21:10.174Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:22:00.624Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:22:00.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-02-17T21:22:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T21:22:00.627Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:22:00.627Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T21:22:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T21:22:10.168Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:22:10.254Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:23:00.624Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:23:00.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-02-17T21:23:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T21:23:00.627Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:23:00.627Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T21:23:00.627Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T21:23:10.196Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:23:10.197Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:24:00.624Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:24:00.627Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:24:00.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-02-17T21:24:00.628Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T21:24:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T21:24:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T21:24:10.179Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:24:10.179Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:25:00.624Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:25:00.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-02-17T21:25:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T21:25:00.627Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:25:00.627Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T21:25:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T21:25:10.174Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:25:10.180Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:26:00.624Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:26:00.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-02-17T21:26:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T21:26:00.627Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:26:00.627Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T21:26:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T21:26:10.179Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:26:10.181Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:27:00.624Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:27:00.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-02-17T21:27:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T21:27:00.627Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:27:00.628Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T21:27:00.629Z|12806684-1820-48dc-ae24-b8374736332c|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T21:27:10.174Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:27:10.177Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:28:00.623Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:28:00.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-02-17T21:28:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T21:28:00.627Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:28:00.627Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T21:28:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T21:28:10.197Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:28:10.197Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:29:00.624Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:29:00.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-02-17T21:29:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T21:29:00.627Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:29:00.627Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T21:29:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T21:29:01.259Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:29:01.260Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-17T21:29:01.260Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"36a8e4cb-0fdf-41cf-a273-cb1b1ce58225","serviceName":"Demo_pNF_agS2KdwSyWNFstaia4my","serviceVersion":"1.0","serviceUUID":"7d78d489-3324-41f3-b188-5acd025175d6","serviceDescription":"catalog service description","serviceInvariantUUID":"ed0c853f-b017-45f0-af32-9bce45506c7f","resources":[{"resourceInstanceName":"pNF 12cae327-3f34 0","resourceName":"pNF 12cae327-3f34","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"a4407527-20e9-49e3-a9a1-d8217d758e27","resourceInvariantUUID":"635e4c4d-0102-4e20-9a2b-76d181590053","resourceCustomizationUUID":"18002097-3a3b-46e7-a4ad-655ef0481bae","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAgs2kdwsywnfstaia4my/1.0/resourceInstances/pnf12cae3273f340/artifacts/vf-license-model.xml","artifactChecksum":"N2JhZDkyMTI1NzgwMDYwZmUyN2VlYWY4MTBjZTNkZjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b8aae00c-9f65-444d-81b5-c3fa73af21ca","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAgs2kdwsywnfstaia4my/1.0/resourceInstances/pnf12cae3273f340/artifacts/pNF.csar","artifactChecksum":"MTIxZjlmY2VjMjUxMmRhZTNmMjA4N2YxZWQyODQ3ZDM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"28609def-9309-44ca-b731-34f997e6435c","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAgs2kdwsywnfstaia4my/1.0/resourceInstances/pnf12cae3273f340/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ffb626a7-dc79-4082-b995-de3c28132038","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAgs2kdwsywnfstaia4my/1.0/resourceInstances/pnf12cae3273f340/artifacts/vendor-license-model.xml","artifactChecksum":"ZGY3MmNlOThmNTg0YzI3NjUyZTAxNTQ3ZmYwYTk2YjM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"42bacce4-e777-4952-b67e-a94cb2ec9f29","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfAgs2kdwsywnfstaia4my/1.0/resourceInstances/pnf12cae3273f340/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6c5e8a2a-888f-4998-bac7-86129a27e046","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfAgs2kdwsywnfstaia4my/1.0/resourceInstances/pnf12cae3273f340/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"37c4df11-ec36-4f49-ab87-dd9eac7b96f7","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfAgs2kdwsywnfstaia4my-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAgs2kdwsywnfstaia4my/1.0/artifacts/service-DemoPnfAgs2kdwsywnfstaia4my-template.yml","artifactChecksum":"MDUyNjkzZTFiNjYxYjE3MjBjYWJmOWEwYjliZDA2OWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"75ac912f-1875-482f-a2ce-c674e9f3a8ba","artifactVersion":"1"},{"artifactName":"service-DemoPnfAgs2kdwsywnfstaia4my-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfAgs2kdwsywnfstaia4my/1.0/artifacts/service-DemoPnfAgs2kdwsywnfstaia4my-csar.csar","artifactChecksum":"YjFjZDkxZWYzYTAzOGZkYmFlZTZjZGZhZmU5OGFjMDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"070402a1-029d-477a-a776-13209c6ad314","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-17T21:29:01.266Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-17T21:29:01.267Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-17T21:29:01.272Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T21:29:01.273Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "36a8e4cb-0fdf-41cf-a273-cb1b1ce58225",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676669340623,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAgs2kdwsywnfstaia4my/1.0/resourceInstances/pnf12cae3273f340/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:29:01.286Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:29:01.289Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:29:01.289Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36a8e4cb-0fdf-41cf-a273-cb1b1ce58225",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1676669288911,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAgs2kdwsywnfstaia4my/1.0/resourceInstances/pnf12cae3273f340/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:29:01.290Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:29:01.290Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:29:01.291Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36a8e4cb-0fdf-41cf-a273-cb1b1ce58225",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676669292136,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAgs2kdwsywnfstaia4my/1.0/resourceInstances/pnf12cae3273f340/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:29:01.291Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:29:01.291Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:29:01.291Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36a8e4cb-0fdf-41cf-a273-cb1b1ce58225",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1676669288911,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAgs2kdwsywnfstaia4my/1.0/resourceInstances/pnf12cae3273f340/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:29:01.291Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:29:01.291Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:29:01.292Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36a8e4cb-0fdf-41cf-a273-cb1b1ce58225",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676669292136,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAgs2kdwsywnfstaia4my/1.0/resourceInstances/pnf12cae3273f340/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:29:01.292Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:29:01.292Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:29:01.292Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36a8e4cb-0fdf-41cf-a273-cb1b1ce58225",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1676669288911,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAgs2kdwsywnfstaia4my/1.0/resourceInstances/pnf12cae3273f340/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:29:01.292Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:29:01.292Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:29:01.293Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36a8e4cb-0fdf-41cf-a273-cb1b1ce58225",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676669292136,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAgs2kdwsywnfstaia4my/1.0/resourceInstances/pnf12cae3273f340/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:29:01.293Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:29:01.293Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:29:01.293Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36a8e4cb-0fdf-41cf-a273-cb1b1ce58225",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1676669288911,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAgs2kdwsywnfstaia4my/1.0/resourceInstances/pnf12cae3273f340/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:29:01.293Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:29:01.293Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:29:01.294Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36a8e4cb-0fdf-41cf-a273-cb1b1ce58225",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676669292136,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAgs2kdwsywnfstaia4my/1.0/resourceInstances/pnf12cae3273f340/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:29:01.294Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:29:01.294Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:29:01.294Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36a8e4cb-0fdf-41cf-a273-cb1b1ce58225",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1676669288911,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAgs2kdwsywnfstaia4my/1.0/resourceInstances/pnf12cae3273f340/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:29:01.294Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:29:01.294Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:29:01.295Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36a8e4cb-0fdf-41cf-a273-cb1b1ce58225",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676669292136,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAgs2kdwsywnfstaia4my/1.0/resourceInstances/pnf12cae3273f340/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:29:01.295Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:29:01.295Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:29:01.295Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36a8e4cb-0fdf-41cf-a273-cb1b1ce58225",
  "consumerID": "cds",
  "timestamp": 1676669296971,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAgs2kdwsywnfstaia4my/1.0/resourceInstances/pnf12cae3273f340/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:29:01.295Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:29:01.295Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:29:01.296Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36a8e4cb-0fdf-41cf-a273-cb1b1ce58225",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1676669288911,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAgs2kdwsywnfstaia4my/1.0/resourceInstances/pnf12cae3273f340/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2023-02-17T21:29:01.296Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:29:01.296Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:29:01.296Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36a8e4cb-0fdf-41cf-a273-cb1b1ce58225",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676669292136,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAgs2kdwsywnfstaia4my/1.0/resourceInstances/pnf12cae3273f340/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:29:01.296Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:29:01.296Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:29:01.297Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36a8e4cb-0fdf-41cf-a273-cb1b1ce58225",
  "consumerID": "cds",
  "timestamp": 1676669296971,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAgs2kdwsywnfstaia4my/1.0/resourceInstances/pnf12cae3273f340/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:29:01.297Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:29:01.297Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:29:01.297Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36a8e4cb-0fdf-41cf-a273-cb1b1ce58225",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1676669288911,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAgs2kdwsywnfstaia4my/1.0/artifacts/service-DemoPnfAgs2kdwsywnfstaia4my-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:29:01.297Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:29:01.298Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:29:01.298Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36a8e4cb-0fdf-41cf-a273-cb1b1ce58225",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676669292136,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAgs2kdwsywnfstaia4my/1.0/artifacts/service-DemoPnfAgs2kdwsywnfstaia4my-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:29:01.298Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:29:01.298Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:29:01.299Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36a8e4cb-0fdf-41cf-a273-cb1b1ce58225",
  "consumerID": "cds",
  "timestamp": 1676669296971,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAgs2kdwsywnfstaia4my/1.0/resourceInstances/pnf12cae3273f340/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:29:01.299Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:29:01.299Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:29:01.299Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36a8e4cb-0fdf-41cf-a273-cb1b1ce58225",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1676669298514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAgs2kdwsywnfstaia4my/1.0/resourceInstances/pnf12cae3273f340/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:29:01.300Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:29:01.300Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:29:01.300Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36a8e4cb-0fdf-41cf-a273-cb1b1ce58225",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1676669288911,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAgs2kdwsywnfstaia4my/1.0/artifacts/service-DemoPnfAgs2kdwsywnfstaia4my-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:29:01.300Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:29:01.300Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:29:01.300Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36a8e4cb-0fdf-41cf-a273-cb1b1ce58225",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676669292136,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAgs2kdwsywnfstaia4my/1.0/artifacts/service-DemoPnfAgs2kdwsywnfstaia4my-csar.csar",
  "status": "NOTIFIED"
}
2023-02-17T21:29:01.301Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:29:01.301Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:29:01.301Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36a8e4cb-0fdf-41cf-a273-cb1b1ce58225",
  "consumerID": "cds",
  "timestamp": 1676669296971,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAgs2kdwsywnfstaia4my/1.0/resourceInstances/pnf12cae3273f340/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:29:01.301Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:29:01.301Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:29:01.302Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36a8e4cb-0fdf-41cf-a273-cb1b1ce58225",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1676669298514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAgs2kdwsywnfstaia4my/1.0/resourceInstances/pnf12cae3273f340/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:29:01.302Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:29:01.302Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:29:01.302Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36a8e4cb-0fdf-41cf-a273-cb1b1ce58225",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1676669300713,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAgs2kdwsywnfstaia4my/1.0/resourceInstances/pnf12cae3273f340/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-17T21:29:01.302Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T21:29:01.303Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:29:01.303Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36a8e4cb-0fdf-41cf-a273-cb1b1ce58225",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676669301665,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAgs2kdwsywnfstaia4my/1.0/artifacts/service-DemoPnfAgs2kdwsywnfstaia4my-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-17T21:29:01.303Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T21:29:01.303Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:29:01.303Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36a8e4cb-0fdf-41cf-a273-cb1b1ce58225",
  "consumerID": "cds",
  "timestamp": 1676669296971,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAgs2kdwsywnfstaia4my/1.0/resourceInstances/pnf12cae3273f340/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:29:01.304Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:29:01.304Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:29:01.304Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36a8e4cb-0fdf-41cf-a273-cb1b1ce58225",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1676669298514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAgs2kdwsywnfstaia4my/1.0/resourceInstances/pnf12cae3273f340/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:29:01.304Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:29:01.305Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:29:01.305Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36a8e4cb-0fdf-41cf-a273-cb1b1ce58225",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1676669301751,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAgs2kdwsywnfstaia4my/1.0/resourceInstances/pnf12cae3273f340/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2023-02-17T21:29:01.305Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T21:29:01.305Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:29:01.305Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36a8e4cb-0fdf-41cf-a273-cb1b1ce58225",
  "consumerID": "cds",
  "timestamp": 1676669296971,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAgs2kdwsywnfstaia4my/1.0/resourceInstances/pnf12cae3273f340/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:29:01.306Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:29:01.306Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:29:01.306Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36a8e4cb-0fdf-41cf-a273-cb1b1ce58225",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1676669298514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAgs2kdwsywnfstaia4my/1.0/resourceInstances/pnf12cae3273f340/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:29:01.306Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:29:01.306Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:29:01.306Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36a8e4cb-0fdf-41cf-a273-cb1b1ce58225",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676669303689,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAgs2kdwsywnfstaia4my/1.0/artifacts/service-DemoPnfAgs2kdwsywnfstaia4my-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-17T21:29:01.307Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T21:29:01.307Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:29:01.307Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36a8e4cb-0fdf-41cf-a273-cb1b1ce58225",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1676669302755,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-17T21:29:01.344Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 36a8e4cb-0fdf-41cf-a273-cb1b1ce58225
2023-02-17T21:29:01.345Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 36a8e4cb-0fdf-41cf-a273-cb1b1ce58225 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-17T21:29:01.356Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:29:01.357Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36a8e4cb-0fdf-41cf-a273-cb1b1ce58225",
  "consumerID": "cds",
  "timestamp": 1676669296971,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAgs2kdwsywnfstaia4my/1.0/artifacts/service-DemoPnfAgs2kdwsywnfstaia4my-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:29:01.357Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:29:01.357Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:29:01.357Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36a8e4cb-0fdf-41cf-a273-cb1b1ce58225",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1676669298514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAgs2kdwsywnfstaia4my/1.0/resourceInstances/pnf12cae3273f340/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:29:01.357Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:29:01.357Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:29:01.357Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36a8e4cb-0fdf-41cf-a273-cb1b1ce58225",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676669304692,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-17T21:29:01.363Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 36a8e4cb-0fdf-41cf-a273-cb1b1ce58225
2023-02-17T21:29:01.363Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 36a8e4cb-0fdf-41cf-a273-cb1b1ce58225 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-17T21:29:01.372Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-02-17T21:29:01.373Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:29:01.373Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36a8e4cb-0fdf-41cf-a273-cb1b1ce58225",
  "consumerID": "cds",
  "timestamp": 1676669296971,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAgs2kdwsywnfstaia4my/1.0/artifacts/service-DemoPnfAgs2kdwsywnfstaia4my-csar.csar",
  "status": "NOTIFIED"
}
2023-02-17T21:29:01.373Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T21:29:01.373Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T21:29:01.374Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:29:01.374Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:29:01.374Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36a8e4cb-0fdf-41cf-a273-cb1b1ce58225",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1676669298514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAgs2kdwsywnfstaia4my/1.0/resourceInstances/pnf12cae3273f340/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:29:01.374Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:29:01.374Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:29:01.374Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36a8e4cb-0fdf-41cf-a273-cb1b1ce58225",
  "consumerID": "cds",
  "timestamp": 1676669305821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAgs2kdwsywnfstaia4my/1.0/artifacts/service-DemoPnfAgs2kdwsywnfstaia4my-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-17T21:29:01.374Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T21:29:01.374Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:29:01.374Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36a8e4cb-0fdf-41cf-a273-cb1b1ce58225",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1676669298514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAgs2kdwsywnfstaia4my/1.0/artifacts/service-DemoPnfAgs2kdwsywnfstaia4my-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:29:01.375Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:29:01.375Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:29:01.375Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36a8e4cb-0fdf-41cf-a273-cb1b1ce58225",
  "consumerID": "cds",
  "timestamp": 1676669306831,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAgs2kdwsywnfstaia4my/1.0/artifacts/service-DemoPnfAgs2kdwsywnfstaia4my-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-17T21:29:01.387Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:29:01.388Z||pool-89-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-02-17T21:29:01.398Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 36a8e4cb-0fdf-41cf-a273-cb1b1ce58225
2023-02-17T21:29:01.398Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 36a8e4cb-0fdf-41cf-a273-cb1b1ce58225 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-17T21:29:01.427Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:29:01.427Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36a8e4cb-0fdf-41cf-a273-cb1b1ce58225",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1676669298514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAgs2kdwsywnfstaia4my/1.0/artifacts/service-DemoPnfAgs2kdwsywnfstaia4my-csar.csar",
  "status": "NOTIFIED"
}
2023-02-17T21:29:01.427Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:29:01.427Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:29:01.428Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36a8e4cb-0fdf-41cf-a273-cb1b1ce58225",
  "consumerID": "aai-ml",
  "timestamp": 1676669311497,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAgs2kdwsywnfstaia4my/1.0/resourceInstances/pnf12cae3273f340/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:29:01.428Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:29:01.428Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:29:01.428Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36a8e4cb-0fdf-41cf-a273-cb1b1ce58225",
  "consumerID": "aai-ml",
  "timestamp": 1676669311497,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAgs2kdwsywnfstaia4my/1.0/resourceInstances/pnf12cae3273f340/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:29:01.428Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:29:01.428Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:29:01.429Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36a8e4cb-0fdf-41cf-a273-cb1b1ce58225",
  "consumerID": "aai-ml",
  "timestamp": 1676669311497,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAgs2kdwsywnfstaia4my/1.0/resourceInstances/pnf12cae3273f340/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:29:01.429Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:29:01.429Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:29:01.429Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36a8e4cb-0fdf-41cf-a273-cb1b1ce58225",
  "consumerID": "aai-ml",
  "timestamp": 1676669311497,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAgs2kdwsywnfstaia4my/1.0/resourceInstances/pnf12cae3273f340/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:29:01.429Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:29:01.429Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:29:01.430Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36a8e4cb-0fdf-41cf-a273-cb1b1ce58225",
  "consumerID": "aai-ml",
  "timestamp": 1676669311497,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAgs2kdwsywnfstaia4my/1.0/resourceInstances/pnf12cae3273f340/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:29:01.430Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:29:01.430Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:29:01.430Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36a8e4cb-0fdf-41cf-a273-cb1b1ce58225",
  "consumerID": "aai-ml",
  "timestamp": 1676669311497,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAgs2kdwsywnfstaia4my/1.0/resourceInstances/pnf12cae3273f340/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:29:01.430Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:29:01.430Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:29:01.431Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36a8e4cb-0fdf-41cf-a273-cb1b1ce58225",
  "consumerID": "aai-ml",
  "timestamp": 1676669311497,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAgs2kdwsywnfstaia4my/1.0/artifacts/service-DemoPnfAgs2kdwsywnfstaia4my-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:29:01.431Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:29:01.431Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:29:01.431Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36a8e4cb-0fdf-41cf-a273-cb1b1ce58225",
  "consumerID": "aai-ml",
  "timestamp": 1676669311497,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAgs2kdwsywnfstaia4my/1.0/artifacts/service-DemoPnfAgs2kdwsywnfstaia4my-csar.csar",
  "status": "NOTIFIED"
}
2023-02-17T21:29:01.431Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:29:01.432Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:29:01.432Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36a8e4cb-0fdf-41cf-a273-cb1b1ce58225",
  "consumerID": "aai-ml",
  "timestamp": 1676669320360,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAgs2kdwsywnfstaia4my/1.0/artifacts/service-DemoPnfAgs2kdwsywnfstaia4my-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-17T21:29:01.432Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T21:29:01.432Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:29:01.432Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36a8e4cb-0fdf-41cf-a273-cb1b1ce58225",
  "consumerID": "aai-ml",
  "timestamp": 1676669325808,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAgs2kdwsywnfstaia4my/1.0/artifacts/service-DemoPnfAgs2kdwsywnfstaia4my-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-17T21:29:01.432Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T21:29:01.432Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:29:01.433Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36a8e4cb-0fdf-41cf-a273-cb1b1ce58225",
  "consumerID": "aai-ml",
  "timestamp": 1676669326820,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-17T21:29:01.440Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 36a8e4cb-0fdf-41cf-a273-cb1b1ce58225
2023-02-17T21:29:01.441Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 36a8e4cb-0fdf-41cf-a273-cb1b1ce58225 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-17T21:29:02.273Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-17T21:29:02.275Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-17T21:29:02.278Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T21:29:02.278Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "36a8e4cb-0fdf-41cf-a273-cb1b1ce58225",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676669340623,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAgs2kdwsywnfstaia4my/1.0/resourceInstances/pnf12cae3273f340/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:29:02.378Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-17T21:29:02.379Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T21:29:02.379Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T21:29:02.392Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:29:02.392Z||pool-90-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2023-02-17T21:29:03.278Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-17T21:29:03.279Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-17T21:29:03.282Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T21:29:03.283Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "36a8e4cb-0fdf-41cf-a273-cb1b1ce58225",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676669340623,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAgs2kdwsywnfstaia4my/1.0/resourceInstances/pnf12cae3273f340/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:29:03.383Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-17T21:29:03.384Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T21:29:03.384Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T21:29:03.398Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:29:03.399Z||pool-91-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2023-02-17T21:29:04.283Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-17T21:29:04.285Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-17T21:29:04.287Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T21:29:04.287Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "36a8e4cb-0fdf-41cf-a273-cb1b1ce58225",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676669340623,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAgs2kdwsywnfstaia4my/1.0/resourceInstances/pnf12cae3273f340/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:29:04.387Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-02-17T21:29:04.388Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T21:29:04.389Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T21:29:04.401Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:29:04.401Z||pool-92-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-02-17T21:29:05.288Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-17T21:29:05.289Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-17T21:29:05.291Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T21:29:05.291Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "36a8e4cb-0fdf-41cf-a273-cb1b1ce58225",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676669340623,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAgs2kdwsywnfstaia4my/1.0/resourceInstances/pnf12cae3273f340/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:29:05.391Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-17T21:29:05.392Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T21:29:05.392Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T21:29:05.404Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:29:05.405Z||pool-93-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2023-02-17T21:29:06.292Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-17T21:29:06.292Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-17T21:29:06.295Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T21:29:06.295Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "36a8e4cb-0fdf-41cf-a273-cb1b1ce58225",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676669340623,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAgs2kdwsywnfstaia4my/1.0/resourceInstances/pnf12cae3273f340/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:29:06.395Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-17T21:29:06.396Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T21:29:06.396Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T21:29:06.408Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:29:06.409Z||pool-94-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2023-02-17T21:29:07.296Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-17T21:29:07.296Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-17T21:29:07.299Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T21:29:07.299Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "36a8e4cb-0fdf-41cf-a273-cb1b1ce58225",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676669340623,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAgs2kdwsywnfstaia4my/1.0/artifacts/service-DemoPnfAgs2kdwsywnfstaia4my-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:29:07.399Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-17T21:29:07.400Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T21:29:07.400Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T21:29:07.412Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:29:07.413Z||pool-95-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-02-17T21:29:08.300Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-17T21:29:08.301Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-17T21:29:08.304Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T21:29:08.304Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "36a8e4cb-0fdf-41cf-a273-cb1b1ce58225",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676669340623,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAgs2kdwsywnfstaia4my/1.0/artifacts/service-DemoPnfAgs2kdwsywnfstaia4my-csar.csar",
  "status": "NOTIFIED"
}
2023-02-17T21:29:08.404Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-17T21:29:08.405Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T21:29:08.406Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T21:29:08.418Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:29:08.419Z||pool-96-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-02-17T21:29:09.305Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "36a8e4cb-0fdf-41cf-a273-cb1b1ce58225",
  "serviceName": "Demo_pNF_agS2KdwSyWNFstaia4my",
  "serviceVersion": "1.0",
  "serviceUUID": "7d78d489-3324-41f3-b188-5acd025175d6",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "ed0c853f-b017-45f0-af32-9bce45506c7f",
  "resources": [
    {
      "resourceInstanceName": "pNF 12cae327-3f34 0",
      "resourceCustomizationUUID": "18002097-3a3b-46e7-a4ad-655ef0481bae",
      "resourceName": "pNF 12cae327-3f34",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "a4407527-20e9-49e3-a9a1-d8217d758e27",
      "resourceInvariantUUID": "635e4c4d-0102-4e20-9a2b-76d181590053",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfAgs2kdwsywnfstaia4my-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfAgs2kdwsywnfstaia4my/1.0/artifacts/service-DemoPnfAgs2kdwsywnfstaia4my-csar.csar",
      "artifactChecksum": "YjFjZDkxZWYzYTAzOGZkYmFlZTZjZGZhZmU5OGFjMDY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "070402a1-029d-477a-a776-13209c6ad314"
    }
  ],
  "workloadContext": "Production"
}
2023-02-17T21:29:09.306Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-17T21:29:09.306Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 7d78d489-3324-41f3-b188-5acd025175d6 ASDC
2023-02-17T21:29:09.308Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:36a8e4cb-0fdf-41cf-a273-cb1b1ce58225
ServiceName:Demo_pNF_agS2KdwSyWNFstaia4my
ServiceVersion:1.0
ServiceUUID:7d78d489-3324-41f3-b188-5acd025175d6
ServiceInvariantUUID:ed0c853f-b017-45f0-af32-9bce45506c7f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfAgs2kdwsywnfstaia4my-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfAgs2kdwsywnfstaia4my/1.0/artifacts/service-DemoPnfAgs2kdwsywnfstaia4my-csar.csar
ArtifactUUID:070402a1-029d-477a-a776-13209c6ad314
ArtifactChecksum:YjFjZDkxZWYzYTAzOGZkYmFlZTZjZGZhZmU5OGFjMDY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 12cae327-3f34 0
ResourceCustomizationUUID:18002097-3a3b-46e7-a4ad-655ef0481bae
ResourceInvariantUUID:635e4c4d-0102-4e20-9a2b-76d181590053
ResourceName:pNF 12cae327-3f34
ResourceType:PNF
ResourceUUID:a4407527-20e9-49e3-a9a1-d8217d758e27
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-02-17T21:29:09.308Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7d78d489-3324-41f3-b188-5acd025175d6 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-02-17T21:29:09.351Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-17T21:29:09.353Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-02-17T21:29:09.353Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-02-17T21:29:09.353Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 070402a1-029d-477a-a776-13209c6ad314 from URL: /sdc/v1/catalog/services/DemoPnfAgs2kdwsywnfstaia4my/1.0/artifacts/service-DemoPnfAgs2kdwsywnfstaia4my-csar.csar
2023-02-17T21:29:09.354Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-02-17T21:29:09.355Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfAgs2kdwsywnfstaia4my/1.0/artifacts/service-DemoPnfAgs2kdwsywnfstaia4my-csar.csar
2023-02-17T21:29:09.452Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-02-17T21:29:09.456Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfAgs2kdwsywnfstaia4my/1.0/artifacts/service-DemoPnfAgs2kdwsywnfstaia4my-csar.csar 070402a1-029d-477a-a776-13209c6ad314 87762
2023-02-17T21:29:09.457Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfAgs2kdwsywnfstaia4my/1.0/artifacts/service-DemoPnfAgs2kdwsywnfstaia4my-csar.csar ASDC sendASDCNotification
2023-02-17T21:29:09.457Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfAgs2kdwsywnfstaia4my/1.0/artifacts/service-DemoPnfAgs2kdwsywnfstaia4my-csar.csar
2023-02-17T21:29:09.458Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-17T21:29:09.458Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-17T21:29:09.460Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T21:29:09.460Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "36a8e4cb-0fdf-41cf-a273-cb1b1ce58225",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676669349457,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAgs2kdwsywnfstaia4my/1.0/artifacts/service-DemoPnfAgs2kdwsywnfstaia4my-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-17T21:29:09.561Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-17T21:29:09.562Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T21:29:09.562Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T21:29:09.574Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:29:09.575Z||pool-97-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2023-02-17T21:29:10.461Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-17T21:29:10.462Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-02-17T21:29:10.463Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 070402a1-029d-477a-a776-13209c6ad314, URL: /sdc/v1/catalog/services/DemoPnfAgs2kdwsywnfstaia4my/1.0/artifacts/service-DemoPnfAgs2kdwsywnfstaia4my-csar.csar to file: /app/ASDC/1/service-DemoPnfAgs2kdwsywnfstaia4my-csar.csar
2023-02-17T21:29:10.463Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfAgs2kdwsywnfstaia4my-csar.csar
2023-02-17T21:29:10.464Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfAgs2kdwsywnfstaia4my-csar.csar
2023-02-17T21:29:10.464Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfAgs2kdwsywnfstaia4my-csar.csar
2023-02-17T21:29:10.704Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8247027986432957994/Definitions/service-DemoPnfAgs2kdwsywnfstaia4my-template.yml
2023-02-17T21:29:12.153Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-17T21:29:12.154Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-02-17T21:29:12.154Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfAgs2kdwsywnfstaia4my-csar.csar
2023-02-17T21:29:12.154Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-02-17T21:29:12.155Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfAgs2kdwsywnfstaia4my-csar.csar
2023-02-17T21:29:12.156Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfAgs2kdwsywnfstaia4my-csar.csar
2023-02-17T21:29:12.156Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfAgs2kdwsywnfstaia4my-csar.csar
2023-02-17T21:29:12.157Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfAgs2kdwsywnfstaia4my-csar.csar
2023-02-17T21:29:12.158Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfAgs2kdwsywnfstaia4my-csar.csar
2023-02-17T21:29:12.158Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfAgs2kdwsywnfstaia4my-csar.csar
2023-02-17T21:29:12.158Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 12cae327-3f34 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-DemoPnfAgs2kdwsywnfstaia4my-csar.csar
2023-02-17T21:29:12.158Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-02-17T21:29:12.158Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T21:29:12.159Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_agS2KdwSyWNFstaia4my is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T21:29:12.159Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||DEBUG|500||Node template pNF 12cae327-3f34 0 is matching search criteria
2023-02-17T21:29:12.159Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-02-17T21:29:12.160Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 12cae327-3f34 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-17T21:29:12.160Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T21:29:12.160Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_agS2KdwSyWNFstaia4my is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T21:29:12.160Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||DEBUG|500||Node template pNF 12cae327-3f34 0 is matching search criteria
2023-02-17T21:29:12.160Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-02-17T21:29:12.160Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 12cae327-3f34 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-17T21:29:12.161Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T21:29:12.161Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_agS2KdwSyWNFstaia4my is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T21:29:12.161Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T21:29:12.161Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_agS2KdwSyWNFstaia4my is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T21:29:12.161Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T21:29:12.161Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_agS2KdwSyWNFstaia4my is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T21:29:12.162Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T21:29:12.162Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_agS2KdwSyWNFstaia4my is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T21:29:12.162Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T21:29:12.162Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_agS2KdwSyWNFstaia4my is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T21:29:12.162Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_agS2KdwSyWNFstaia4my
Description:catalog service description
Model UUID:7d78d489-3324-41f3-b188-5acd025175d6
Model Version:NULL
Model InvariantUuid:ed0c853f-b017-45f0-af32-9bce45506c7f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-02-17T21:29:12.180Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: a4407527-20e9-49e3-a9a1-d8217d758e27
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-17T21:29:12.189Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||INFO|500||pNF 12cae327-3f34 0
2023-02-17T21:29:12.189Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: a4407527-20e9-49e3-a9a1-d8217d758e27
2023-02-17T21:29:12.189Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||DEBUG|500||No resources found for Service: 7d78d489-3324-41f3-b188-5acd025175d6
2023-02-17T21:29:12.190Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 7d78d489-3324-41f3-b188-5acd025175d6
2023-02-17T21:29:12.190Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 12cae327-3f34 0 a4407527-20e9-49e3-a9a1-d8217d758e27 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-17T21:29:12.199Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2b55a7dc, org.onap.sdc.toscaparser.api.parameters.Input@6f4faf6a, org.onap.sdc.toscaparser.api.parameters.Input@263ecf5a, org.onap.sdc.toscaparser.api.parameters.Input@dcc5f86, org.onap.sdc.toscaparser.api.parameters.Input@b2172a4]
2023-02-17T21:29:12.200Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T21:29:12.200Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_agS2KdwSyWNFstaia4my is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T21:29:12.201Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 7d78d489-3324-41f3-b188-5acd025175d6: pNF 12cae327-3f34
2023-02-17T21:29:12.201Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||INFO|500||Processing PNF resource: a4407527-20e9-49e3-a9a1-d8217d758e27
2023-02-17T21:29:12.201Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T21:29:12.201Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_agS2KdwSyWNFstaia4my is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T21:29:12.202Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||INFO|500||Resource customization UUID: 18002097-3a3b-46e7-a4ad-655ef0481bae is the same as notified resource customizationUUID: 18002097-3a3b-46e7-a4ad-655ef0481bae
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-02-17T21:29:12.252Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 12cae327-3f34 a4407527-20e9-49e3-a9a1-d8217d758e27 0 ASDC deployResourceStructure
2023-02-17T21:29:12.253Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfAgs2kdwsywnfstaia4my/1.0/artifacts/service-DemoPnfAgs2kdwsywnfstaia4my-csar.csar ASDC sendASDCNotification
2023-02-17T21:29:12.253Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfAgs2kdwsywnfstaia4my/1.0/artifacts/service-DemoPnfAgs2kdwsywnfstaia4my-csar.csar
2023-02-17T21:29:12.253Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-17T21:29:12.254Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-17T21:29:12.257Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T21:29:12.257Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "36a8e4cb-0fdf-41cf-a273-cb1b1ce58225",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676669352253,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAgs2kdwsywnfstaia4my/1.0/artifacts/service-DemoPnfAgs2kdwsywnfstaia4my-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-17T21:29:12.357Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-17T21:29:12.358Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T21:29:12.359Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T21:29:12.371Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:29:12.372Z||pool-98-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2023-02-17T21:29:13.258Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 36a8e4cb-0fdf-41cf-a273-cb1b1ce58225
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-17T21:29:13.271Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 36a8e4cb-0fdf-41cf-a273-cb1b1ce58225
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-17T21:29:13.274Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-17T21:29:13.274Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-17T21:29:13.274Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-17T21:29:13.275Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-17T21:29:13.275Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-17T21:29:13.275Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-17T21:29:13.275Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-17T21:29:13.275Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-17T21:29:13.275Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-17T21:29:13.275Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-17T21:29:13.281Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-17T21:29:43.281Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 36a8e4cb-0fdf-41cf-a273-cb1b1ce58225 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-02-17T21:29:43.289Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 36a8e4cb-0fdf-41cf-a273-cb1b1ce58225 and serviceModelVersionId: 7d78d489-3324-41f3-b188-5acd025175d6
2023-02-17T21:29:43.290Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ed0c853f-b017-45f0-af32-9bce45506c7f
2023-02-17T21:29:43.291Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ed0c853f-b017-45f0-af32-9bce45506c7f/model-vers/model-ver/7d78d489-3324-41f3-b188-5acd025175d6?depth=0
2023-02-17T21:29:43.297Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2023-02-17T21:29:43.358Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed0c853f-b017-45f0-af32-9bce45506c7f/model-vers/model-ver/7d78d489-3324-41f3-b188-5acd025175d6?depth=0|INFO|500||Invoke
2023-02-17T21:29:43.358Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed0c853f-b017-45f0-af32-9bce45506c7f/model-vers/model-ver/7d78d489-3324-41f3-b188-5acd025175d6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed0c853f-b017-45f0-af32-9bce45506c7f/model-vers/model-ver/7d78d489-3324-41f3-b188-5acd025175d6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[36a8e4cb-0fdf-41cf-a273-cb1b1ce58225], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[49d44849-6678-4267-9593-d5068950635e], X-ECOMP-RequestID=[36a8e4cb-0fdf-41cf-a273-cb1b1ce58225], X-TransactionId=[], X-ONAP-RequestID=[36a8e4cb-0fdf-41cf-a273-cb1b1ce58225], Content-Type=[application/merge-patch+json]}
2023-02-17T21:29:43.393Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed0c853f-b017-45f0-af32-9bce45506c7f/model-vers/model-ver/7d78d489-3324-41f3-b188-5acd025175d6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-02-17T21:29:43.521Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed0c853f-b017-45f0-af32-9bce45506c7f/model-vers/model-ver/7d78d489-3324-41f3-b188-5acd025175d6?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/ed0c853f-b017-45f0-af32-9bce45506c7f/model-vers/model-ver/7d78d489-3324-41f3-b188-5acd025175d6?depth=0 has http status code:200 and response headers:{date=[Fri, 17 Feb 2023 21:29:43 GMT], content-length=[0], vertex-id=[217136], x-aai-txid=[0-aai-resources-230217-21:29:43:402-23663], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-17T21:29:43.522Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed0c853f-b017-45f0-af32-9bce45506c7f/model-vers/model-ver/7d78d489-3324-41f3-b188-5acd025175d6?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-02-17T21:29:43.523Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed0c853f-b017-45f0-af32-9bce45506c7f/model-vers/model-ver/7d78d489-3324-41f3-b188-5acd025175d6?depth=0|INFO|500||InvokeReturn
2023-02-17T21:29:43.524Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-17T21:29:43.524Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-17T21:29:43.532Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-02-17T21:29:43.532Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 36a8e4cb-0fdf-41cf-a273-cb1b1ce58225 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-17T21:29:43.533Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-17T21:29:43.533Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-17T21:29:43.535Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T21:29:43.535Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "36a8e4cb-0fdf-41cf-a273-cb1b1ce58225",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676669383532,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-17T21:29:43.636Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-02-17T21:29:43.637Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T21:29:43.637Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T21:29:43.653Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:29:43.654Z||pool-99-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-02-17T21:30:00.626Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:30:00.627Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:30:00.627Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T21:30:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T21:30:00.628Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T21:30:00.628Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T21:30:00.757Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:30:00.758Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-17T21:30:00.758Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36a8e4cb-0fdf-41cf-a273-cb1b1ce58225",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676669340623,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAgs2kdwsywnfstaia4my/1.0/resourceInstances/pnf12cae3273f340/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:30:00.760Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:30:10.238Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:31:00.624Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:31:00.626Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T21:31:00.627Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T21:31:00.627Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:31:00.627Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T21:31:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T21:31:01.162Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:31:01.163Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-17T21:31:01.163Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36a8e4cb-0fdf-41cf-a273-cb1b1ce58225",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676669340623,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAgs2kdwsywnfstaia4my/1.0/resourceInstances/pnf12cae3273f340/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:31:01.165Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:31:01.165Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-17T21:31:01.166Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36a8e4cb-0fdf-41cf-a273-cb1b1ce58225",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676669340623,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAgs2kdwsywnfstaia4my/1.0/resourceInstances/pnf12cae3273f340/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:31:01.166Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:31:01.166Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-17T21:31:01.166Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36a8e4cb-0fdf-41cf-a273-cb1b1ce58225",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676669340623,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAgs2kdwsywnfstaia4my/1.0/resourceInstances/pnf12cae3273f340/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:31:01.166Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:31:01.167Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-17T21:31:01.167Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36a8e4cb-0fdf-41cf-a273-cb1b1ce58225",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676669340623,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAgs2kdwsywnfstaia4my/1.0/resourceInstances/pnf12cae3273f340/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:31:01.167Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:31:01.167Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-17T21:31:01.167Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36a8e4cb-0fdf-41cf-a273-cb1b1ce58225",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676669340623,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAgs2kdwsywnfstaia4my/1.0/resourceInstances/pnf12cae3273f340/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:31:01.167Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:31:01.167Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-17T21:31:01.168Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36a8e4cb-0fdf-41cf-a273-cb1b1ce58225",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676669340623,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAgs2kdwsywnfstaia4my/1.0/artifacts/service-DemoPnfAgs2kdwsywnfstaia4my-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T21:31:01.168Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:31:01.168Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-17T21:31:01.168Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36a8e4cb-0fdf-41cf-a273-cb1b1ce58225",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676669340623,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAgs2kdwsywnfstaia4my/1.0/artifacts/service-DemoPnfAgs2kdwsywnfstaia4my-csar.csar",
  "status": "NOTIFIED"
}
2023-02-17T21:31:01.168Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-02-17T21:31:01.168Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-17T21:31:01.169Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36a8e4cb-0fdf-41cf-a273-cb1b1ce58225",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676669349457,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAgs2kdwsywnfstaia4my/1.0/artifacts/service-DemoPnfAgs2kdwsywnfstaia4my-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-17T21:31:01.169Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T21:31:01.169Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-17T21:31:01.169Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36a8e4cb-0fdf-41cf-a273-cb1b1ce58225",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676669352253,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAgs2kdwsywnfstaia4my/1.0/artifacts/service-DemoPnfAgs2kdwsywnfstaia4my-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-17T21:31:01.169Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T21:31:01.169Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-17T21:31:01.169Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36a8e4cb-0fdf-41cf-a273-cb1b1ce58225",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676669383532,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-17T21:31:01.169Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T21:31:10.192Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:32:00.624Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:32:00.625Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T21:32:00.625Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T21:32:00.627Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:32:00.627Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T21:32:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T21:32:10.182Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:32:10.182Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:33:00.624Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:33:00.624Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T21:33:00.624Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T21:33:00.627Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:33:00.628Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T21:33:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T21:33:10.176Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:33:10.182Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:34:00.624Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:34:00.625Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T21:34:00.625Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T21:34:00.627Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:34:00.628Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T21:34:00.628Z|12806684-1820-48dc-ae24-b8374736332c|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T21:34:10.181Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:34:10.181Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:35:00.624Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:35:00.624Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T21:35:00.625Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T21:35:00.627Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:35:00.627Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T21:35:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T21:35:10.183Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:35:10.185Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:36:00.624Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:36:00.624Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T21:36:00.624Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T21:36:00.627Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:36:00.627Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T21:36:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T21:36:10.171Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:36:10.172Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:37:00.624Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:37:00.625Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T21:37:00.625Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T21:37:00.627Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:37:00.627Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T21:37:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T21:37:10.171Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:37:10.171Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:38:00.624Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:38:00.626Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T21:38:00.627Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T21:38:00.627Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:38:00.627Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T21:38:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T21:38:10.180Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:38:10.180Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:39:00.624Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:39:00.625Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T21:39:00.625Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T21:39:00.627Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:39:00.628Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T21:39:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T21:39:10.175Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:39:10.179Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:40:00.624Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:40:00.625Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T21:40:00.625Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T21:40:00.627Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:40:00.627Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T21:40:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T21:40:10.220Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:40:10.224Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:41:00.623Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:41:00.624Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T21:41:00.624Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T21:41:00.627Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:41:00.628Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T21:41:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T21:41:10.198Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:41:10.198Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:42:00.624Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:42:00.625Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T21:42:00.625Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T21:42:00.627Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:42:00.627Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T21:42:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T21:42:10.191Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:42:10.192Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:43:00.625Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:43:00.626Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T21:43:00.626Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T21:43:00.627Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:43:00.627Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T21:43:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T21:43:10.219Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:43:10.219Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:44:00.624Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:44:00.624Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T21:44:00.624Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T21:44:00.627Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:44:00.627Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T21:44:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T21:44:10.213Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:44:10.215Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:45:00.624Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:45:00.625Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T21:45:00.625Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T21:45:00.627Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:45:00.627Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T21:45:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T21:45:10.194Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:45:10.194Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:46:00.624Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:46:00.627Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T21:46:00.627Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:46:00.627Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T21:46:00.628Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T21:46:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T21:46:10.197Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:46:10.199Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:47:00.624Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:47:00.627Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:47:00.628Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T21:47:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T21:47:00.628Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T21:47:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T21:47:10.218Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:47:10.221Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:48:00.624Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:48:00.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-02-17T21:48:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T21:48:00.627Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:48:00.627Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T21:48:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T21:48:10.193Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:48:10.207Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:49:00.624Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:49:00.625Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T21:49:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T21:49:00.627Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:49:00.627Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T21:49:00.628Z|12806684-1820-48dc-ae24-b8374736332c|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T21:49:10.202Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:49:10.202Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:50:00.624Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:50:00.624Z|12806684-1820-48dc-ae24-b8374736332c|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-02-17T21:50:00.625Z|12806684-1820-48dc-ae24-b8374736332c|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T21:50:00.627Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:50:00.628Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T21:50:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T21:50:10.197Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:50:10.198Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:51:00.624Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:51:00.624Z|12806684-1820-48dc-ae24-b8374736332c|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-02-17T21:51:00.624Z|12806684-1820-48dc-ae24-b8374736332c|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T21:51:00.627Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:51:00.627Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T21:51:00.627Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T21:51:10.199Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:51:10.206Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:52:00.624Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:52:00.625Z|12806684-1820-48dc-ae24-b8374736332c|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-02-17T21:52:00.625Z|12806684-1820-48dc-ae24-b8374736332c|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T21:52:00.627Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:52:00.627Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T21:52:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T21:52:10.201Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:52:10.214Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:53:00.624Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:53:00.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-02-17T21:53:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T21:53:00.627Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:53:00.628Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T21:53:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T21:53:10.198Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:53:10.209Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:54:00.624Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:54:00.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-02-17T21:54:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T21:54:00.627Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:54:00.627Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T21:54:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T21:54:10.203Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:54:10.203Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:55:00.624Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:55:00.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-02-17T21:55:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T21:55:00.627Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:55:00.627Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T21:55:00.627Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T21:55:10.192Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:55:10.196Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:56:00.624Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:56:00.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-02-17T21:56:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T21:56:00.627Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:56:00.627Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T21:56:00.628Z|12806684-1820-48dc-ae24-b8374736332c|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T21:56:10.207Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:56:10.210Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:57:00.624Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:57:00.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-02-17T21:57:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T21:57:00.627Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:57:00.627Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T21:57:00.627Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T21:57:10.175Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:57:10.176Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:58:00.624Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:58:00.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-02-17T21:58:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T21:58:00.627Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:58:00.627Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T21:58:00.628Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T21:58:10.194Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:58:10.194Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:59:00.624Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:59:00.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-02-17T21:59:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T21:59:00.627Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:59:00.628Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T21:59:00.628Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T21:59:10.191Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T21:59:10.191Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:00:00.623Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T22:00:00.624Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T22:00:00.624Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T22:00:00.627Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T22:00:00.627Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T22:00:00.627Z|12806684-1820-48dc-ae24-b8374736332c|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T22:00:10.187Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:00:10.188Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:01:00.624Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T22:01:00.625Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T22:01:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T22:01:00.628Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T22:01:00.629Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T22:01:00.629Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T22:01:10.196Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:01:10.198Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:02:00.624Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T22:02:00.625Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T22:02:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T22:02:00.627Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T22:02:00.627Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T22:02:00.627Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T22:02:10.197Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:02:10.197Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:03:00.624Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T22:03:00.626Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T22:03:00.627Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T22:03:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T22:03:00.628Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T22:03:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T22:03:10.191Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:03:10.196Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:04:00.624Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T22:04:00.625Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T22:04:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T22:04:00.627Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T22:04:00.628Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T22:04:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T22:04:10.181Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:04:10.188Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:05:00.624Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T22:05:00.624Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T22:05:00.624Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T22:05:00.627Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T22:05:00.628Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T22:05:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T22:05:10.181Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:05:10.182Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:06:00.624Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T22:06:00.624Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T22:06:00.624Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T22:06:00.627Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T22:06:00.628Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T22:06:00.628Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T22:06:10.190Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:06:10.190Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:07:00.624Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T22:07:00.624Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T22:07:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T22:07:00.627Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T22:07:00.627Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T22:07:00.628Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T22:07:10.185Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:07:10.185Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:08:00.625Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T22:08:00.626Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T22:08:00.626Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RZuyvHXN2BdsQA2U) ...
2023-02-17T22:08:00.627Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T22:08:00.628Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T22:08:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T22:08:10.177Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:08:10.177Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:09:00.624Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T22:09:00.625Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T22:09:00.625Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RZuyvHXN2BdsQA2U) ...
2023-02-17T22:09:00.627Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T22:09:00.627Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T22:09:00.627Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T22:09:10.180Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:09:10.183Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:10:00.624Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T22:10:00.625Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T22:10:00.625Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RZuyvHXN2BdsQA2U) ...
2023-02-17T22:10:00.627Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T22:10:00.628Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T22:10:00.628Z|12806684-1820-48dc-ae24-b8374736332c|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T22:10:10.177Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:10:10.177Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:11:00.624Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T22:11:00.627Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T22:11:00.628Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T22:11:00.628Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T22:11:00.628Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T22:11:00.628Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RZuyvHXN2BdsQA2U) ...
2023-02-17T22:11:10.179Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:11:10.182Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:12:00.624Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T22:12:00.624Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T22:12:00.625Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RZuyvHXN2BdsQA2U) ...
2023-02-17T22:12:00.627Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T22:12:00.627Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T22:12:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T22:12:10.177Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:12:10.178Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:13:00.624Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T22:13:00.624Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T22:13:00.625Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RZuyvHXN2BdsQA2U) ...
2023-02-17T22:13:00.627Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T22:13:00.627Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T22:13:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T22:13:10.189Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:13:10.191Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:14:00.624Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T22:14:00.624Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T22:14:00.625Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RZuyvHXN2BdsQA2U) ...
2023-02-17T22:14:00.627Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T22:14:00.628Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T22:14:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T22:14:10.181Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:14:10.187Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:15:00.624Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T22:15:00.625Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T22:15:00.625Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RZuyvHXN2BdsQA2U) ...
2023-02-17T22:15:00.627Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T22:15:00.627Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T22:15:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T22:15:10.174Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:15:10.176Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:16:00.624Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T22:16:00.624Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T22:16:00.625Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RZuyvHXN2BdsQA2U) ...
2023-02-17T22:16:00.627Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T22:16:00.627Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T22:16:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T22:16:10.174Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:16:10.175Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:17:00.624Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T22:17:00.625Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T22:17:00.625Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RZuyvHXN2BdsQA2U) ...
2023-02-17T22:17:00.627Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T22:17:00.628Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T22:17:00.628Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T22:17:10.180Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:17:10.182Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:18:00.624Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T22:18:00.625Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T22:18:00.625Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RZuyvHXN2BdsQA2U) ...
2023-02-17T22:18:00.627Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T22:18:00.627Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T22:18:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T22:18:10.178Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:18:10.178Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:19:00.624Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T22:19:00.627Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T22:19:00.627Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T22:19:00.628Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RZuyvHXN2BdsQA2U) ...
2023-02-17T22:19:00.628Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T22:19:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T22:19:10.178Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:19:10.182Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:20:00.624Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T22:20:00.624Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T22:20:00.625Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RZuyvHXN2BdsQA2U) ...
2023-02-17T22:20:00.627Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T22:20:00.628Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T22:20:00.628Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T22:20:10.189Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:20:10.192Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:21:00.623Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T22:21:00.624Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T22:21:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T22:21:00.627Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T22:21:00.627Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T22:21:00.627Z|12806684-1820-48dc-ae24-b8374736332c|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T22:21:10.176Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:21:10.180Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:22:00.624Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T22:22:00.624Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T22:22:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T22:22:00.627Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T22:22:00.628Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T22:22:00.628Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T22:22:10.185Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:22:10.213Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:23:00.624Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T22:23:00.624Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T22:23:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T22:23:00.627Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T22:23:00.627Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T22:23:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T22:23:10.170Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:23:10.171Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:24:00.624Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T22:24:00.624Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T22:24:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T22:24:00.627Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T22:24:00.627Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T22:24:00.627Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T22:24:10.172Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:24:10.172Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:25:00.624Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T22:25:00.624Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T22:25:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T22:25:00.627Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T22:25:00.627Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T22:25:00.627Z|12806684-1820-48dc-ae24-b8374736332c|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T22:25:10.181Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:25:10.195Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:26:00.624Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T22:26:00.625Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T22:26:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T22:26:00.627Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T22:26:00.627Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T22:26:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T22:26:10.206Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:26:10.206Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:27:00.624Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T22:27:00.627Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T22:27:00.629Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T22:27:00.629Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T22:27:00.630Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T22:27:00.630Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T22:27:10.185Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:27:10.185Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:28:00.624Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T22:28:00.625Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T22:28:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T22:28:00.627Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T22:28:00.627Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T22:28:00.628Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T22:28:10.175Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:28:10.175Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:29:00.624Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T22:29:00.624Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T22:29:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T22:29:00.627Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T22:29:00.640Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T22:29:00.640Z|12806684-1820-48dc-ae24-b8374736332c|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T22:29:10.207Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:29:10.208Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:30:00.623Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T22:30:00.624Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T22:30:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T22:30:00.627Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T22:30:00.627Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T22:30:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T22:30:10.169Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:30:10.172Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:31:00.623Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T22:31:00.624Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T22:31:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T22:31:00.627Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T22:31:00.628Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T22:31:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T22:31:10.182Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:31:10.182Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:32:00.624Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T22:32:00.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-02-17T22:32:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T22:32:00.627Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T22:32:00.627Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T22:32:00.627Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T22:32:10.172Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:32:10.174Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:33:00.624Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T22:33:00.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-02-17T22:33:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T22:33:00.627Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T22:33:00.627Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T22:33:00.628Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T22:33:10.217Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:33:10.217Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:34:00.624Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T22:34:00.625Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T22:34:00.626Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T22:34:00.627Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T22:34:00.627Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T22:34:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T22:34:10.184Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:34:10.205Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:35:00.624Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T22:35:00.627Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T22:35:00.628Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T22:35:00.628Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T22:35:00.628Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T22:35:00.628Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T22:35:10.227Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:35:10.227Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:36:00.624Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T22:36:00.625Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T22:36:00.625Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T22:36:00.627Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T22:36:00.627Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T22:36:00.627Z|12806684-1820-48dc-ae24-b8374736332c|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T22:36:10.174Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:36:10.178Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:37:00.624Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T22:37:00.625Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T22:37:00.625Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T22:37:00.627Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T22:37:00.628Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T22:37:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T22:37:00.779Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:37:00.908Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-17T22:37:00.909Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f96b816c-cf72-44c0-b4ec-72fea28dd4e6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676673372136,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:37:00.911Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:37:00.912Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-17T22:37:00.912Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f96b816c-cf72-44c0-b4ec-72fea28dd4e6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1676673378516,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:37:00.912Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:37:00.912Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-17T22:37:00.913Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f96b816c-cf72-44c0-b4ec-72fea28dd4e6",
  "consumerID": "cds",
  "timestamp": 1676673376971,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:37:00.913Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:37:00.914Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-17T22:37:00.914Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f96b816c-cf72-44c0-b4ec-72fea28dd4e6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676673372136,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:37:00.915Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:37:00.915Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-17T22:37:00.915Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f96b816c-cf72-44c0-b4ec-72fea28dd4e6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1676673378516,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-02-17T22:37:00.916Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:37:00.916Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-17T22:37:00.917Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f96b816c-cf72-44c0-b4ec-72fea28dd4e6",
  "consumerID": "cds",
  "timestamp": 1676673376971,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:37:00.917Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:37:00.917Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-17T22:37:00.917Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f96b816c-cf72-44c0-b4ec-72fea28dd4e6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676673372136,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:37:00.918Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:37:00.918Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-17T22:37:00.918Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f96b816c-cf72-44c0-b4ec-72fea28dd4e6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1676673378516,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-02-17T22:37:00.918Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:37:00.919Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-17T22:37:00.919Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f96b816c-cf72-44c0-b4ec-72fea28dd4e6",
  "consumerID": "cds",
  "timestamp": 1676673376971,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:37:00.919Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:37:00.920Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-17T22:37:00.920Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f96b816c-cf72-44c0-b4ec-72fea28dd4e6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676673372136,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:37:00.920Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:37:00.921Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-17T22:37:00.921Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f96b816c-cf72-44c0-b4ec-72fea28dd4e6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1676673378516,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:37:00.921Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:37:00.921Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-17T22:37:00.922Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f96b816c-cf72-44c0-b4ec-72fea28dd4e6",
  "consumerID": "cds",
  "timestamp": 1676673376971,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:37:00.922Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:37:00.923Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-17T22:37:00.923Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f96b816c-cf72-44c0-b4ec-72fea28dd4e6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676673372136,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:37:00.923Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:37:00.923Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-17T22:37:00.924Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f96b816c-cf72-44c0-b4ec-72fea28dd4e6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1676673378516,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-02-17T22:37:00.924Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:37:00.924Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-17T22:37:00.924Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f96b816c-cf72-44c0-b4ec-72fea28dd4e6",
  "consumerID": "cds",
  "timestamp": 1676673376971,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:37:00.925Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:37:00.925Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-17T22:37:00.925Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f96b816c-cf72-44c0-b4ec-72fea28dd4e6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676673372136,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:37:00.925Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:37:00.925Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-17T22:37:00.925Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f96b816c-cf72-44c0-b4ec-72fea28dd4e6",
  "consumerID": "cds",
  "timestamp": 1676673376971,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:37:00.926Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:37:00.926Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-17T22:37:00.927Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f96b816c-cf72-44c0-b4ec-72fea28dd4e6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1676673378516,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-02-17T22:37:00.927Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:37:00.927Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-17T22:37:00.928Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f96b816c-cf72-44c0-b4ec-72fea28dd4e6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676673372136,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:37:00.928Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:37:00.928Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-17T22:37:00.928Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f96b816c-cf72-44c0-b4ec-72fea28dd4e6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1676673378516,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-02-17T22:37:00.929Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:37:00.929Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-17T22:37:00.929Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f96b816c-cf72-44c0-b4ec-72fea28dd4e6",
  "consumerID": "cds",
  "timestamp": 1676673376971,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:37:00.929Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:37:00.930Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-17T22:37:00.931Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f96b816c-cf72-44c0-b4ec-72fea28dd4e6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676673372136,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:37:00.931Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:37:00.931Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-17T22:37:00.931Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f96b816c-cf72-44c0-b4ec-72fea28dd4e6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1676673378516,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:37:00.931Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:37:00.931Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-17T22:37:00.932Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f96b816c-cf72-44c0-b4ec-72fea28dd4e6",
  "consumerID": "cds",
  "timestamp": 1676673376971,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:37:00.932Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:37:00.932Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-17T22:37:00.932Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f96b816c-cf72-44c0-b4ec-72fea28dd4e6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676673372136,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:37:00.932Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:37:00.932Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-17T22:37:00.932Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f96b816c-cf72-44c0-b4ec-72fea28dd4e6",
  "consumerID": "cds",
  "timestamp": 1676673376971,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:37:00.933Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:37:00.933Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-17T22:37:00.933Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f96b816c-cf72-44c0-b4ec-72fea28dd4e6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1676673378516,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:37:00.933Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:37:00.933Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-17T22:37:00.933Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f96b816c-cf72-44c0-b4ec-72fea28dd4e6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676673372136,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-17T22:37:00.933Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:37:00.933Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-17T22:37:00.933Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f96b816c-cf72-44c0-b4ec-72fea28dd4e6",
  "consumerID": "cds",
  "timestamp": 1676673376971,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-17T22:37:00.933Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:37:00.933Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-17T22:37:00.934Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f96b816c-cf72-44c0-b4ec-72fea28dd4e6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1676673378516,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-17T22:37:00.934Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:37:00.934Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-17T22:37:00.934Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f96b816c-cf72-44c0-b4ec-72fea28dd4e6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1676673388911,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:37:00.934Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:37:00.934Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-17T22:37:00.934Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f96b816c-cf72-44c0-b4ec-72fea28dd4e6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676673390728,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-17T22:37:00.934Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T22:37:00.934Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-17T22:37:00.935Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f96b816c-cf72-44c0-b4ec-72fea28dd4e6",
  "consumerID": "cds",
  "timestamp": 1676673390397,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-17T22:37:00.935Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T22:37:00.935Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-17T22:37:00.935Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f96b816c-cf72-44c0-b4ec-72fea28dd4e6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1676673389581,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-17T22:37:00.935Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T22:37:00.935Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-17T22:37:00.935Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f96b816c-cf72-44c0-b4ec-72fea28dd4e6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1676673388911,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:37:00.935Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:37:00.935Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-17T22:37:00.935Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f96b816c-cf72-44c0-b4ec-72fea28dd4e6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1676673390835,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-17T22:37:00.935Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T22:37:00.936Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-17T22:37:00.936Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f96b816c-cf72-44c0-b4ec-72fea28dd4e6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1676673388911,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:37:00.936Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:37:00.936Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-17T22:37:00.936Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f96b816c-cf72-44c0-b4ec-72fea28dd4e6",
  "consumerID": "aai-ml",
  "timestamp": 1676673391497,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:37:00.936Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:37:00.936Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-17T22:37:00.936Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f96b816c-cf72-44c0-b4ec-72fea28dd4e6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1676673392039,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2023-02-17T22:37:00.936Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T22:37:00.936Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-17T22:37:00.936Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f96b816c-cf72-44c0-b4ec-72fea28dd4e6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676673393276,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-17T22:37:00.936Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T22:37:00.937Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-17T22:37:00.937Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f96b816c-cf72-44c0-b4ec-72fea28dd4e6",
  "consumerID": "cds",
  "timestamp": 1676673393163,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-17T22:37:00.958Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f96b816c-cf72-44c0-b4ec-72fea28dd4e6
2023-02-17T22:37:00.959Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f96b816c-cf72-44c0-b4ec-72fea28dd4e6 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-17T22:37:00.967Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-17T22:37:00.967Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f96b816c-cf72-44c0-b4ec-72fea28dd4e6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1676673388911,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:37:00.968Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:37:00.968Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-17T22:37:00.968Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f96b816c-cf72-44c0-b4ec-72fea28dd4e6",
  "consumerID": "aai-ml",
  "timestamp": 1676673391497,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:37:00.968Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:37:00.968Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-17T22:37:00.968Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f96b816c-cf72-44c0-b4ec-72fea28dd4e6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676673394281,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-17T22:37:00.973Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f96b816c-cf72-44c0-b4ec-72fea28dd4e6
2023-02-17T22:37:00.973Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f96b816c-cf72-44c0-b4ec-72fea28dd4e6 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-17T22:37:00.982Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-17T22:37:00.982Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f96b816c-cf72-44c0-b4ec-72fea28dd4e6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1676673393134,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2023-02-17T22:37:00.983Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T22:37:00.983Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-17T22:37:00.983Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f96b816c-cf72-44c0-b4ec-72fea28dd4e6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1676673388911,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:37:00.983Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:37:00.983Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-17T22:37:00.983Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f96b816c-cf72-44c0-b4ec-72fea28dd4e6",
  "consumerID": "aai-ml",
  "timestamp": 1676673391497,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:37:00.983Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:37:00.983Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-17T22:37:00.984Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74b73160-d69a-45fe-bc97-b3921912301e",
  "consumerID": "cds",
  "timestamp": 1676673394166,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:37:00.984Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:37:00.984Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-17T22:37:00.984Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f96b816c-cf72-44c0-b4ec-72fea28dd4e6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1676673394215,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-17T22:37:00.988Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f96b816c-cf72-44c0-b4ec-72fea28dd4e6
2023-02-17T22:37:00.988Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f96b816c-cf72-44c0-b4ec-72fea28dd4e6 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-17T22:37:00.996Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-17T22:37:00.996Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f96b816c-cf72-44c0-b4ec-72fea28dd4e6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1676673388911,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:37:00.997Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:37:00.997Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-17T22:37:00.997Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f96b816c-cf72-44c0-b4ec-72fea28dd4e6",
  "consumerID": "aai-ml",
  "timestamp": 1676673391497,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:37:00.997Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:37:00.997Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-17T22:37:00.997Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74b73160-d69a-45fe-bc97-b3921912301e",
  "consumerID": "cds",
  "timestamp": 1676673394166,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:37:00.998Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:37:00.998Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-17T22:37:00.998Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f96b816c-cf72-44c0-b4ec-72fea28dd4e6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1676673395222,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-17T22:37:00.998Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T22:37:00.998Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-17T22:37:00.998Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f96b816c-cf72-44c0-b4ec-72fea28dd4e6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1676673388911,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:37:00.999Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:37:00.999Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-17T22:37:00.999Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f96b816c-cf72-44c0-b4ec-72fea28dd4e6",
  "consumerID": "aai-ml",
  "timestamp": 1676673391497,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:37:00.999Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:37:00.999Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-17T22:37:00.999Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74b73160-d69a-45fe-bc97-b3921912301e",
  "consumerID": "cds",
  "timestamp": 1676673394166,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:37:00.999Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:37:01.000Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-17T22:37:01.000Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f96b816c-cf72-44c0-b4ec-72fea28dd4e6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1676673388911,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:37:01.000Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:37:01.000Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-17T22:37:01.000Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f96b816c-cf72-44c0-b4ec-72fea28dd4e6",
  "consumerID": "aai-ml",
  "timestamp": 1676673391497,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:37:01.000Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:37:01.000Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-17T22:37:01.001Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74b73160-d69a-45fe-bc97-b3921912301e",
  "consumerID": "cds",
  "timestamp": 1676673394166,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:37:01.001Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:37:01.001Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-17T22:37:01.001Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f96b816c-cf72-44c0-b4ec-72fea28dd4e6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1676673388911,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:37:01.001Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:37:01.001Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-17T22:37:01.001Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f96b816c-cf72-44c0-b4ec-72fea28dd4e6",
  "consumerID": "aai-ml",
  "timestamp": 1676673391497,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:37:01.002Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:37:01.002Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-17T22:37:01.002Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74b73160-d69a-45fe-bc97-b3921912301e",
  "consumerID": "cds",
  "timestamp": 1676673394166,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:37:01.002Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:37:01.002Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-17T22:37:01.002Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f96b816c-cf72-44c0-b4ec-72fea28dd4e6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1676673388911,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:37:01.002Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:37:01.002Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-17T22:37:01.003Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f96b816c-cf72-44c0-b4ec-72fea28dd4e6",
  "consumerID": "aai-ml",
  "timestamp": 1676673391497,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:37:01.003Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:37:01.003Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-17T22:37:01.003Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74b73160-d69a-45fe-bc97-b3921912301e",
  "consumerID": "cds",
  "timestamp": 1676673394166,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:37:01.003Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:37:01.003Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-17T22:37:01.003Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74b73160-d69a-45fe-bc97-b3921912301e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1676673398515,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:37:01.003Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:37:01.003Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-17T22:37:01.003Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f96b816c-cf72-44c0-b4ec-72fea28dd4e6",
  "consumerID": "aai-ml",
  "timestamp": 1676673391497,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:37:01.003Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:37:01.004Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-17T22:37:01.004Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74b73160-d69a-45fe-bc97-b3921912301e",
  "consumerID": "cds",
  "timestamp": 1676673394166,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:37:01.004Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:37:01.004Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-17T22:37:01.004Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74b73160-d69a-45fe-bc97-b3921912301e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1676673398515,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-02-17T22:37:01.004Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:37:01.004Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-17T22:37:01.004Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f96b816c-cf72-44c0-b4ec-72fea28dd4e6",
  "consumerID": "aai-ml",
  "timestamp": 1676673391497,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-17T22:37:01.004Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:37:01.005Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-17T22:37:01.005Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74b73160-d69a-45fe-bc97-b3921912301e",
  "consumerID": "cds",
  "timestamp": 1676673394166,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-17T22:37:01.005Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:37:01.005Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-17T22:37:01.005Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74b73160-d69a-45fe-bc97-b3921912301e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1676673398515,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-02-17T22:37:01.005Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:37:01.005Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-17T22:37:01.005Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74b73160-d69a-45fe-bc97-b3921912301e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676673402136,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:37:01.005Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:37:01.006Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-17T22:37:01.006Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f96b816c-cf72-44c0-b4ec-72fea28dd4e6",
  "consumerID": "aai-ml",
  "timestamp": 1676673402324,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-17T22:37:01.006Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T22:37:01.006Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-17T22:37:01.006Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74b73160-d69a-45fe-bc97-b3921912301e",
  "consumerID": "cds",
  "timestamp": 1676673402988,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-17T22:37:01.006Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T22:37:01.006Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-17T22:37:01.007Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74b73160-d69a-45fe-bc97-b3921912301e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1676673398515,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:37:01.007Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:37:01.007Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-17T22:37:01.007Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74b73160-d69a-45fe-bc97-b3921912301e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676673402136,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:37:01.007Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:37:01.007Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-17T22:37:01.007Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74b73160-d69a-45fe-bc97-b3921912301e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1676673398515,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-02-17T22:37:01.007Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:37:01.008Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-17T22:37:01.008Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74b73160-d69a-45fe-bc97-b3921912301e",
  "consumerID": "cds",
  "timestamp": 1676673404263,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-17T22:37:01.021Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 74b73160-d69a-45fe-bc97-b3921912301e
2023-02-17T22:37:01.021Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 74b73160-d69a-45fe-bc97-b3921912301e and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-17T22:37:01.031Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-17T22:37:01.032Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74b73160-d69a-45fe-bc97-b3921912301e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676673402136,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:37:01.032Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:37:01.032Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-17T22:37:01.032Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74b73160-d69a-45fe-bc97-b3921912301e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1676673398515,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:37:01.032Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:37:01.032Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-17T22:37:01.032Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74b73160-d69a-45fe-bc97-b3921912301e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676673402136,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:37:01.032Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:37:01.033Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-17T22:37:01.033Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74b73160-d69a-45fe-bc97-b3921912301e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1676673398515,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:37:01.033Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:37:01.033Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-17T22:37:01.033Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74b73160-d69a-45fe-bc97-b3921912301e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676673402136,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:37:01.033Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:37:01.033Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-17T22:37:01.033Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74b73160-d69a-45fe-bc97-b3921912301e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1676673398515,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-17T22:37:01.033Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:37:01.033Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-17T22:37:01.034Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74b73160-d69a-45fe-bc97-b3921912301e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676673402136,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:37:01.034Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:37:01.034Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-17T22:37:01.034Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74b73160-d69a-45fe-bc97-b3921912301e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1676673407300,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-17T22:37:01.034Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T22:37:01.034Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-17T22:37:01.035Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74b73160-d69a-45fe-bc97-b3921912301e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676673402136,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:37:01.035Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:37:01.035Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-17T22:37:01.035Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74b73160-d69a-45fe-bc97-b3921912301e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1676673408429,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-17T22:37:01.035Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T22:37:01.035Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-17T22:37:01.035Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74b73160-d69a-45fe-bc97-b3921912301e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676673402136,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-17T22:37:01.036Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:37:01.036Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-17T22:37:01.036Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74b73160-d69a-45fe-bc97-b3921912301e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1676673408911,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:37:01.036Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:37:01.036Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-17T22:37:01.036Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74b73160-d69a-45fe-bc97-b3921912301e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1676673409578,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-02-17T22:37:01.036Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T22:37:01.036Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-17T22:37:01.036Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74b73160-d69a-45fe-bc97-b3921912301e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676673410906,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-17T22:37:01.036Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T22:37:01.036Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-17T22:37:01.037Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74b73160-d69a-45fe-bc97-b3921912301e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1676673408911,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:37:01.037Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:37:01.037Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-17T22:37:01.037Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74b73160-d69a-45fe-bc97-b3921912301e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1676673410629,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-17T22:37:01.044Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 74b73160-d69a-45fe-bc97-b3921912301e
2023-02-17T22:37:01.045Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 74b73160-d69a-45fe-bc97-b3921912301e and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-17T22:37:01.053Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-17T22:37:01.053Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f96b816c-cf72-44c0-b4ec-72fea28dd4e6",
  "consumerID": "aai-ml",
  "timestamp": 1676673411032,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-17T22:37:01.053Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T22:37:01.053Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-17T22:37:01.053Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74b73160-d69a-45fe-bc97-b3921912301e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1676673408911,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:37:01.053Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:37:01.053Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-17T22:37:01.053Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74b73160-d69a-45fe-bc97-b3921912301e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1676673411634,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-17T22:37:01.054Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T22:37:01.054Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-17T22:37:01.054Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f96b816c-cf72-44c0-b4ec-72fea28dd4e6",
  "consumerID": "aai-ml",
  "timestamp": 1676673412038,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-17T22:37:01.058Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f96b816c-cf72-44c0-b4ec-72fea28dd4e6
2023-02-17T22:37:01.059Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f96b816c-cf72-44c0-b4ec-72fea28dd4e6 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-17T22:37:01.067Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-17T22:37:01.067Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c1ad8f-e69e-4914-951a-02346e712015",
  "consumerID": "cds",
  "timestamp": 1676673406971,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:37:01.067Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:37:01.068Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-17T22:37:01.068Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74b73160-d69a-45fe-bc97-b3921912301e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676673413315,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-17T22:37:01.068Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T22:37:01.068Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-17T22:37:01.068Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74b73160-d69a-45fe-bc97-b3921912301e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1676673408911,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:37:01.068Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:37:01.068Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-17T22:37:01.068Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74b73160-d69a-45fe-bc97-b3921912301e",
  "consumerID": "aai-ml",
  "timestamp": 1676673391497,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:37:01.069Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:37:01.069Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-17T22:37:01.069Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c1ad8f-e69e-4914-951a-02346e712015",
  "consumerID": "cds",
  "timestamp": 1676673406971,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:37:01.069Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:37:01.069Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-17T22:37:01.069Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74b73160-d69a-45fe-bc97-b3921912301e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676673414318,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-17T22:37:01.074Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 74b73160-d69a-45fe-bc97-b3921912301e
2023-02-17T22:37:01.074Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 74b73160-d69a-45fe-bc97-b3921912301e and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-17T22:37:01.083Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-17T22:37:01.083Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74b73160-d69a-45fe-bc97-b3921912301e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1676673408911,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:37:01.084Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:37:01.084Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-17T22:37:01.084Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74b73160-d69a-45fe-bc97-b3921912301e",
  "consumerID": "aai-ml",
  "timestamp": 1676673391497,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:37:01.084Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:37:01.084Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-17T22:37:01.084Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c1ad8f-e69e-4914-951a-02346e712015",
  "consumerID": "cds",
  "timestamp": 1676673406971,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:37:01.084Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:37:01.085Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-17T22:37:01.085Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74b73160-d69a-45fe-bc97-b3921912301e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1676673408911,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:37:01.085Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:37:01.085Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-17T22:37:01.085Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74b73160-d69a-45fe-bc97-b3921912301e",
  "consumerID": "aai-ml",
  "timestamp": 1676673391497,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:37:01.086Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:37:01.086Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-17T22:37:01.086Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c1ad8f-e69e-4914-951a-02346e712015",
  "consumerID": "cds",
  "timestamp": 1676673406971,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:37:01.086Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:37:01.086Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-17T22:37:01.086Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74b73160-d69a-45fe-bc97-b3921912301e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1676673408911,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:37:01.086Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:37:01.087Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-17T22:37:01.087Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74b73160-d69a-45fe-bc97-b3921912301e",
  "consumerID": "aai-ml",
  "timestamp": 1676673391497,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:37:01.087Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:37:01.087Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-17T22:37:01.087Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c1ad8f-e69e-4914-951a-02346e712015",
  "consumerID": "cds",
  "timestamp": 1676673406971,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:37:01.087Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:37:01.087Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-17T22:37:01.088Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74b73160-d69a-45fe-bc97-b3921912301e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1676673408911,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:37:01.088Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:37:01.088Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-17T22:37:01.088Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74b73160-d69a-45fe-bc97-b3921912301e",
  "consumerID": "aai-ml",
  "timestamp": 1676673391497,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:37:01.088Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:37:01.088Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-17T22:37:01.088Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c1ad8f-e69e-4914-951a-02346e712015",
  "consumerID": "cds",
  "timestamp": 1676673406971,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:37:01.089Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:37:01.089Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-17T22:37:01.089Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74b73160-d69a-45fe-bc97-b3921912301e",
  "consumerID": "aai-ml",
  "timestamp": 1676673391497,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:37:01.089Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:37:01.089Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-17T22:37:01.089Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c1ad8f-e69e-4914-951a-02346e712015",
  "consumerID": "cds",
  "timestamp": 1676673406971,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:37:01.090Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:37:01.090Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-17T22:37:01.091Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74b73160-d69a-45fe-bc97-b3921912301e",
  "consumerID": "aai-ml",
  "timestamp": 1676673391497,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:37:01.091Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:37:01.091Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-17T22:37:01.091Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c1ad8f-e69e-4914-951a-02346e712015",
  "consumerID": "cds",
  "timestamp": 1676673406971,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:37:01.091Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:37:01.091Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-17T22:37:01.091Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c1ad8f-e69e-4914-951a-02346e712015",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1676673418514,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:37:01.091Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:37:01.092Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-17T22:37:01.092Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74b73160-d69a-45fe-bc97-b3921912301e",
  "consumerID": "aai-ml",
  "timestamp": 1676673391497,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-17T22:37:01.092Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:37:01.092Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-17T22:37:01.092Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c1ad8f-e69e-4914-951a-02346e712015",
  "consumerID": "cds",
  "timestamp": 1676673406971,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-17T22:37:01.092Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:37:01.092Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-17T22:37:01.092Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c1ad8f-e69e-4914-951a-02346e712015",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1676673418514,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:37:01.092Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:37:01.269Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:37:01.272Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-17T22:37:01.272Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"f96b816c-cf72-44c0-b4ec-72fea28dd4e6","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"85d4cd19-6183-4ccf-9ef2-53f3cbb610ae","serviceDescription":"service","serviceInvariantUUID":"5885e39a-852a-4c40-9110-ab7296f161cf","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"41f6950b-42cc-4f57-9f64-2330ac18d61c","resourceInvariantUUID":"2437a953-e63b-49c6-bf77-4696ddf23361","resourceCustomizationUUID":"fa65ea72-b9d1-49c5-a778-8c4f430fa1fd","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml","artifactChecksum":"OWU0OWFkYTQ1Zjg4ZTE1OGE1NTk0YjdiMTg2MWU0NDM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"83cd001e-646a-405e-b1c2-0b4caa9f45d9","artifactVersion":"1"},{"artifactName":"basic_cnf_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json","artifactChecksum":"Mjk4YmUzY2U5MWUwZGNmNzE3OTUwNWZkNWUxNGQzZDk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d0fbf307-c85d-49b9-9908-0550c5909bee","artifactVersion":"1"},{"artifactName":"base_template_dummy_ignore.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml","artifactChecksum":"ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f8df3175-9e34-415e-b093-737c7741879f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"Njk1MTM1MjJiZTllY2UyN2I2MWE2NzA1NzAzZWM5YjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"865c66b5-acd2-4140-b121-156d260b81d7","artifactVersion":"1"},{"artifactName":"helm_apache.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"cfb773cd-3b03-42fc-adcf-ebc899fcf5ce","artifactVersion":"2","generatedFromUUID":"691c0cce-5db2-4696-b1f7-cef52e9b2557"},{"artifactName":"base_template_dummy_ignore.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env","artifactChecksum":"MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"72cfc347-f929-45dc-a4d5-5648db061f74","artifactVersion":"2","generatedFromUUID":"f8df3175-9e34-415e-b093-737c7741879f"},{"artifactName":"helm_apache.tgz","artifactType":"HELM","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz","artifactChecksum":"Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"691c0cce-5db2-4696-b1f7-cef52e9b2557","artifactVersion":"1"},{"artifactName":"basic_cnf_cba_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip","artifactChecksum":"OWEzNmRmZDA4MGYyNGFkYTE2M2M0ZmVhMjNhZDVjNmM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"8eaaf5e6-e02c-4e50-92a3-8397e80bce60","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml","artifactChecksum":"NzRhNjhmMmE1MTI5Nzc2NmVjOWVmOTFlMTFiMzY2M2Q\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"353f6f9b-d302-48bc-9792-0fe2c6fea6da","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"ZDY1ZTRlNTY0YmQ5ZjIxYTIwNTE4ZTQ4YThhMmRmNGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3ed5ae7f-15ac-4c97-8ba3-ca85fb843d15","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-17T22:37:01.276Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-17T22:37:01.277Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-17T22:37:01.282Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T22:37:01.283Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f96b816c-cf72-44c0-b4ec-72fea28dd4e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676673420623,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:37:01.383Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-17T22:37:01.384Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T22:37:01.384Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T22:37:01.397Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:37:01.399Z||pool-100-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2023-02-17T22:37:02.283Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-17T22:37:02.284Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-17T22:37:02.286Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T22:37:02.286Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f96b816c-cf72-44c0-b4ec-72fea28dd4e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676673420623,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-02-17T22:37:02.387Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-17T22:37:02.388Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T22:37:02.388Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T22:37:02.405Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:37:02.406Z||pool-101-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2023-02-17T22:37:03.287Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-17T22:37:03.288Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-17T22:37:03.290Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T22:37:03.290Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f96b816c-cf72-44c0-b4ec-72fea28dd4e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676673420623,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-02-17T22:37:03.390Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-17T22:37:03.391Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T22:37:03.391Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T22:37:03.402Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:37:03.402Z||pool-102-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2023-02-17T22:37:04.291Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-17T22:37:04.291Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-17T22:37:04.294Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T22:37:04.294Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f96b816c-cf72-44c0-b4ec-72fea28dd4e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676673420623,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:37:04.394Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-17T22:37:04.395Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T22:37:04.396Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T22:37:04.409Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:37:04.410Z||pool-103-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-02-17T22:37:05.295Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-17T22:37:05.297Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-17T22:37:05.299Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T22:37:05.300Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f96b816c-cf72-44c0-b4ec-72fea28dd4e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676673420623,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-02-17T22:37:05.400Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-17T22:37:05.401Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T22:37:05.401Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T22:37:05.414Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:37:05.415Z||pool-104-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-02-17T22:37:06.300Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-17T22:37:06.301Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-17T22:37:06.304Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T22:37:06.304Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f96b816c-cf72-44c0-b4ec-72fea28dd4e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676673420623,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-02-17T22:37:06.404Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-17T22:37:06.406Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T22:37:06.406Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T22:37:06.420Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:37:06.421Z||pool-105-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2023-02-17T22:37:07.305Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-17T22:37:07.305Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-17T22:37:07.309Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T22:37:07.309Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f96b816c-cf72-44c0-b4ec-72fea28dd4e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676673420623,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-02-17T22:37:07.413Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2023-02-17T22:37:07.414Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T22:37:07.415Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T22:37:07.439Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:37:07.440Z||pool-106-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2023-02-17T22:37:08.310Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-17T22:37:08.311Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-17T22:37:08.314Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T22:37:08.314Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f96b816c-cf72-44c0-b4ec-72fea28dd4e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676673420623,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:37:08.418Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2023-02-17T22:37:08.419Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T22:37:08.419Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T22:37:08.431Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:37:08.431Z||pool-107-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-02-17T22:37:09.315Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-17T22:37:09.316Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-17T22:37:09.319Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T22:37:09.320Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f96b816c-cf72-44c0-b4ec-72fea28dd4e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676673420623,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:37:09.420Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-17T22:37:09.421Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T22:37:09.421Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T22:37:09.438Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:37:09.438Z||pool-108-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2023-02-17T22:37:10.320Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-17T22:37:10.321Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-17T22:37:10.326Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T22:37:10.327Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f96b816c-cf72-44c0-b4ec-72fea28dd4e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676673420623,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-17T22:37:10.424Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2023-02-17T22:37:10.425Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T22:37:10.425Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T22:37:10.437Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:37:10.438Z||pool-109-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-02-17T22:37:11.328Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "f96b816c-cf72-44c0-b4ec-72fea28dd4e6",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "85d4cd19-6183-4ccf-9ef2-53f3cbb610ae",
  "serviceDescription": "service",
  "serviceInvariantUUID": "5885e39a-852a-4c40-9110-ab7296f161cf",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "fa65ea72-b9d1-49c5-a778-8c4f430fa1fd",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "41f6950b-42cc-4f57-9f64-2330ac18d61c",
      "resourceInvariantUUID": "2437a953-e63b-49c6-bf77-4696ddf23361",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_cnf_macro0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
          "artifactChecksum": "Mjk4YmUzY2U5MWUwZGNmNzE3OTUwNWZkNWUxNGQzZDk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d0fbf307-c85d-49b9-9908-0550c5909bee",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_template_dummy_ignore.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
          "artifactChecksum": "ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "f8df3175-9e34-415e-b093-737c7741879f",
          "generatedArtifact": {
            "artifactName": "base_template_dummy_ignore.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
            "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "72cfc347-f929-45dc-a4d5-5648db061f74",
            "generatedFromUUID": "f8df3175-9e34-415e-b093-737c7741879f"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "helm_apache.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
          "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "cfb773cd-3b03-42fc-adcf-ebc899fcf5ce",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_template_dummy_ignore.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
          "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "72cfc347-f929-45dc-a4d5-5648db061f74",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "helm_apache.tgz",
          "artifactType": "HELM",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
          "artifactChecksum": "Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "691c0cce-5db2-4696-b1f7-cef52e9b2557",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "ZDY1ZTRlNTY0YmQ5ZjIxYTIwNTE4ZTQ4YThhMmRmNGY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3ed5ae7f-15ac-4c97-8ba3-ca85fb843d15"
    }
  ],
  "workloadContext": "Production"
}
2023-02-17T22:37:11.330Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-17T22:37:11.331Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 85d4cd19-6183-4ccf-9ef2-53f3cbb610ae ASDC
2023-02-17T22:37:11.332Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:f96b816c-cf72-44c0-b4ec-72fea28dd4e6
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:85d4cd19-6183-4ccf-9ef2-53f3cbb610ae
ServiceInvariantUUID:5885e39a-852a-4c40-9110-ab7296f161cf
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicCnfMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
ArtifactUUID:3ed5ae7f-15ac-4c97-8ba3-ca85fb843d15
ArtifactChecksum:ZDY1ZTRlNTY0YmQ5ZjIxYTIwNTE4ZTQ4YThhMmRmNGY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:fa65ea72-b9d1-49c5-a778-8c4f430fa1fd
ResourceInvariantUUID:2437a953-e63b-49c6-bf77-4696ddf23361
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:41f6950b-42cc-4f57-9f64-2330ac18d61c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_cnf_macro0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
ArtifactUUID:d0fbf307-c85d-49b9-9908-0550c5909bee
ArtifactChecksum:Mjk4YmUzY2U5MWUwZGNmNzE3OTUwNWZkNWUxNGQzZDk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
ArtifactUUID:f8df3175-9e34-415e-b093-737c7741879f
ArtifactChecksum:ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
ArtifactUUID:72cfc347-f929-45dc-a4d5-5648db061f74
ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:helm_apache.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
ArtifactUUID:cfb773cd-3b03-42fc-adcf-ebc899fcf5ce
ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
ArtifactUUID:72cfc347-f929-45dc-a4d5-5648db061f74
ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:helm_apache.tgz
ArtifactVersion:1
ArtifactType:HELM
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
ArtifactUUID:691c0cce-5db2-4696-b1f7-cef52e9b2557
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-02-17T22:37:11.332Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 85d4cd19-6183-4ccf-9ef2-53f3cbb610ae ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-02-17T22:37:11.392Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-17T22:37:11.393Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-02-17T22:37:11.394Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-02-17T22:37:11.394Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 3ed5ae7f-15ac-4c97-8ba3-ca85fb843d15 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-02-17T22:37:11.394Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-02-17T22:37:11.395Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-02-17T22:37:11.554Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-02-17T22:37:11.566Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 3ed5ae7f-15ac-4c97-8ba3-ca85fb843d15 162970
2023-02-17T22:37:11.567Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-02-17T22:37:11.567Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-02-17T22:37:11.568Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-17T22:37:11.568Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-17T22:37:11.572Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T22:37:11.573Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f96b816c-cf72-44c0-b4ec-72fea28dd4e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676673431567,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-17T22:37:11.672Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-02-17T22:37:11.673Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T22:37:11.673Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T22:37:11.685Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:37:11.686Z||pool-110-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2023-02-17T22:37:12.574Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-17T22:37:12.575Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-02-17T22:37:12.576Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 3ed5ae7f-15ac-4c97-8ba3-ca85fb843d15, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-02-17T22:37:12.576Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2023-02-17T22:37:12.577Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-02-17T22:37:12.577Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-02-17T22:37:12.868Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14526818999810608843/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2023-02-17T22:37:14.528Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-17T22:37:14.529Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-02-17T22:37:14.529Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-02-17T22:37:14.529Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-02-17T22:37:14.529Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-02-17T22:37:14.529Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-02-17T22:37:14.530Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-02-17T22:37:14.530Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-02-17T22:37:14.530Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-02-17T22:37:14.530Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T22:37:14.530Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T22:37:14.531Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-02-17T22:37:14.531Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-02-17T22:37:14.531Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-17T22:37:14.532Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T22:37:14.532Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T22:37:14.532Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-02-17T22:37:14.532Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-02-17T22:37:14.533Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-17T22:37:14.533Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T22:37:14.533Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T22:37:14.533Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T22:37:14.534Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-02-17T22:37:14.534Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2023-02-17T22:37:14.534Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||Node template dummy_base is not matching search criteria
2023-02-17T22:37:14.534Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-02-17T22:37:14.534Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T22:37:14.535Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-17T22:37:14.535Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T22:37:14.535Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-02-17T22:37:14.535Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-17T22:37:14.536Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T22:37:14.536Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-02-17T22:37:14.536Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-17T22:37:14.536Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T22:37:14.537Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-02-17T22:37:14.537Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-17T22:37:14.537Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T22:37:14.537Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-02-17T22:37:14.537Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-17T22:37:14.538Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T22:37:14.538Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-02-17T22:37:14.538Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2023-02-17T22:37:14.538Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=613d840a-e14a-4708-a99a-2f2f39bf36e0
2023-02-17T22:37:14.538Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T22:37:14.539Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T22:37:14.539Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T22:37:14.539Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T22:37:14.539Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T22:37:14.539Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T22:37:14.539Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T22:37:14.539Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T22:37:14.540Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:85d4cd19-6183-4ccf-9ef2-53f3cbb610ae
Model Version:NULL
Model InvariantUuid:5885e39a-852a-4c40-9110-ab7296f161cf
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:983c6407-2f6c-4e89-8cbe-3dd76cdda1c2
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:2437a953-e63b-49c6-bf77-4696ddf23361
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:fa65ea72-b9d1-49c5-a778-8c4f430fa1fd
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:86c0bc6e-7a7c-40f5-931a-8ac63799893e
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:fd322e03-51e6-434d-964d-fa68db54133b
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:32e6e9c4-cec2-450f-ba1a-8fbea2fe8d81
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:54296bc2-6d33-4f4a-b981-d89ed7d4a555
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:613d840a-e14a-4708-a99a-2f2f39bf36e0
ModelInvariantUuid:4d18b2fb-9079-4d31-b940-5d8e54c81fcc
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:538fd8ba-202f-494f-8dd1-7350156efb37
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:06866604-7edd-4ecd-8d94-f6f47d73c5ec
ModelInvariantUuid:346beb64-904b-4f73-9655-99faf7cba89e
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:0a4bd514-4ca9-47fb-9ecf-a300dc1b44d8
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-02-17T22:37:14.548Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 41f6950b-42cc-4f57-9f64-2330ac18d61c
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-17T22:37:14.555Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||INFO|500||basic_cnf_macro 0
2023-02-17T22:37:14.555Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 41f6950b-42cc-4f57-9f64-2330ac18d61c
2023-02-17T22:37:14.555Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: d0fbf307-c85d-49b9-9908-0550c5909bee from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2023-02-17T22:37:14.556Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-02-17T22:37:14.556Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2023-02-17T22:37:14.654Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-02-17T22:37:14.655Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json d0fbf307-c85d-49b9-9908-0550c5909bee 1565
2023-02-17T22:37:14.655Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2023-02-17T22:37:14.655Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2023-02-17T22:37:14.655Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-17T22:37:14.656Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-17T22:37:14.657Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T22:37:14.658Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f96b816c-cf72-44c0-b4ec-72fea28dd4e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676673434655,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-17T22:37:14.758Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-17T22:37:14.759Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T22:37:14.759Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T22:37:14.771Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:37:14.772Z||pool-111-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-02-17T22:37:15.658Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "32e6e9c4-cec2-450f-ba1a-8fbea2fe8d81",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "54296bc2-6d33-4f4a-b981-d89ed7d4a555",
    "vfModuleModelCustomizationUUID": "bf8790a5-87b0-4ebe-a3b7-1bba9a940c47",
    "isBase": true,
    "artifacts": [
      "f8df3175-9e34-415e-b093-737c7741879f",
      "72cfc347-f929-45dc-a4d5-5648db061f74"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_template_dummy_ignore",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  },
  {
    "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1",
    "vfModuleModelInvariantUUID": "86c0bc6e-7a7c-40f5-931a-8ac63799893e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "fd322e03-51e6-434d-964d-fa68db54133b",
    "vfModuleModelCustomizationUUID": "bf6f4aed-509b-41e3-b774-8041bd575f2a",
    "isBase": false,
    "artifacts": [
      "691c0cce-5db2-4696-b1f7-cef52e9b2557"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-02-17T22:37:15.665Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:54296bc2-6d33-4f4a-b981-d89ed7d4a555
VfModuleModelInvariantUUID:32e6e9c4-cec2-450f-ba1a-8fbea2fe8d81
VfModuleModelDescription:NULL
Artifacts UUID List:{
f8df3175-9e34-415e-b093-737c7741879f
,
72cfc347-f929-45dc-a4d5-5648db061f74

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_template_dummy_ignore
  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

,
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..helm_apache..module-1
VfModuleModelVersion:1
VfModuleModelUUID:fd322e03-51e6-434d-964d-fa68db54133b
VfModuleModelInvariantUUID:86c0bc6e-7a7c-40f5-931a-8ac63799893e
VfModuleModelDescription:NULL
Artifacts UUID List:{
691c0cce-5db2-4696-b1f7-cef52e9b2557

}
Properties List:{
  min_vf_module_instances : 0
  vf_module_label : helm_apache
  max_vf_module_instances : 
  vfc_list : 
  vf_module_type : Expansion
  vf_module_description : 
  initial_count : 0
  volume_group : false
  availability_zone_count :
}

isBase:false


}

2023-02-17T22:37:15.668Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "32e6e9c4-cec2-450f-ba1a-8fbea2fe8d81",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "54296bc2-6d33-4f4a-b981-d89ed7d4a555",
    "vfModuleModelCustomizationUUID": "bf8790a5-87b0-4ebe-a3b7-1bba9a940c47",
    "isBase": true,
    "artifacts": [
      "f8df3175-9e34-415e-b093-737c7741879f",
      "72cfc347-f929-45dc-a4d5-5648db061f74"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_template_dummy_ignore",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  },
  {
    "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1",
    "vfModuleModelInvariantUUID": "86c0bc6e-7a7c-40f5-931a-8ac63799893e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "fd322e03-51e6-434d-964d-fa68db54133b",
    "vfModuleModelCustomizationUUID": "bf6f4aed-509b-41e3-b774-8041bd575f2a",
    "isBase": false,
    "artifacts": [
      "691c0cce-5db2-4696-b1f7-cef52e9b2557"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-02-17T22:37:15.668Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:54296bc2-6d33-4f4a-b981-d89ed7d4a555
VfModuleModelInvariantUUID:32e6e9c4-cec2-450f-ba1a-8fbea2fe8d81
VfModuleModelDescription:NULL
Artifacts UUID List:{
f8df3175-9e34-415e-b093-737c7741879f
,
72cfc347-f929-45dc-a4d5-5648db061f74

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_template_dummy_ignore
  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

,
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..helm_apache..module-1
VfModuleModelVersion:1
VfModuleModelUUID:fd322e03-51e6-434d-964d-fa68db54133b
VfModuleModelInvariantUUID:86c0bc6e-7a7c-40f5-931a-8ac63799893e
VfModuleModelDescription:NULL
Artifacts UUID List:{
691c0cce-5db2-4696-b1f7-cef52e9b2557

}
Properties List:{
  min_vf_module_instances : 0
  vf_module_label : helm_apache
  max_vf_module_instances : 
  vfc_list : 
  vf_module_type : Expansion
  vf_module_description : 
  initial_count : 0
  volume_group : false
  availability_zone_count :
}

isBase:false


}

2023-02-17T22:37:15.668Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: f8df3175-9e34-415e-b093-737c7741879f from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2023-02-17T22:37:15.668Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-02-17T22:37:15.669Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2023-02-17T22:37:15.721Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-02-17T22:37:15.722Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml f8df3175-9e34-415e-b093-737c7741879f 914
2023-02-17T22:37:15.722Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2023-02-17T22:37:15.722Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2023-02-17T22:37:15.723Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-17T22:37:15.723Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-17T22:37:15.725Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T22:37:15.725Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f96b816c-cf72-44c0-b4ec-72fea28dd4e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676673435722,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-17T22:37:15.825Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-17T22:37:15.826Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T22:37:15.827Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T22:37:15.838Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:37:15.838Z||pool-112-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2023-02-17T22:37:16.726Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: cfb773cd-3b03-42fc-adcf-ebc899fcf5ce from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2023-02-17T22:37:16.727Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-02-17T22:37:16.728Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2023-02-17T22:37:16.823Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-02-17T22:37:16.824Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env cfb773cd-3b03-42fc-adcf-ebc899fcf5ce 12
2023-02-17T22:37:16.824Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2023-02-17T22:37:16.824Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2023-02-17T22:37:16.824Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-17T22:37:16.825Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-17T22:37:16.826Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T22:37:16.827Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f96b816c-cf72-44c0-b4ec-72fea28dd4e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676673436824,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2023-02-17T22:37:16.927Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-17T22:37:16.928Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T22:37:16.928Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T22:37:16.944Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:37:16.945Z||pool-113-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2023-02-17T22:37:17.828Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 72cfc347-f929-45dc-a4d5-5648db061f74 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2023-02-17T22:37:17.829Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-02-17T22:37:17.829Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2023-02-17T22:37:17.890Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-02-17T22:37:17.891Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 72cfc347-f929-45dc-a4d5-5648db061f74 96
2023-02-17T22:37:17.891Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2023-02-17T22:37:17.892Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2023-02-17T22:37:17.892Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-17T22:37:17.892Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-17T22:37:17.896Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T22:37:17.896Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f96b816c-cf72-44c0-b4ec-72fea28dd4e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676673437891,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2023-02-17T22:37:17.996Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-02-17T22:37:17.997Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T22:37:17.997Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T22:37:18.009Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:37:18.009Z||pool-114-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2023-02-17T22:37:18.897Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 691c0cce-5db2-4696-b1f7-cef52e9b2557 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2023-02-17T22:37:18.898Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-02-17T22:37:18.898Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2023-02-17T22:37:18.968Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-02-17T22:37:18.969Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 691c0cce-5db2-4696-b1f7-cef52e9b2557 20206
2023-02-17T22:37:18.970Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2023-02-17T22:37:18.970Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2023-02-17T22:37:18.970Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-17T22:37:18.971Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-17T22:37:18.972Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T22:37:18.973Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f96b816c-cf72-44c0-b4ec-72fea28dd4e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676673438970,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2023-02-17T22:37:19.091Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 118 ms
2023-02-17T22:37:19.092Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T22:37:19.092Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T22:37:19.105Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:37:19.106Z||pool-115-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-02-17T22:37:19.981Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 85d4cd19-6183-4ccf-9ef2-53f3cbb610ae
2023-02-17T22:37:19.982Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 41f6950b-42cc-4f57-9f64-2330ac18d61c ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-17T22:37:20.003Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1f3d9c77, org.onap.sdc.toscaparser.api.parameters.Input@d17dab5, org.onap.sdc.toscaparser.api.parameters.Input@61e3051f, org.onap.sdc.toscaparser.api.parameters.Input@5e61eb33, org.onap.sdc.toscaparser.api.parameters.Input@2dcc1aac]
2023-02-17T22:37:20.005Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T22:37:20.005Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T22:37:20.006Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2023-02-17T22:37:20.006Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= fa65ea72-b9d1-49c5-a778-8c4f430fa1fd
2023-02-17T22:37:20.006Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: fa65ea72-b9d1-49c5-a778-8c4f430fa1fd matches Tosca VF Customization UUID: fa65ea72-b9d1-49c5-a778-8c4f430fa1fd
2023-02-17T22:37:20.006Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: fa65ea72-b9d1-49c5-a778-8c4f430fa1fd  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2023-02-17T22:37:20.010Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T22:37:20.011Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T22:37:20.012Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id fa65ea72-b9d1-49c5-a778-8c4f430fa1fd: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"APACHE\"}
2023-02-17T22:37:20.012Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3666cd56
2023-02-17T22:37:20.012Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T22:37:20.012Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-17T22:37:20.012Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : bf6f4aed-509b-41e3-b774-8041bd575f2a
2023-02-17T22:37:20.013Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID bf6f4aed-509b-41e3-b774-8041bd575f2a
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2023-02-17T22:37:20.016Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T22:37:20.017Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-02-17T22:37:20.017Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-17T22:37:20.017Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T22:37:20.017Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-02-17T22:37:20.017Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-17T22:37:20.018Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T22:37:20.018Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-02-17T22:37:20.018Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=fa65ea72-b9d1-49c5-a778-8c4f430fa1fd
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-17T22:37:20.020Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T22:37:20.020Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T22:37:20.020Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 85d4cd19-6183-4ccf-9ef2-53f3cbb610ae: basic_cnf_macro
2023-02-17T22:37:20.020Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T22:37:20.021Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T22:37:20.021Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T22:37:20.021Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T22:37:20.021Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T22:37:20.021Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T22:37:20.022Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T22:37:20.022Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T22:37:20.022Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T22:37:20.022Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T22:37:20.022Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||INFO|500||Saving Service: basic_cnf_macro 
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 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: 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 watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-17T22:37:20.101Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 41f6950b-42cc-4f57-9f64-2330ac18d61c 2 ASDC deployResourceStructure
2023-02-17T22:37:20.101Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2023-02-17T22:37:20.101Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2023-02-17T22:37:20.102Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-17T22:37:20.102Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-17T22:37:20.108Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T22:37:20.108Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f96b816c-cf72-44c0-b4ec-72fea28dd4e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676673440101,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-17T22:37:20.204Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2023-02-17T22:37:20.205Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T22:37:20.205Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T22:37:20.218Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:37:20.218Z||pool-116-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-02-17T22:37:21.109Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2023-02-17T22:37:21.109Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2023-02-17T22:37:21.109Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-17T22:37:21.110Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-17T22:37:21.112Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T22:37:21.112Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f96b816c-cf72-44c0-b4ec-72fea28dd4e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676673441109,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2023-02-17T22:37:21.213Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-02-17T22:37:21.213Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T22:37:21.213Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T22:37:21.225Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:37:21.226Z||pool-117-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-02-17T22:37:22.114Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2023-02-17T22:37:22.115Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource)
2023-02-17T22:37:22.115Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-02-17T22:37:22.115Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-17T22:37:22.117Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T22:37:22.117Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f96b816c-cf72-44c0-b4ec-72fea28dd4e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676673442114,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2023-02-17T22:37:22.218Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-02-17T22:37:22.219Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T22:37:22.219Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T22:37:22.231Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:37:22.231Z||pool-118-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2023-02-17T22:37:23.118Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2023-02-17T22:37:23.119Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2023-02-17T22:37:23.119Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-17T22:37:23.120Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-17T22:37:23.122Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T22:37:23.122Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f96b816c-cf72-44c0-b4ec-72fea28dd4e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676673443118,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2023-02-17T22:37:23.223Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-17T22:37:23.224Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T22:37:23.224Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T22:37:23.235Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:37:23.236Z||pool-119-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-02-17T22:37:24.123Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2023-02-17T22:37:24.124Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource)
2023-02-17T22:37:24.124Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-02-17T22:37:24.124Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-17T22:37:24.126Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T22:37:24.126Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f96b816c-cf72-44c0-b4ec-72fea28dd4e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676673444123,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2023-02-17T22:37:24.226Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-17T22:37:24.228Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T22:37:24.228Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T22:37:24.239Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:37:24.240Z||pool-120-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-02-17T22:37:25.128Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-02-17T22:37:25.128Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-02-17T22:37:25.128Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-17T22:37:25.129Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-17T22:37:25.132Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T22:37:25.132Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f96b816c-cf72-44c0-b4ec-72fea28dd4e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676673445128,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-17T22:37:25.232Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-17T22:37:25.233Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T22:37:25.233Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T22:37:25.244Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:37:25.244Z||pool-121-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2023-02-17T22:37:26.133Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f96b816c-cf72-44c0-b4ec-72fea28dd4e6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-17T22:37:26.168Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f96b816c-cf72-44c0-b4ec-72fea28dd4e6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-17T22:37:26.176Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-17T22:37:26.178Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-17T22:37:26.178Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-17T22:37:26.178Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-17T22:37:26.178Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-17T22:37:26.178Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-17T22:37:26.179Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-17T22:37:26.179Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-17T22:37:26.179Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-17T22:37:26.179Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-17T22:37:26.186Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-17T22:37:56.186Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f96b816c-cf72-44c0-b4ec-72fea28dd4e6 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-02-17T22:37:56.211Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f96b816c-cf72-44c0-b4ec-72fea28dd4e6 and serviceModelVersionId: 85d4cd19-6183-4ccf-9ef2-53f3cbb610ae
2023-02-17T22:37:56.211Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5885e39a-852a-4c40-9110-ab7296f161cf
2023-02-17T22:37:56.213Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5885e39a-852a-4c40-9110-ab7296f161cf/model-vers/model-ver/85d4cd19-6183-4ccf-9ef2-53f3cbb610ae?depth=0
2023-02-17T22:37:56.219Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-02-17T22:37:56.277Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5885e39a-852a-4c40-9110-ab7296f161cf/model-vers/model-ver/85d4cd19-6183-4ccf-9ef2-53f3cbb610ae?depth=0|INFO|500||Invoke
2023-02-17T22:37:56.278Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5885e39a-852a-4c40-9110-ab7296f161cf/model-vers/model-ver/85d4cd19-6183-4ccf-9ef2-53f3cbb610ae?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5885e39a-852a-4c40-9110-ab7296f161cf/model-vers/model-ver/85d4cd19-6183-4ccf-9ef2-53f3cbb610ae?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f96b816c-cf72-44c0-b4ec-72fea28dd4e6], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b9b882aa-4c76-4a77-bd65-222900429d16], X-ECOMP-RequestID=[f96b816c-cf72-44c0-b4ec-72fea28dd4e6], X-TransactionId=[], X-ONAP-RequestID=[f96b816c-cf72-44c0-b4ec-72fea28dd4e6], Content-Type=[application/merge-patch+json]}
2023-02-17T22:37:56.316Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5885e39a-852a-4c40-9110-ab7296f161cf/model-vers/model-ver/85d4cd19-6183-4ccf-9ef2-53f3cbb610ae?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-02-17T22:37:56.514Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5885e39a-852a-4c40-9110-ab7296f161cf/model-vers/model-ver/85d4cd19-6183-4ccf-9ef2-53f3cbb610ae?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/5885e39a-852a-4c40-9110-ab7296f161cf/model-vers/model-ver/85d4cd19-6183-4ccf-9ef2-53f3cbb610ae?depth=0 has http status code:200 and response headers:{date=[Fri, 17 Feb 2023 22:37:56 GMT], content-length=[0], vertex-id=[536824], x-aai-txid=[2-aai-resources-230217-22:37:56:333-63312], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-17T22:37:56.514Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5885e39a-852a-4c40-9110-ab7296f161cf/model-vers/model-ver/85d4cd19-6183-4ccf-9ef2-53f3cbb610ae?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-02-17T22:37:56.516Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5885e39a-852a-4c40-9110-ab7296f161cf/model-vers/model-ver/85d4cd19-6183-4ccf-9ef2-53f3cbb610ae?depth=0|INFO|500||InvokeReturn
2023-02-17T22:37:56.516Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-17T22:37:56.516Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-17T22:37:56.540Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-02-17T22:37:56.541Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f96b816c-cf72-44c0-b4ec-72fea28dd4e6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-17T22:37:56.541Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-17T22:37:56.541Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-17T22:37:56.543Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T22:37:56.543Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f96b816c-cf72-44c0-b4ec-72fea28dd4e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676673476541,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-17T22:37:56.658Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 115 ms
2023-02-17T22:37:56.659Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T22:37:56.659Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T22:37:56.675Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:37:56.676Z||pool-122-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-02-17T22:37:57.566Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-17T22:37:57.566Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"74b73160-d69a-45fe-bc97-b3921912301e","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"5053f784-e438-4984-b470-c4857fbc7a03","serviceDescription":"service","serviceInvariantUUID":"68454b2e-29f5-44fc-9eea-5cf01eba48ad","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c8508e5e-9009-4b69-aa8e-fde6870e364b","resourceInvariantUUID":"4086d805-fbab-49c3-b732-a6596211d533","resourceCustomizationUUID":"20da3f05-12fd-48b5-827f-fa7fbba9f3e3","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml","artifactChecksum":"YWQ5ZjNjN2RhOGI5OTM1Yjg2YzlmMTZmZjQwNzg4NTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"cd1c6164-e6ef-47dc-aa76-712e737aaedd","artifactVersion":"1"},{"artifactName":"basic_vm_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json","artifactChecksum":"ZDcyMWI1YWY4ZTAzOGVhYzc0MjFmZDE0MzA1YzM5YTE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"eaf7eb91-3467-4263-8e48-e397a7a1f460","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"6e558adf-3d57-458d-a40f-0133184df9d2","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"OWU2MDAzY2U5YmM3Y2I4NzM1MjdlMzY3NjE0N2IyYmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9c133aed-fd85-4a24-81ea-bc7ac53170d8","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"52457c43-5e1b-459f-8e71-3bc9510206ad","artifactVersion":"2","generatedFromUUID":"6e558adf-3d57-458d-a40f-0133184df9d2"},{"artifactName":"BASIC_VM_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip","artifactChecksum":"Y2M2NTgzMzRjY2FjY2E4NzliMDU5YjY2OGM0OWM2NjE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"e6678fa2-0a53-43f9-b762-183dbbea313c","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVmMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml","artifactChecksum":"OGI4MjhiNjRjOGE1OWM2NGNjNjA3MzFkNjU4OTE3YTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"457471cd-dcf2-4461-90b5-4129b6a1915e","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NDIzMWUxNDQ0Y2QyMGNjMzg4M2RjMTI5NGFkMWJmNWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b4d6e881-2238-40e6-931b-283953e160ef","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-17T22:37:57.567Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-17T22:37:57.567Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-17T22:37:57.569Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T22:37:57.570Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "74b73160-d69a-45fe-bc97-b3921912301e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676673420623,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:37:57.671Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-02-17T22:37:57.672Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T22:37:57.672Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T22:37:57.684Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:37:57.684Z||pool-123-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-02-17T22:37:58.570Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-17T22:37:58.571Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-17T22:37:58.576Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T22:37:58.576Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "74b73160-d69a-45fe-bc97-b3921912301e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676673420623,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-02-17T22:37:58.677Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-02-17T22:37:58.678Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T22:37:58.678Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T22:37:58.692Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:37:58.692Z||pool-124-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-02-17T22:37:59.587Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-17T22:37:59.590Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-17T22:37:59.598Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T22:37:59.598Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "74b73160-d69a-45fe-bc97-b3921912301e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676673420623,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-02-17T22:37:59.698Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-02-17T22:37:59.699Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T22:37:59.699Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T22:37:59.713Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:37:59.714Z||pool-125-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-02-17T22:38:00.599Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-17T22:38:00.600Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-17T22:38:00.603Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T22:38:00.603Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "74b73160-d69a-45fe-bc97-b3921912301e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676673420623,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:38:00.628Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T22:38:00.628Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T22:38:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T22:38:00.653Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:38:00.653Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-17T22:38:00.653Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74b73160-d69a-45fe-bc97-b3921912301e",
  "consumerID": "aai-ml",
  "timestamp": 1676673421138,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-17T22:38:00.654Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T22:38:00.704Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-17T22:38:00.705Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T22:38:00.705Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T22:38:00.717Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:38:00.718Z||pool-126-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-02-17T22:38:01.604Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-17T22:38:01.605Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-17T22:38:01.615Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T22:38:01.616Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "74b73160-d69a-45fe-bc97-b3921912301e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676673420623,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-02-17T22:38:01.714Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2023-02-17T22:38:01.715Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T22:38:01.716Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T22:38:01.728Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:38:01.729Z||pool-127-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-02-17T22:38:02.617Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-17T22:38:02.618Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-17T22:38:02.624Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T22:38:02.624Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "74b73160-d69a-45fe-bc97-b3921912301e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676673420623,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:38:02.723Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2023-02-17T22:38:02.724Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T22:38:02.724Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T22:38:02.736Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:38:02.737Z||pool-128-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2023-02-17T22:38:03.631Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-17T22:38:03.639Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-17T22:38:03.655Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T22:38:03.655Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "74b73160-d69a-45fe-bc97-b3921912301e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676673420623,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:38:03.750Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2023-02-17T22:38:03.751Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T22:38:03.751Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T22:38:03.764Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:38:03.764Z||pool-129-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2023-02-17T22:38:04.656Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-17T22:38:04.657Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-17T22:38:04.659Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T22:38:04.659Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "74b73160-d69a-45fe-bc97-b3921912301e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676673420623,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-17T22:38:04.760Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-02-17T22:38:04.762Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T22:38:04.762Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T22:38:04.776Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:38:04.776Z||pool-130-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-02-17T22:38:05.660Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "74b73160-d69a-45fe-bc97-b3921912301e",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "5053f784-e438-4984-b470-c4857fbc7a03",
  "serviceDescription": "service",
  "serviceInvariantUUID": "68454b2e-29f5-44fc-9eea-5cf01eba48ad",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "20da3f05-12fd-48b5-827f-fa7fbba9f3e3",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c8508e5e-9009-4b69-aa8e-fde6870e364b",
      "resourceInvariantUUID": "4086d805-fbab-49c3-b732-a6596211d533",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_vm_macro0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
          "artifactChecksum": "ZDcyMWI1YWY4ZTAzOGVhYzc0MjFmZDE0MzA1YzM5YTE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "eaf7eb91-3467-4263-8e48-e397a7a1f460",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
          "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "6e558adf-3d57-458d-a40f-0133184df9d2",
          "generatedArtifact": {
            "artifactName": "base_ubuntu20.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
            "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "52457c43-5e1b-459f-8e71-3bc9510206ad",
            "generatedFromUUID": "6e558adf-3d57-458d-a40f-0133184df9d2"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
          "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "52457c43-5e1b-459f-8e71-3bc9510206ad",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "NDIzMWUxNDQ0Y2QyMGNjMzg4M2RjMTI5NGFkMWJmNWE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b4d6e881-2238-40e6-931b-283953e160ef"
    }
  ],
  "workloadContext": "Production"
}
2023-02-17T22:38:05.661Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-17T22:38:05.662Z|f96b816c-cf72-44c0-b4ec-72fea28dd4e6|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 5053f784-e438-4984-b470-c4857fbc7a03 ASDC
2023-02-17T22:38:05.663Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:74b73160-d69a-45fe-bc97-b3921912301e
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:5053f784-e438-4984-b470-c4857fbc7a03
ServiceInvariantUUID:68454b2e-29f5-44fc-9eea-5cf01eba48ad
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVmMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
ArtifactUUID:b4d6e881-2238-40e6-931b-283953e160ef
ArtifactChecksum:NDIzMWUxNDQ0Y2QyMGNjMzg4M2RjMTI5NGFkMWJmNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:20da3f05-12fd-48b5-827f-fa7fbba9f3e3
ResourceInvariantUUID:4086d805-fbab-49c3-b732-a6596211d533
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:c8508e5e-9009-4b69-aa8e-fde6870e364b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm_macro0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
ArtifactUUID:eaf7eb91-3467-4263-8e48-e397a7a1f460
ArtifactChecksum:ZDcyMWI1YWY4ZTAzOGVhYzc0MjFmZDE0MzA1YzM5YTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
ArtifactUUID:6e558adf-3d57-458d-a40f-0133184df9d2
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
ArtifactUUID:52457c43-5e1b-459f-8e71-3bc9510206ad
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
ArtifactUUID:52457c43-5e1b-459f-8e71-3bc9510206ad
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-02-17T22:38:05.665Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5053f784-e438-4984-b470-c4857fbc7a03 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-02-17T22:38:05.710Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-17T22:38:05.711Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-02-17T22:38:05.711Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-02-17T22:38:05.711Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: b4d6e881-2238-40e6-931b-283953e160ef from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-02-17T22:38:05.712Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-02-17T22:38:05.712Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-02-17T22:38:05.871Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-02-17T22:38:05.877Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar b4d6e881-2238-40e6-931b-283953e160ef 82610
2023-02-17T22:38:05.877Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-02-17T22:38:05.878Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-02-17T22:38:05.878Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-17T22:38:05.879Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-17T22:38:05.881Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T22:38:05.881Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "74b73160-d69a-45fe-bc97-b3921912301e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676673485877,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-17T22:38:05.981Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-02-17T22:38:05.982Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T22:38:05.983Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T22:38:05.995Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:38:05.995Z||pool-131-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-02-17T22:38:06.882Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-17T22:38:06.884Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-02-17T22:38:06.884Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: b4d6e881-2238-40e6-931b-283953e160ef, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-02-17T22:38:06.884Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2023-02-17T22:38:06.885Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-02-17T22:38:06.885Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-02-17T22:38:07.086Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10421589037031809287/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2023-02-17T22:38:08.673Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-17T22:38:08.673Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-02-17T22:38:08.673Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-02-17T22:38:08.674Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-02-17T22:38:08.674Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-02-17T22:38:08.674Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-02-17T22:38:08.674Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-02-17T22:38:08.674Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-02-17T22:38:08.675Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-02-17T22:38:08.675Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||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-BasicVmMacro-csar.csar
2023-02-17T22:38:08.675Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-02-17T22:38:08.675Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-02-17T22:38:08.676Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T22:38:08.676Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T22:38:08.676Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-02-17T22:38:08.677Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-02-17T22:38:08.677Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-17T22:38:08.678Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T22:38:08.678Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T22:38:08.678Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-02-17T22:38:08.679Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-02-17T22:38:08.679Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-17T22:38:08.679Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T22:38:08.679Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T22:38:08.679Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T22:38:08.680Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-02-17T22:38:08.680Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-02-17T22:38:08.680Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-02-17T22:38:08.680Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-02-17T22:38:08.680Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-02-17T22:38:08.680Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-02-17T22:38:08.680Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T22:38:08.680Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-17T22:38:08.681Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T22:38:08.681Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-02-17T22:38:08.681Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-17T22:38:08.681Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T22:38:08.681Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-02-17T22:38:08.681Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-17T22:38:08.682Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T22:38:08.682Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-02-17T22:38:08.682Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-17T22:38:08.683Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T22:38:08.683Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-02-17T22:38:08.683Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-02-17T22:38:08.683Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-02-17T22:38:08.684Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=08be6615-dcf4-4e90-8a42-29d2636e7018
2023-02-17T22:38:08.684Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T22:38:08.684Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T22:38:08.685Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T22:38:08.685Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T22:38:08.685Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T22:38:08.686Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T22:38:08.686Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T22:38:08.686Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T22:38:08.686Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:5053f784-e438-4984-b470-c4857fbc7a03
Model Version:NULL
Model InvariantUuid:68454b2e-29f5-44fc-9eea-5cf01eba48ad
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:7bdc5853-2172-4e72-9b01-0f6fb99862f0
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:4086d805-fbab-49c3-b732-a6596211d533
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:20da3f05-12fd-48b5-827f-fa7fbba9f3e3
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:94380a12-0608-4f8f-a36d-c0e58e9ae256
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:9a40b5ad-48b6-427e-bdb1-4abdfce665f0
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:08be6615-dcf4-4e90-8a42-29d2636e7018
ModelInvariantUuid:11e09dc6-9e87-4edd-adc5-82f0f0199bd5
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:68d146a4-5ddf-44b9-bd1f-e6dc1864bd6a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:953d6c83-aac7-496a-ac3a-c82472ffbbc6
ModelInvariantUuid:eb25ea6d-867b-4a58-8eb8-879e3ba565d8
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:39de5f67-771e-4515-8792-1fddea92ba59
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-02-17T22:38:08.701Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: c8508e5e-9009-4b69-aa8e-fde6870e364b
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-17T22:38:08.708Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||INFO|500||basic_vm_macro 0
2023-02-17T22:38:08.708Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c8508e5e-9009-4b69-aa8e-fde6870e364b
2023-02-17T22:38:08.708Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: eaf7eb91-3467-4263-8e48-e397a7a1f460 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2023-02-17T22:38:08.708Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-02-17T22:38:08.709Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2023-02-17T22:38:08.860Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-02-17T22:38:08.861Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json eaf7eb91-3467-4263-8e48-e397a7a1f460 792
2023-02-17T22:38:08.861Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2023-02-17T22:38:08.861Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2023-02-17T22:38:08.862Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-17T22:38:08.862Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-17T22:38:08.864Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T22:38:08.864Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "74b73160-d69a-45fe-bc97-b3921912301e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676673488861,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-17T22:38:08.964Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-17T22:38:08.965Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T22:38:08.965Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T22:38:08.976Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:38:08.977Z||pool-132-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2023-02-17T22:38:09.865Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "94380a12-0608-4f8f-a36d-c0e58e9ae256",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9a40b5ad-48b6-427e-bdb1-4abdfce665f0",
    "vfModuleModelCustomizationUUID": "1aefb6ba-d55b-4967-96b2-573ffd33994c",
    "isBase": true,
    "artifacts": [
      "6e558adf-3d57-458d-a40f-0133184df9d2",
      "52457c43-5e1b-459f-8e71-3bc9510206ad"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-02-17T22:38:09.869Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9a40b5ad-48b6-427e-bdb1-4abdfce665f0
VfModuleModelInvariantUUID:94380a12-0608-4f8f-a36d-c0e58e9ae256
VfModuleModelDescription:NULL
Artifacts UUID List:{
6e558adf-3d57-458d-a40f-0133184df9d2
,
52457c43-5e1b-459f-8e71-3bc9510206ad

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

isBase:true


}

2023-02-17T22:38:09.872Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "94380a12-0608-4f8f-a36d-c0e58e9ae256",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9a40b5ad-48b6-427e-bdb1-4abdfce665f0",
    "vfModuleModelCustomizationUUID": "1aefb6ba-d55b-4967-96b2-573ffd33994c",
    "isBase": true,
    "artifacts": [
      "6e558adf-3d57-458d-a40f-0133184df9d2",
      "52457c43-5e1b-459f-8e71-3bc9510206ad"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-02-17T22:38:09.872Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9a40b5ad-48b6-427e-bdb1-4abdfce665f0
VfModuleModelInvariantUUID:94380a12-0608-4f8f-a36d-c0e58e9ae256
VfModuleModelDescription:NULL
Artifacts UUID List:{
6e558adf-3d57-458d-a40f-0133184df9d2
,
52457c43-5e1b-459f-8e71-3bc9510206ad

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

isBase:true


}

2023-02-17T22:38:09.873Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 6e558adf-3d57-458d-a40f-0133184df9d2 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2023-02-17T22:38:09.873Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-02-17T22:38:09.873Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2023-02-17T22:38:09.970Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-02-17T22:38:09.971Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 6e558adf-3d57-458d-a40f-0133184df9d2 5033
2023-02-17T22:38:09.971Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2023-02-17T22:38:09.971Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2023-02-17T22:38:09.971Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-17T22:38:09.971Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-17T22:38:09.974Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T22:38:09.974Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "74b73160-d69a-45fe-bc97-b3921912301e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676673489971,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-17T22:38:10.074Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-17T22:38:10.075Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T22:38:10.075Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T22:38:10.090Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:38:10.091Z||pool-133-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2023-02-17T22:38:10.975Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 52457c43-5e1b-459f-8e71-3bc9510206ad from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2023-02-17T22:38:10.975Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-02-17T22:38:10.975Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2023-02-17T22:38:11.056Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-02-17T22:38:11.056Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 52457c43-5e1b-459f-8e71-3bc9510206ad 903
2023-02-17T22:38:11.056Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2023-02-17T22:38:11.057Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2023-02-17T22:38:11.057Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-17T22:38:11.057Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-17T22:38:11.059Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T22:38:11.059Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "74b73160-d69a-45fe-bc97-b3921912301e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676673491056,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-02-17T22:38:11.159Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-17T22:38:11.160Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T22:38:11.160Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T22:38:11.172Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:38:11.173Z||pool-134-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2023-02-17T22:38:12.060Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 5053f784-e438-4984-b470-c4857fbc7a03
2023-02-17T22:38:12.060Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 c8508e5e-9009-4b69-aa8e-fde6870e364b ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-17T22:38:12.079Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@162b754a, org.onap.sdc.toscaparser.api.parameters.Input@4d2320b1, org.onap.sdc.toscaparser.api.parameters.Input@759f2d58, org.onap.sdc.toscaparser.api.parameters.Input@2442374e, org.onap.sdc.toscaparser.api.parameters.Input@690e87a9]
2023-02-17T22:38:12.081Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T22:38:12.081Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T22:38:12.081Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2023-02-17T22:38:12.082Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 20da3f05-12fd-48b5-827f-fa7fbba9f3e3
2023-02-17T22:38:12.082Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 20da3f05-12fd-48b5-827f-fa7fbba9f3e3 matches Tosca VF Customization UUID: 20da3f05-12fd-48b5-827f-fa7fbba9f3e3
2023-02-17T22:38:12.082Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 20da3f05-12fd-48b5-827f-fa7fbba9f3e3  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2023-02-17T22:38:12.085Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T22:38:12.085Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T22:38:12.086Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 20da3f05-12fd-48b5-827f-fa7fbba9f3e3: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"ubuntu20\"}
2023-02-17T22:38:12.086Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@448b2a2
2023-02-17T22:38:12.086Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T22:38:12.087Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-17T22:38:12.087Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1aefb6ba-d55b-4967-96b2-573ffd33994c
2023-02-17T22:38:12.087Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1aefb6ba-d55b-4967-96b2-573ffd33994c
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2023-02-17T22:38:12.090Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T22:38:12.090Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-02-17T22:38:12.090Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-17T22:38:12.091Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T22:38:12.091Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-02-17T22:38:12.091Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-17T22:38:12.092Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T22:38:12.092Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-02-17T22:38:12.092Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-02-17T22:38:12.092Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-02-17T22:38:12.093Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=08be6615-dcf4-4e90-8a42-29d2636e7018
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-02-17T22:38:12.118Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T22:38:12.119Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-02-17T22:38:12.119Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-17T22:38:12.119Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T22:38:12.119Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-02-17T22:38:12.122Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=20da3f05-12fd-48b5-827f-fa7fbba9f3e3
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-17T22:38:12.125Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T22:38:12.125Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T22:38:12.125Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 5053f784-e438-4984-b470-c4857fbc7a03: basic_vm_macro
2023-02-17T22:38:12.126Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T22:38:12.126Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T22:38:12.126Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T22:38:12.127Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T22:38:12.127Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T22:38:12.127Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T22:38:12.127Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T22:38:12.127Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T22:38:12.128Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T22:38:12.128Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T22:38:12.128Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-17T22:38:12.263Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro c8508e5e-9009-4b69-aa8e-fde6870e364b 1 ASDC deployResourceStructure
2023-02-17T22:38:12.264Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2023-02-17T22:38:12.264Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2023-02-17T22:38:12.264Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-17T22:38:12.264Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-17T22:38:12.266Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T22:38:12.266Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "74b73160-d69a-45fe-bc97-b3921912301e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676673492264,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-17T22:38:12.367Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-17T22:38:12.367Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T22:38:12.368Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T22:38:12.379Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:38:12.380Z||pool-135-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-02-17T22:38:13.268Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2023-02-17T22:38:13.268Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2023-02-17T22:38:13.268Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-17T22:38:13.268Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-17T22:38:13.270Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T22:38:13.271Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "74b73160-d69a-45fe-bc97-b3921912301e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676673493268,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2023-02-17T22:38:13.372Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-17T22:38:13.373Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T22:38:13.373Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T22:38:13.385Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:38:13.386Z||pool-136-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-02-17T22:38:14.272Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2023-02-17T22:38:14.272Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2023-02-17T22:38:14.272Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-17T22:38:14.272Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-17T22:38:14.275Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T22:38:14.275Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "74b73160-d69a-45fe-bc97-b3921912301e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676673494272,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2023-02-17T22:38:14.376Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-02-17T22:38:14.377Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T22:38:14.377Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T22:38:14.391Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:38:14.392Z||pool-137-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-02-17T22:38:15.276Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-02-17T22:38:15.276Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-02-17T22:38:15.276Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-17T22:38:15.277Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-17T22:38:15.279Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T22:38:15.279Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "74b73160-d69a-45fe-bc97-b3921912301e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676673495276,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-17T22:38:15.379Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-17T22:38:15.380Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T22:38:15.380Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T22:38:15.391Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:38:15.392Z||pool-138-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-02-17T22:38:16.280Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 74b73160-d69a-45fe-bc97-b3921912301e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-17T22:38:16.293Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 74b73160-d69a-45fe-bc97-b3921912301e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-17T22:38:16.296Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-17T22:38:16.297Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-17T22:38:16.297Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-17T22:38:46.297Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 74b73160-d69a-45fe-bc97-b3921912301e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-17T22:38:46.312Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 74b73160-d69a-45fe-bc97-b3921912301e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-17T22:38:46.314Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-17T22:38:46.315Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-17T22:38:46.315Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-17T22:39:00.627Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T22:39:00.628Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T22:39:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T22:39:00.684Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:39:00.685Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-17T22:39:00.685Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c1ad8f-e69e-4914-951a-02346e712015",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1676673418514,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:39:00.686Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:39:16.315Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 74b73160-d69a-45fe-bc97-b3921912301e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-17T22:39:16.328Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 74b73160-d69a-45fe-bc97-b3921912301e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-17T22:39:16.331Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-17T22:39:16.331Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-17T22:39:16.331Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-17T22:39:46.331Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 74b73160-d69a-45fe-bc97-b3921912301e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-17T22:39:46.363Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 74b73160-d69a-45fe-bc97-b3921912301e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-17T22:39:46.367Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-17T22:39:46.367Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-17T22:39:46.368Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-17T22:40:00.627Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T22:40:00.631Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T22:40:00.631Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T22:40:00.679Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:40:00.687Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T22:40:00.687Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c1ad8f-e69e-4914-951a-02346e712015",
  "consumerID": "cds",
  "timestamp": 1676673422080,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-17T22:40:00.691Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T22:40:00.691Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T22:40:00.691Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f96b816c-cf72-44c0-b4ec-72fea28dd4e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676673420623,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:40:00.692Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:40:00.692Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T22:40:00.692Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c1ad8f-e69e-4914-951a-02346e712015",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1676673418514,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:40:00.692Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:40:00.693Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T22:40:00.693Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f96b816c-cf72-44c0-b4ec-72fea28dd4e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676673420623,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-02-17T22:40:00.693Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:40:00.693Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T22:40:00.693Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c1ad8f-e69e-4914-951a-02346e712015",
  "consumerID": "cds",
  "timestamp": 1676673423367,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-17T22:40:00.727Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 35c1ad8f-e69e-4914-951a-02346e712015
2023-02-17T22:40:00.728Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 35c1ad8f-e69e-4914-951a-02346e712015 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-17T22:40:00.752Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T22:40:00.752Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c1ad8f-e69e-4914-951a-02346e712015",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1676673418514,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:40:00.753Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:40:00.754Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T22:40:00.755Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f96b816c-cf72-44c0-b4ec-72fea28dd4e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676673420623,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-02-17T22:40:00.755Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:40:00.756Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T22:40:00.756Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c1ad8f-e69e-4914-951a-02346e712015",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1676673418514,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:40:00.756Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:40:00.756Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T22:40:00.756Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f96b816c-cf72-44c0-b4ec-72fea28dd4e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676673420623,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:40:00.757Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:40:00.757Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T22:40:00.757Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c1ad8f-e69e-4914-951a-02346e712015",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1676673418514,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:40:00.757Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:40:00.757Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T22:40:00.757Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f96b816c-cf72-44c0-b4ec-72fea28dd4e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676673420623,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-02-17T22:40:00.758Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:40:00.758Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T22:40:00.758Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c1ad8f-e69e-4914-951a-02346e712015",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1676673418514,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:40:00.759Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:40:00.759Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T22:40:00.759Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f96b816c-cf72-44c0-b4ec-72fea28dd4e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676673420623,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-02-17T22:40:00.759Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:40:00.759Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T22:40:00.760Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c1ad8f-e69e-4914-951a-02346e712015",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1676673418514,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-17T22:40:00.760Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:40:00.760Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T22:40:00.761Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f96b816c-cf72-44c0-b4ec-72fea28dd4e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676673420623,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-02-17T22:40:00.761Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:40:00.761Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T22:40:00.761Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f96b816c-cf72-44c0-b4ec-72fea28dd4e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676673420623,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:40:00.761Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:40:00.762Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T22:40:00.762Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74b73160-d69a-45fe-bc97-b3921912301e",
  "consumerID": "aai-ml",
  "timestamp": 1676673428787,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-17T22:40:00.762Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T22:40:00.762Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T22:40:00.762Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c1ad8f-e69e-4914-951a-02346e712015",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1676673428911,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:40:00.763Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:40:00.763Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T22:40:00.763Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f96b816c-cf72-44c0-b4ec-72fea28dd4e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676673420623,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:40:00.763Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:40:00.763Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T22:40:00.764Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74b73160-d69a-45fe-bc97-b3921912301e",
  "consumerID": "aai-ml",
  "timestamp": 1676673429792,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-17T22:40:00.772Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 74b73160-d69a-45fe-bc97-b3921912301e
2023-02-17T22:40:00.772Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 74b73160-d69a-45fe-bc97-b3921912301e and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-17T22:40:00.789Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T22:40:00.790Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f96b816c-cf72-44c0-b4ec-72fea28dd4e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676673420623,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-17T22:40:00.790Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:40:00.790Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T22:40:00.791Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c1ad8f-e69e-4914-951a-02346e712015",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1676673428911,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:40:00.791Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:40:00.791Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T22:40:00.792Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c1ad8f-e69e-4914-951a-02346e712015",
  "consumerID": "aai-ml",
  "timestamp": 1676673430796,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:40:00.792Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:40:00.792Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T22:40:00.793Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c1ad8f-e69e-4914-951a-02346e712015",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1676673428911,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:40:00.793Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:40:00.794Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T22:40:00.794Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f96b816c-cf72-44c0-b4ec-72fea28dd4e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676673431567,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-17T22:40:00.794Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T22:40:00.795Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T22:40:00.795Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c1ad8f-e69e-4914-951a-02346e712015",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676673432137,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:40:00.795Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:40:00.796Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T22:40:00.796Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c1ad8f-e69e-4914-951a-02346e712015",
  "consumerID": "aai-ml",
  "timestamp": 1676673430796,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:40:00.797Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:40:00.797Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T22:40:00.804Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c1ad8f-e69e-4914-951a-02346e712015",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1676673428911,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:40:00.804Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:40:00.804Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T22:40:00.805Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c1ad8f-e69e-4914-951a-02346e712015",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676673432137,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:40:00.805Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:40:00.806Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T22:40:00.806Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c1ad8f-e69e-4914-951a-02346e712015",
  "consumerID": "aai-ml",
  "timestamp": 1676673430796,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:40:00.806Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:40:00.806Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T22:40:00.807Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c1ad8f-e69e-4914-951a-02346e712015",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1676673428911,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:40:00.807Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:40:00.807Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T22:40:00.808Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c1ad8f-e69e-4914-951a-02346e712015",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676673432137,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:40:00.808Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:40:00.808Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T22:40:00.809Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c1ad8f-e69e-4914-951a-02346e712015",
  "consumerID": "aai-ml",
  "timestamp": 1676673430796,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:40:00.809Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:40:00.809Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T22:40:00.810Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c1ad8f-e69e-4914-951a-02346e712015",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1676673428911,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:40:00.810Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:40:00.811Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T22:40:00.811Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c1ad8f-e69e-4914-951a-02346e712015",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676673432137,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:40:00.811Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:40:00.811Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T22:40:00.812Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f96b816c-cf72-44c0-b4ec-72fea28dd4e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676673434655,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-17T22:40:00.812Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T22:40:00.813Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T22:40:00.813Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c1ad8f-e69e-4914-951a-02346e712015",
  "consumerID": "aai-ml",
  "timestamp": 1676673430796,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:40:00.813Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:40:00.813Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T22:40:00.814Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c1ad8f-e69e-4914-951a-02346e712015",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1676673428911,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2023-02-17T22:40:00.814Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:40:00.814Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T22:40:00.815Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c1ad8f-e69e-4914-951a-02346e712015",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676673432137,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:40:00.815Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:40:00.815Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T22:40:00.816Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f96b816c-cf72-44c0-b4ec-72fea28dd4e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676673435722,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-17T22:40:00.816Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T22:40:00.817Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T22:40:00.818Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c1ad8f-e69e-4914-951a-02346e712015",
  "consumerID": "aai-ml",
  "timestamp": 1676673430796,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:40:00.819Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:40:00.820Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T22:40:00.820Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c1ad8f-e69e-4914-951a-02346e712015",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1676673428911,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:40:00.821Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:40:00.821Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T22:40:00.821Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c1ad8f-e69e-4914-951a-02346e712015",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676673432137,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:40:00.822Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:40:00.822Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T22:40:00.822Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f96b816c-cf72-44c0-b4ec-72fea28dd4e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676673436824,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2023-02-17T22:40:00.823Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T22:40:00.823Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T22:40:00.823Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c1ad8f-e69e-4914-951a-02346e712015",
  "consumerID": "aai-ml",
  "timestamp": 1676673430796,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:40:00.824Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:40:00.824Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T22:40:00.824Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c1ad8f-e69e-4914-951a-02346e712015",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1676673428911,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:40:00.824Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:40:00.825Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T22:40:00.825Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c1ad8f-e69e-4914-951a-02346e712015",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676673432137,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:40:00.825Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:40:00.825Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T22:40:00.825Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f96b816c-cf72-44c0-b4ec-72fea28dd4e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676673437891,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2023-02-17T22:40:00.826Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T22:40:00.826Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T22:40:00.826Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c1ad8f-e69e-4914-951a-02346e712015",
  "consumerID": "aai-ml",
  "timestamp": 1676673430796,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:40:00.826Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:40:00.826Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T22:40:00.827Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c1ad8f-e69e-4914-951a-02346e712015",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1676673438702,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-17T22:40:00.827Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T22:40:00.827Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T22:40:00.827Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c1ad8f-e69e-4914-951a-02346e712015",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676673432137,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:40:00.828Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:40:00.828Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T22:40:00.828Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f96b816c-cf72-44c0-b4ec-72fea28dd4e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676673438970,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2023-02-17T22:40:00.828Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T22:40:00.828Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T22:40:00.828Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c1ad8f-e69e-4914-951a-02346e712015",
  "consumerID": "aai-ml",
  "timestamp": 1676673430796,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-17T22:40:00.829Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:40:00.829Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T22:40:00.829Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c1ad8f-e69e-4914-951a-02346e712015",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1676673439733,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2023-02-17T22:40:00.829Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T22:40:00.830Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T22:40:00.830Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c1ad8f-e69e-4914-951a-02346e712015",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676673432137,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-17T22:40:00.830Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:40:00.830Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T22:40:00.831Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f96b816c-cf72-44c0-b4ec-72fea28dd4e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676673440101,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-17T22:40:00.831Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T22:40:00.831Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T22:40:00.831Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c1ad8f-e69e-4914-951a-02346e712015",
  "consumerID": "aai-ml",
  "timestamp": 1676673440583,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-17T22:40:00.831Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T22:40:00.832Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T22:40:00.832Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c1ad8f-e69e-4914-951a-02346e712015",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1676673440736,
  "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-02-17T22:40:00.855Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 35c1ad8f-e69e-4914-951a-02346e712015
2023-02-17T22:40:00.867Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 35c1ad8f-e69e-4914-951a-02346e712015 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-17T22:40:00.899Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T22:40:00.900Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c1ad8f-e69e-4914-951a-02346e712015",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676673441916,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-17T22:40:00.900Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T22:40:00.901Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T22:40:00.901Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f96b816c-cf72-44c0-b4ec-72fea28dd4e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676673441109,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2023-02-17T22:40:00.901Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T22:40:00.901Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T22:40:00.902Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f96b816c-cf72-44c0-b4ec-72fea28dd4e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676673442114,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2023-02-17T22:40:00.902Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T22:40:00.902Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T22:40:00.903Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c1ad8f-e69e-4914-951a-02346e712015",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676673443844,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-17T22:40:00.903Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T22:40:00.903Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T22:40:00.905Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f96b816c-cf72-44c0-b4ec-72fea28dd4e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676673443118,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2023-02-17T22:40:00.905Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T22:40:00.905Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T22:40:00.906Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c1ad8f-e69e-4914-951a-02346e712015",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676673444850,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-17T22:40:00.922Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 35c1ad8f-e69e-4914-951a-02346e712015
2023-02-17T22:40:00.923Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 35c1ad8f-e69e-4914-951a-02346e712015 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-17T22:40:00.940Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T22:40:00.941Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f96b816c-cf72-44c0-b4ec-72fea28dd4e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676673444123,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2023-02-17T22:40:00.941Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T22:40:00.942Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T22:40:00.942Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f96b816c-cf72-44c0-b4ec-72fea28dd4e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676673445128,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-17T22:40:00.942Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T22:40:00.942Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T22:40:00.943Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c1ad8f-e69e-4914-951a-02346e712015",
  "consumerID": "aai-ml",
  "timestamp": 1676673446201,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-17T22:40:00.943Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T22:40:00.943Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T22:40:00.943Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c1ad8f-e69e-4914-951a-02346e712015",
  "consumerID": "aai-ml",
  "timestamp": 1676673447205,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-17T22:40:00.953Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 35c1ad8f-e69e-4914-951a-02346e712015
2023-02-17T22:40:00.954Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 35c1ad8f-e69e-4914-951a-02346e712015 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-17T22:40:00.967Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T22:40:00.968Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f96b816c-cf72-44c0-b4ec-72fea28dd4e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676673476541,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-17T22:40:00.969Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T22:40:00.969Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T22:40:00.969Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74b73160-d69a-45fe-bc97-b3921912301e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676673420623,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:40:00.969Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:40:00.970Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T22:40:00.970Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74b73160-d69a-45fe-bc97-b3921912301e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676673420623,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-02-17T22:40:00.970Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:40:00.970Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T22:40:00.971Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74b73160-d69a-45fe-bc97-b3921912301e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676673420623,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-02-17T22:40:00.971Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:40:16.368Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 74b73160-d69a-45fe-bc97-b3921912301e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-17T22:40:16.387Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 74b73160-d69a-45fe-bc97-b3921912301e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-17T22:40:16.392Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-17T22:40:16.392Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-17T22:40:16.392Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-17T22:40:16.392Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-17T22:40:16.393Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-17T22:40:16.393Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-17T22:40:16.393Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-17T22:40:16.393Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-17T22:40:16.393Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-17T22:40:16.394Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-17T22:40:16.401Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-17T22:40:46.401Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 74b73160-d69a-45fe-bc97-b3921912301e and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-02-17T22:40:46.412Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 74b73160-d69a-45fe-bc97-b3921912301e and serviceModelVersionId: 5053f784-e438-4984-b470-c4857fbc7a03
2023-02-17T22:40:46.413Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 68454b2e-29f5-44fc-9eea-5cf01eba48ad
2023-02-17T22:40:46.415Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/68454b2e-29f5-44fc-9eea-5cf01eba48ad/model-vers/model-ver/5053f784-e438-4984-b470-c4857fbc7a03?depth=0
2023-02-17T22:40:46.430Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-02-17T22:40:46.519Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/68454b2e-29f5-44fc-9eea-5cf01eba48ad/model-vers/model-ver/5053f784-e438-4984-b470-c4857fbc7a03?depth=0|INFO|500||Invoke
2023-02-17T22:40:46.520Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/68454b2e-29f5-44fc-9eea-5cf01eba48ad/model-vers/model-ver/5053f784-e438-4984-b470-c4857fbc7a03?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/68454b2e-29f5-44fc-9eea-5cf01eba48ad/model-vers/model-ver/5053f784-e438-4984-b470-c4857fbc7a03?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[74b73160-d69a-45fe-bc97-b3921912301e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[203e370f-7ad1-4099-a5e2-204e80efd535], X-ECOMP-RequestID=[74b73160-d69a-45fe-bc97-b3921912301e], X-TransactionId=[], X-ONAP-RequestID=[74b73160-d69a-45fe-bc97-b3921912301e], Content-Type=[application/merge-patch+json]}
2023-02-17T22:40:46.583Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/68454b2e-29f5-44fc-9eea-5cf01eba48ad/model-vers/model-ver/5053f784-e438-4984-b470-c4857fbc7a03?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-02-17T22:40:46.763Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/68454b2e-29f5-44fc-9eea-5cf01eba48ad/model-vers/model-ver/5053f784-e438-4984-b470-c4857fbc7a03?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/68454b2e-29f5-44fc-9eea-5cf01eba48ad/model-vers/model-ver/5053f784-e438-4984-b470-c4857fbc7a03?depth=0 has http status code:200 and response headers:{date=[Fri, 17 Feb 2023 22:40:46 GMT], content-length=[0], vertex-id=[553208], x-aai-txid=[1-aai-resources-230217-22:40:46:595-46366], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-17T22:40:46.764Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/68454b2e-29f5-44fc-9eea-5cf01eba48ad/model-vers/model-ver/5053f784-e438-4984-b470-c4857fbc7a03?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-02-17T22:40:46.765Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/68454b2e-29f5-44fc-9eea-5cf01eba48ad/model-vers/model-ver/5053f784-e438-4984-b470-c4857fbc7a03?depth=0|INFO|500||InvokeReturn
2023-02-17T22:40:46.766Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-17T22:40:46.766Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-17T22:40:46.776Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-02-17T22:40:46.777Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 74b73160-d69a-45fe-bc97-b3921912301e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-17T22:40:46.777Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-17T22:40:46.778Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-17T22:40:46.783Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T22:40:46.783Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "74b73160-d69a-45fe-bc97-b3921912301e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676673646777,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-17T22:40:46.883Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-17T22:40:46.887Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T22:40:46.887Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T22:40:46.909Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:40:46.909Z||pool-139-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-02-17T22:40:47.812Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-17T22:40:47.813Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"35c1ad8f-e69e-4914-951a-02346e712015","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"f0a9b8ef-4c61-43bf-aa5c-f123342535e7","serviceDescription":"service","serviceInvariantUUID":"f0f993bf-c004-47dc-9ea3-bd0c47489704","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"b3016258-4781-4209-ab1c-aeef2ac16382","resourceInvariantUUID":"489e3f2f-61c5-4b1b-a2cc-89c16461816b","resourceCustomizationUUID":"6293aa8c-6d78-4bb7-adff-97476550f522","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml","artifactChecksum":"NjM4MWRmYzZmYzMyNTY5ZGI0NzFjMjMzMGIzNGJkZTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b15ab0d7-29c8-4dbf-9a06-8e758ef0feba","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar","artifactChecksum":"ZGVhZmM4YTM3NDgwYjQxNDFmZjYzYzQ5N2E4NDFkNDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ea6f169f-d00d-4003-b2dc-6931f45a60ad","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d6ef21b5-ae2b-490c-9028-fb795c00ee8f","artifactVersion":"1"},{"artifactName":"CBA_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip","artifactChecksum":"NzQ4MjBmZTdkZjc0MzE4MWY2ZWIxNDgzYTI3M2QyOTA\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"5b5bb844-d650-40f2-ad76-7629368edebd","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml","artifactChecksum":"YWU0ZDcwODllZmYyZGI3ZWJiNmExMTgwODI1YjcxMjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"44f154b0-f18e-4850-adbc-49b6049947ed","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0e9110cd-2539-49b5-9581-3354284e7583","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2bb11d00-95b0-4ba5-afab-2abe0c7c4e10","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-TestPnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml","artifactChecksum":"YjU3MmIwOGY2MGRlZGQ2MjFkOWY0NjE5MmJhYzEwYzQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c5dd2595-8a1e-4bcf-b9ed-046865820313","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"M2VlYTdjY2M0OWM4MzRlYTUxYTJiZjU3ZjViZjFlOTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8193c4ce-b2f5-42c1-8984-8a9504b3c52e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-17T22:40:47.814Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-17T22:40:47.814Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-17T22:40:47.817Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T22:40:47.817Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "35c1ad8f-e69e-4914-951a-02346e712015",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676673420623,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:40:47.917Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-17T22:40:47.918Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T22:40:47.918Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T22:40:47.929Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:40:47.930Z||pool-140-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2023-02-17T22:40:48.817Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-17T22:40:48.818Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-17T22:40:48.820Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T22:40:48.820Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "35c1ad8f-e69e-4914-951a-02346e712015",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676673420623,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:40:48.935Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 114 ms
2023-02-17T22:40:48.936Z||pool-141-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T22:40:48.936Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T22:40:48.947Z||pool-141-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:40:48.948Z||pool-141-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2023-02-17T22:40:49.822Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-17T22:40:49.823Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-17T22:40:49.825Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T22:40:49.826Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "35c1ad8f-e69e-4914-951a-02346e712015",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676673420623,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:40:49.926Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-17T22:40:49.927Z||pool-142-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T22:40:49.927Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T22:40:49.938Z||pool-142-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:40:49.938Z||pool-142-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2023-02-17T22:40:50.826Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-17T22:40:50.827Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-17T22:40:50.830Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T22:40:50.830Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "35c1ad8f-e69e-4914-951a-02346e712015",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676673420623,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:40:50.930Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-17T22:40:50.931Z||pool-143-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T22:40:50.932Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T22:40:50.942Z||pool-143-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:40:50.943Z||pool-143-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2023-02-17T22:40:51.830Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-17T22:40:51.831Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-17T22:40:51.833Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T22:40:51.833Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "35c1ad8f-e69e-4914-951a-02346e712015",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676673420623,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:40:51.934Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-02-17T22:40:51.935Z||pool-144-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T22:40:51.935Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T22:40:51.946Z||pool-144-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:40:51.947Z||pool-144-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-02-17T22:40:52.834Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-17T22:40:52.834Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-17T22:40:52.836Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T22:40:52.836Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "35c1ad8f-e69e-4914-951a-02346e712015",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676673420623,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:40:52.937Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-17T22:40:52.938Z||pool-145-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T22:40:52.938Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T22:40:52.953Z||pool-145-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:40:52.954Z||pool-145-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2023-02-17T22:40:53.840Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-17T22:40:53.841Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-17T22:40:53.844Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T22:40:53.844Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "35c1ad8f-e69e-4914-951a-02346e712015",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676673420623,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:40:53.945Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-17T22:40:53.946Z||pool-146-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T22:40:53.946Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T22:40:53.960Z||pool-146-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:40:53.961Z||pool-146-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2023-02-17T22:40:54.845Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-17T22:40:54.846Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-17T22:40:54.848Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T22:40:54.849Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "35c1ad8f-e69e-4914-951a-02346e712015",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676673420623,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:40:54.949Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-02-17T22:40:54.949Z||pool-147-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T22:40:54.950Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T22:40:54.964Z||pool-147-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:40:54.965Z||pool-147-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2023-02-17T22:40:55.849Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-17T22:40:55.850Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-17T22:40:55.852Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T22:40:55.852Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "35c1ad8f-e69e-4914-951a-02346e712015",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676673420623,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-17T22:40:55.952Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-02-17T22:40:55.953Z||pool-148-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T22:40:55.953Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T22:40:55.965Z||pool-148-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:40:55.966Z||pool-148-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-02-17T22:40:56.854Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "35c1ad8f-e69e-4914-951a-02346e712015",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "f0a9b8ef-4c61-43bf-aa5c-f123342535e7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "f0f993bf-c004-47dc-9ea3-bd0c47489704",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "6293aa8c-6d78-4bb7-adff-97476550f522",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "b3016258-4781-4209-ab1c-aeef2ac16382",
      "resourceInvariantUUID": "489e3f2f-61c5-4b1b-a2cc-89c16461816b",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-TestPnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
      "artifactChecksum": "M2VlYTdjY2M0OWM4MzRlYTUxYTJiZjU3ZjViZjFlOTU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8193c4ce-b2f5-42c1-8984-8a9504b3c52e"
    }
  ],
  "workloadContext": "Production"
}
2023-02-17T22:40:56.854Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-17T22:40:56.855Z|74b73160-d69a-45fe-bc97-b3921912301e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 f0a9b8ef-4c61-43bf-aa5c-f123342535e7 ASDC
2023-02-17T22:40:56.856Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:35c1ad8f-e69e-4914-951a-02346e712015
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:f0a9b8ef-4c61-43bf-aa5c-f123342535e7
ServiceInvariantUUID:f0f993bf-c004-47dc-9ea3-bd0c47489704
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-TestPnfMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
ArtifactUUID:8193c4ce-b2f5-42c1-8984-8a9504b3c52e
ArtifactChecksum:M2VlYTdjY2M0OWM4MzRlYTUxYTJiZjU3ZjViZjFlOTU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:6293aa8c-6d78-4bb7-adff-97476550f522
ResourceInvariantUUID:489e3f2f-61c5-4b1b-a2cc-89c16461816b
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:b3016258-4781-4209-ab1c-aeef2ac16382
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-02-17T22:40:56.856Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f0a9b8ef-4c61-43bf-aa5c-f123342535e7 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-02-17T22:40:56.945Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-17T22:40:56.946Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-02-17T22:40:56.946Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-02-17T22:40:56.947Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 8193c4ce-b2f5-42c1-8984-8a9504b3c52e from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-02-17T22:40:56.947Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-02-17T22:40:56.947Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-02-17T22:40:57.269Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-02-17T22:40:57.277Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 8193c4ce-b2f5-42c1-8984-8a9504b3c52e 110859
2023-02-17T22:40:57.278Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-02-17T22:40:57.278Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-02-17T22:40:57.278Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-17T22:40:57.279Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-17T22:40:57.284Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T22:40:57.286Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "35c1ad8f-e69e-4914-951a-02346e712015",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676673657278,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-17T22:40:57.383Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2023-02-17T22:40:57.384Z||pool-149-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T22:40:57.384Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T22:40:57.439Z||pool-149-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:40:57.440Z||pool-149-thread-1|||||INFO|500||cambria reply ok (56 ms):{"serverTimeMs":0,"count":1}
2023-02-17T22:40:58.287Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-17T22:40:58.288Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-02-17T22:40:58.288Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 8193c4ce-b2f5-42c1-8984-8a9504b3c52e, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-02-17T22:40:58.289Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2023-02-17T22:40:58.289Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-02-17T22:40:58.290Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-02-17T22:40:58.488Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5169336938344967302/Definitions/service-TestPnfMacro-template.yml
2023-02-17T22:40:59.874Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-17T22:40:59.875Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-02-17T22:40:59.875Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-02-17T22:40:59.875Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-02-17T22:40:59.875Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-02-17T22:40:59.875Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-02-17T22:40:59.876Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 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-TestPnfMacro-csar.csar
2023-02-17T22:40:59.876Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-02-17T22:40:59.876Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-02-17T22:40:59.876Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-02-17T22:40:59.876Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-02-17T22:40:59.876Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-02-17T22:40:59.877Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T22:40:59.877Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T22:40:59.877Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2023-02-17T22:40:59.878Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-02-17T22:40:59.878Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-17T22:40:59.879Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T22:40:59.879Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T22:40:59.879Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2023-02-17T22:40:59.879Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-02-17T22:40:59.879Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-17T22:40:59.880Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T22:40:59.880Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T22:40:59.880Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T22:40:59.880Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T22:40:59.881Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T22:40:59.881Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T22:40:59.881Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T22:40:59.881Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T22:40:59.881Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T22:40:59.882Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T22:40:59.882Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:f0a9b8ef-4c61-43bf-aa5c-f123342535e7
Model Version:NULL
Model InvariantUuid:f0f993bf-c004-47dc-9ea3-bd0c47489704
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-02-17T22:40:59.894Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: b3016258-4781-4209-ab1c-aeef2ac16382
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-17T22:40:59.899Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||INFO|500||test-pnf 0
2023-02-17T22:40:59.899Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: b3016258-4781-4209-ab1c-aeef2ac16382
2023-02-17T22:40:59.900Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||DEBUG|500||No resources found for Service: f0a9b8ef-4c61-43bf-aa5c-f123342535e7
2023-02-17T22:40:59.900Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: f0a9b8ef-4c61-43bf-aa5c-f123342535e7
2023-02-17T22:40:59.900Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 b3016258-4781-4209-ab1c-aeef2ac16382 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-17T22:40:59.911Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5499c79a, org.onap.sdc.toscaparser.api.parameters.Input@2d5c40f5, org.onap.sdc.toscaparser.api.parameters.Input@79b83598, org.onap.sdc.toscaparser.api.parameters.Input@7798e982, org.onap.sdc.toscaparser.api.parameters.Input@6da745fc]
2023-02-17T22:40:59.912Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T22:40:59.912Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T22:40:59.913Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid f0a9b8ef-4c61-43bf-aa5c-f123342535e7: test-pnf
2023-02-17T22:40:59.913Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||INFO|500||Processing PNF resource: b3016258-4781-4209-ab1c-aeef2ac16382
2023-02-17T22:40:59.913Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-17T22:40:59.914Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T22:40:59.914Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||INFO|500||Resource customization UUID: 6293aa8c-6d78-4bb7-adff-97476550f522 is the same as notified resource customizationUUID: 6293aa8c-6d78-4bb7-adff-97476550f522
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-02-17T22:40:59.967Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf b3016258-4781-4209-ab1c-aeef2ac16382 0 ASDC deployResourceStructure
2023-02-17T22:40:59.968Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-02-17T22:40:59.968Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-02-17T22:40:59.968Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-17T22:40:59.969Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-17T22:40:59.971Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T22:40:59.971Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "35c1ad8f-e69e-4914-951a-02346e712015",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676673659968,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-17T22:41:00.071Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-02-17T22:41:00.072Z||pool-150-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T22:41:00.072Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T22:41:00.088Z||pool-150-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:41:00.089Z||pool-150-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2023-02-17T22:41:00.627Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T22:41:00.628Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T22:41:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T22:41:00.671Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:41:00.671Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T22:41:00.672Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74b73160-d69a-45fe-bc97-b3921912301e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676673420623,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:41:00.672Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:41:00.673Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T22:41:00.673Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74b73160-d69a-45fe-bc97-b3921912301e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676673420623,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-02-17T22:41:00.673Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:41:00.673Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T22:41:00.673Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74b73160-d69a-45fe-bc97-b3921912301e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676673420623,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:41:00.673Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:41:00.673Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T22:41:00.674Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74b73160-d69a-45fe-bc97-b3921912301e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676673420623,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:41:00.674Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:41:00.674Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T22:41:00.674Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74b73160-d69a-45fe-bc97-b3921912301e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676673420623,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-17T22:41:00.674Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:41:00.674Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T22:41:00.674Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74b73160-d69a-45fe-bc97-b3921912301e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676673485877,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-17T22:41:00.675Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T22:41:00.675Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T22:41:00.675Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74b73160-d69a-45fe-bc97-b3921912301e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676673488861,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-17T22:41:00.675Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T22:41:00.675Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T22:41:00.675Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74b73160-d69a-45fe-bc97-b3921912301e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676673489971,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-17T22:41:00.675Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T22:41:00.675Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T22:41:00.676Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74b73160-d69a-45fe-bc97-b3921912301e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676673491056,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-02-17T22:41:00.676Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T22:41:00.676Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T22:41:00.676Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74b73160-d69a-45fe-bc97-b3921912301e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676673492264,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-17T22:41:00.676Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T22:41:00.676Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T22:41:00.676Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74b73160-d69a-45fe-bc97-b3921912301e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676673493268,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2023-02-17T22:41:00.676Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T22:41:00.677Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T22:41:00.677Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74b73160-d69a-45fe-bc97-b3921912301e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676673494272,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2023-02-17T22:41:00.677Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T22:41:00.677Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T22:41:00.677Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74b73160-d69a-45fe-bc97-b3921912301e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676673495276,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-17T22:41:00.677Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T22:41:00.975Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 35c1ad8f-e69e-4914-951a-02346e712015
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-17T22:41:00.991Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 35c1ad8f-e69e-4914-951a-02346e712015
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-17T22:41:00.996Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-17T22:41:00.996Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-17T22:41:00.997Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-17T22:41:00.997Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-17T22:41:00.997Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-17T22:41:00.998Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-17T22:41:00.998Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-17T22:41:00.998Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-17T22:41:00.998Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-17T22:41:00.998Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-17T22:41:01.008Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-17T22:41:31.008Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 35c1ad8f-e69e-4914-951a-02346e712015 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-02-17T22:41:31.016Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 35c1ad8f-e69e-4914-951a-02346e712015 and serviceModelVersionId: f0a9b8ef-4c61-43bf-aa5c-f123342535e7
2023-02-17T22:41:31.017Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f0f993bf-c004-47dc-9ea3-bd0c47489704
2023-02-17T22:41:31.017Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f0f993bf-c004-47dc-9ea3-bd0c47489704/model-vers/model-ver/f0a9b8ef-4c61-43bf-aa5c-f123342535e7?depth=0
2023-02-17T22:41:31.023Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-02-17T22:41:31.068Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0f993bf-c004-47dc-9ea3-bd0c47489704/model-vers/model-ver/f0a9b8ef-4c61-43bf-aa5c-f123342535e7?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-02-17T22:41:31.070Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0f993bf-c004-47dc-9ea3-bd0c47489704/model-vers/model-ver/f0a9b8ef-4c61-43bf-aa5c-f123342535e7?depth=0|INFO|500||Invoke
2023-02-17T22:41:31.092Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0f993bf-c004-47dc-9ea3-bd0c47489704/model-vers/model-ver/f0a9b8ef-4c61-43bf-aa5c-f123342535e7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-02-17T22:41:31.247Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0f993bf-c004-47dc-9ea3-bd0c47489704/model-vers/model-ver/f0a9b8ef-4c61-43bf-aa5c-f123342535e7?depth=0|INFO|500||InvokeReturn
2023-02-17T22:41:31.248Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0f993bf-c004-47dc-9ea3-bd0c47489704/model-vers/model-ver/f0a9b8ef-4c61-43bf-aa5c-f123342535e7?depth=0 has http status code:200 and response headers:{date=[Fri, 17 Feb 2023 22:41:31 GMT], content-length=[0], vertex-id=[245808], x-aai-txid=[1-aai-resources-230217-22:41:31:100-71297], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-17T22:41:31.249Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2023-02-17T22:41:31.249Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-17T22:41:31.249Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-17T22:41:31.255Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-02-17T22:41:31.255Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 35c1ad8f-e69e-4914-951a-02346e712015 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-17T22:41:31.255Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-17T22:41:31.256Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-17T22:41:31.257Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T22:41:31.257Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "35c1ad8f-e69e-4914-951a-02346e712015",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676673691255,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-17T22:41:31.358Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-17T22:41:31.359Z||pool-151-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T22:41:31.359Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T22:41:31.375Z||pool-151-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:41:31.376Z||pool-151-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-02-17T22:41:32.277Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T22:41:32.278Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T22:41:32.278Z|35c1ad8f-e69e-4914-951a-02346e712015|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T22:41:42.642Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:41:42.643Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T22:41:42.643Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T22:41:42.643Z|35c1ad8f-e69e-4914-951a-02346e712015|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T22:41:52.184Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:41:52.185Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T22:41:52.185Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T22:41:52.186Z|35c1ad8f-e69e-4914-951a-02346e712015|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T22:42:00.627Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T22:42:00.628Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T22:42:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T22:42:00.658Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:42:00.659Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-17T22:42:00.659Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74b73160-d69a-45fe-bc97-b3921912301e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676673646777,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-17T22:42:00.660Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T22:42:00.660Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-17T22:42:00.660Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c1ad8f-e69e-4914-951a-02346e712015",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676673420623,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:42:00.660Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:42:00.660Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-17T22:42:00.660Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c1ad8f-e69e-4914-951a-02346e712015",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676673420623,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:42:00.661Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:42:00.661Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-17T22:42:00.661Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c1ad8f-e69e-4914-951a-02346e712015",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676673420623,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:42:00.661Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:42:00.661Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-17T22:42:00.661Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c1ad8f-e69e-4914-951a-02346e712015",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676673420623,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:42:00.661Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:42:00.661Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-17T22:42:00.661Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c1ad8f-e69e-4914-951a-02346e712015",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676673420623,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:42:00.661Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:42:00.662Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-17T22:42:00.662Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c1ad8f-e69e-4914-951a-02346e712015",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676673420623,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:42:00.662Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:42:00.662Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-17T22:42:00.662Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c1ad8f-e69e-4914-951a-02346e712015",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676673420623,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:42:00.662Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:42:00.662Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-17T22:42:00.662Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c1ad8f-e69e-4914-951a-02346e712015",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676673420623,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-17T22:42:00.662Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:42:00.663Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-17T22:42:00.663Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c1ad8f-e69e-4914-951a-02346e712015",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676673420623,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-17T22:42:00.663Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-02-17T22:42:00.663Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-17T22:42:00.663Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c1ad8f-e69e-4914-951a-02346e712015",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676673657278,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-17T22:42:00.663Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T22:42:00.663Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-17T22:42:00.663Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c1ad8f-e69e-4914-951a-02346e712015",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676673659968,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-17T22:42:00.663Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T22:42:01.780Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:42:01.781Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T22:42:01.781Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T22:42:01.781Z|35c1ad8f-e69e-4914-951a-02346e712015|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T22:42:11.346Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:42:11.347Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T22:42:11.347Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T22:42:11.347Z|35c1ad8f-e69e-4914-951a-02346e712015|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T22:42:20.883Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:43:00.623Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T22:43:00.624Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T22:43:00.625Z|35c1ad8f-e69e-4914-951a-02346e712015|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T22:43:00.627Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T22:43:00.627Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T22:43:00.627Z|12806684-1820-48dc-ae24-b8374736332c|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T22:43:01.172Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:43:01.172Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-17T22:43:01.172Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c1ad8f-e69e-4914-951a-02346e712015",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1676673691255,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-17T22:43:01.174Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T22:43:10.241Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:44:00.624Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T22:44:00.625Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T22:44:00.625Z|35c1ad8f-e69e-4914-951a-02346e712015|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T22:44:00.627Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T22:44:00.627Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T22:44:00.628Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T22:44:10.184Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:44:10.185Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:45:00.624Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T22:45:00.625Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T22:45:00.625Z|35c1ad8f-e69e-4914-951a-02346e712015|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T22:45:00.627Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T22:45:00.635Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T22:45:00.635Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T22:45:10.184Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:45:10.192Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:46:00.624Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T22:46:00.627Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T22:46:00.628Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T22:46:00.628Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T22:46:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T22:46:00.628Z|35c1ad8f-e69e-4914-951a-02346e712015|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T22:46:10.181Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:46:10.181Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:47:00.624Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T22:47:00.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-02-17T22:47:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T22:47:00.627Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T22:47:00.627Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T22:47:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T22:47:10.176Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:47:10.176Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:48:00.623Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T22:48:00.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-02-17T22:48:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T22:48:00.627Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T22:48:00.627Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T22:48:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T22:48:10.178Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:48:10.181Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:49:00.624Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T22:49:00.625Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T22:49:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T22:49:00.627Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T22:49:00.627Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T22:49:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T22:49:10.174Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:49:10.178Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:50:00.624Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T22:50:00.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-02-17T22:50:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T22:50:00.627Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T22:50:00.627Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T22:50:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T22:50:10.176Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:50:10.179Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:51:00.623Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T22:51:00.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-02-17T22:51:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T22:51:00.627Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T22:51:00.627Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T22:51:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T22:51:10.174Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:51:10.216Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:52:00.624Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T22:52:00.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-02-17T22:52:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T22:52:00.627Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T22:52:00.627Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T22:52:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T22:52:10.180Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:52:10.187Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:53:00.624Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T22:53:00.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-02-17T22:53:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T22:53:00.627Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T22:53:00.627Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T22:53:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T22:53:10.189Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:53:10.190Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:54:00.624Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T22:54:00.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-02-17T22:54:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T22:54:00.627Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T22:54:00.628Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T22:54:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T22:54:10.193Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:54:10.204Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:55:00.624Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T22:55:00.625Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T22:55:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T22:55:00.627Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T22:55:00.628Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T22:55:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T22:55:10.195Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:55:10.195Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:56:00.624Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T22:56:00.624Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T22:56:00.625Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T22:56:00.627Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T22:56:00.627Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T22:56:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T22:56:10.197Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:56:10.201Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:57:00.624Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T22:57:00.624Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T22:57:00.624Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T22:57:00.627Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T22:57:00.627Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T22:57:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T22:57:10.168Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:57:10.168Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:58:00.624Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T22:58:00.624Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T22:58:00.624Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T22:58:00.629Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T22:58:00.630Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T22:58:00.630Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T22:58:10.172Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:58:10.176Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:59:00.623Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T22:59:00.624Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T22:59:00.625Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T22:59:00.627Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T22:59:00.628Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T22:59:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T22:59:10.184Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T22:59:10.186Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T23:00:00.623Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T23:00:00.624Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T23:00:00.624Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T23:00:00.627Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T23:00:00.627Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T23:00:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T23:00:10.187Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T23:00:10.188Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T23:01:00.624Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T23:01:00.626Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T23:01:00.626Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T23:01:00.627Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T23:01:00.628Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T23:01:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T23:01:10.204Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T23:01:10.229Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T23:02:00.624Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T23:02:00.625Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T23:02:00.625Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T23:02:00.627Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T23:02:00.627Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T23:02:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T23:02:10.186Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T23:02:10.189Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T23:03:00.624Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T23:03:00.626Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T23:03:00.626Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T23:03:00.627Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T23:03:00.627Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T23:03:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T23:03:10.178Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T23:03:10.177Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T23:04:00.624Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T23:04:00.627Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T23:04:00.628Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T23:04:00.628Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T23:04:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T23:04:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T23:04:10.178Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T23:04:10.178Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T23:05:00.624Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T23:05:00.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-02-17T23:05:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T23:05:00.627Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T23:05:00.628Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T23:05:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T23:05:10.183Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T23:05:10.184Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T23:06:00.624Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T23:06:00.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-02-17T23:06:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T23:06:00.627Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T23:06:00.627Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T23:06:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T23:06:10.208Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T23:06:10.224Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T23:07:00.624Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T23:07:00.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-02-17T23:07:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T23:07:00.627Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T23:07:00.627Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T23:07:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T23:07:10.197Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T23:07:10.205Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T23:08:00.623Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T23:08:00.624Z|12806684-1820-48dc-ae24-b8374736332c|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-02-17T23:08:00.624Z|12806684-1820-48dc-ae24-b8374736332c|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T23:08:00.627Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T23:08:00.628Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T23:08:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T23:08:10.231Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T23:08:10.232Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T23:09:00.623Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T23:09:00.624Z|12806684-1820-48dc-ae24-b8374736332c|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-02-17T23:09:00.624Z|12806684-1820-48dc-ae24-b8374736332c|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T23:09:00.627Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T23:09:00.627Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T23:09:00.627Z|35c1ad8f-e69e-4914-951a-02346e712015|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T23:09:10.174Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T23:09:10.175Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T23:10:00.624Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T23:10:00.624Z|12806684-1820-48dc-ae24-b8374736332c|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-02-17T23:10:00.625Z|12806684-1820-48dc-ae24-b8374736332c|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T23:10:00.627Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T23:10:00.627Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T23:10:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T23:10:10.191Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T23:10:10.194Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T23:11:00.624Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T23:11:00.625Z|12806684-1820-48dc-ae24-b8374736332c|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-02-17T23:11:00.625Z|12806684-1820-48dc-ae24-b8374736332c|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T23:11:00.627Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T23:11:00.627Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T23:11:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T23:11:10.182Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T23:11:10.183Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T23:12:00.624Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T23:12:00.627Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T23:12:00.628Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T23:12:00.628Z|12806684-1820-48dc-ae24-b8374736332c|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-02-17T23:12:00.628Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T23:12:00.628Z|12806684-1820-48dc-ae24-b8374736332c|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T23:12:10.206Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T23:12:10.223Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T23:13:00.624Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T23:13:00.624Z|12806684-1820-48dc-ae24-b8374736332c|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-02-17T23:13:00.625Z|12806684-1820-48dc-ae24-b8374736332c|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T23:13:00.627Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T23:13:00.627Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T23:13:00.628Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T23:13:10.187Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T23:13:10.194Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T23:14:00.624Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T23:14:00.625Z|12806684-1820-48dc-ae24-b8374736332c|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-02-17T23:14:00.625Z|12806684-1820-48dc-ae24-b8374736332c|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T23:14:00.627Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T23:14:00.627Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T23:14:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T23:14:10.187Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T23:14:10.188Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T23:15:00.624Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T23:15:00.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-02-17T23:15:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T23:15:00.627Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T23:15:00.627Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T23:15:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T23:15:10.178Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T23:15:10.193Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T23:16:00.624Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T23:16:00.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-02-17T23:16:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T23:16:00.628Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T23:16:00.628Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T23:16:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T23:16:10.187Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T23:16:10.194Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T23:17:00.623Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T23:17:00.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-02-17T23:17:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T23:17:00.627Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T23:17:00.627Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T23:17:00.627Z|35c1ad8f-e69e-4914-951a-02346e712015|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T23:17:10.172Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T23:17:10.209Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T23:18:00.623Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T23:18:00.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-02-17T23:18:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T23:18:00.627Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T23:18:00.627Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T23:18:00.627Z|35c1ad8f-e69e-4914-951a-02346e712015|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T23:18:10.178Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T23:18:10.192Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T23:19:00.624Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T23:19:00.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-02-17T23:19:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T23:19:00.627Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T23:19:00.627Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T23:19:00.627Z|35c1ad8f-e69e-4914-951a-02346e712015|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T23:19:10.189Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T23:19:10.190Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T23:20:00.624Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T23:20:00.627Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T23:20:00.627Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T23:20:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T23:20:00.627Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T23:20:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T23:20:10.182Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T23:20:10.184Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T23:21:00.624Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T23:21:00.624Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T23:21:00.625Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T23:21:00.627Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T23:21:00.627Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T23:21:00.627Z|12806684-1820-48dc-ae24-b8374736332c|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T23:21:10.184Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T23:21:10.194Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T23:22:00.623Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T23:22:00.624Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T23:22:00.624Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T23:22:00.627Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T23:22:00.627Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T23:22:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T23:22:10.184Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T23:22:10.185Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T23:23:00.624Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T23:23:00.624Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T23:23:00.624Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T23:23:00.627Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T23:23:00.627Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T23:23:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T23:23:10.181Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T23:23:10.185Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T23:24:00.624Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T23:24:00.625Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T23:24:00.625Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T23:24:00.627Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T23:24:00.628Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T23:24:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T23:24:10.183Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T23:24:10.199Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T23:25:00.624Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T23:25:00.625Z|12806684-1820-48dc-ae24-b8374736332c|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-02-17T23:25:00.625Z|12806684-1820-48dc-ae24-b8374736332c|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T23:25:00.627Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T23:25:00.628Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T23:25:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T23:25:10.207Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T23:25:10.208Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T23:26:00.623Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T23:26:00.626Z|12806684-1820-48dc-ae24-b8374736332c|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-02-17T23:26:00.626Z|12806684-1820-48dc-ae24-b8374736332c|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T23:26:00.627Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T23:26:00.627Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T23:26:00.627Z|35c1ad8f-e69e-4914-951a-02346e712015|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T23:26:10.188Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T23:26:10.201Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T23:27:00.624Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T23:27:00.625Z|12806684-1820-48dc-ae24-b8374736332c|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-02-17T23:27:00.625Z|12806684-1820-48dc-ae24-b8374736332c|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T23:27:00.627Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T23:27:00.627Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T23:27:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T23:27:10.198Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T23:27:10.214Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T23:28:00.627Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T23:28:00.629Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T23:28:00.629Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T23:28:00.630Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T23:28:00.632Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T23:28:00.634Z|12806684-1820-48dc-ae24-b8374736332c|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T23:28:10.190Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T23:28:10.196Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T23:29:00.624Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T23:29:00.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-02-17T23:29:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T23:29:00.627Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T23:29:00.627Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T23:29:00.627Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T23:29:10.181Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T23:29:10.191Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T23:30:00.624Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T23:30:00.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-02-17T23:30:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T23:30:00.627Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T23:30:00.627Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T23:30:00.627Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T23:30:10.177Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T23:30:10.182Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T23:31:00.623Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T23:31:00.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-02-17T23:31:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T23:31:00.627Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T23:31:00.627Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T23:31:00.627Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T23:31:10.176Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T23:31:10.176Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T23:32:00.623Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T23:32:00.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-02-17T23:32:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T23:32:00.627Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T23:32:00.628Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T23:32:00.628Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T23:32:10.191Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T23:32:10.200Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T23:33:00.623Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T23:33:00.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-02-17T23:33:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T23:33:00.627Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T23:33:00.627Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T23:33:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T23:33:10.191Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T23:33:10.193Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T23:34:00.623Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T23:34:00.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-02-17T23:34:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T23:34:00.627Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T23:34:00.627Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T23:34:00.627Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T23:34:10.188Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T23:34:10.213Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T23:35:00.624Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T23:35:00.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-02-17T23:35:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T23:35:00.627Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T23:35:00.627Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T23:35:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T23:35:10.180Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T23:35:10.182Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T23:36:00.624Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T23:36:00.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-02-17T23:36:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T23:36:00.627Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T23:36:00.627Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T23:36:00.628Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T23:36:10.193Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T23:36:10.236Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T23:37:00.624Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T23:37:00.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-02-17T23:37:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T23:37:00.627Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T23:37:00.628Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T23:37:00.628Z|12806684-1820-48dc-ae24-b8374736332c|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T23:37:10.180Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T23:37:10.200Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T23:38:00.623Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T23:38:00.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-02-17T23:38:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T23:38:00.627Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T23:38:00.627Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T23:38:00.627Z|12806684-1820-48dc-ae24-b8374736332c|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T23:38:10.182Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T23:38:10.191Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T23:39:00.624Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T23:39:00.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-02-17T23:39:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T23:39:00.627Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T23:39:00.627Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T23:39:00.627Z|12806684-1820-48dc-ae24-b8374736332c|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T23:39:10.186Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T23:39:10.189Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T23:40:00.624Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T23:40:00.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-02-17T23:40:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T23:40:00.627Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T23:40:00.628Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T23:40:00.628Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T23:40:10.177Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T23:40:10.177Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T23:41:00.624Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T23:41:00.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-02-17T23:41:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T23:41:00.627Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T23:41:00.627Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T23:41:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T23:41:10.179Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T23:41:10.179Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T23:42:00.624Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T23:42:00.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-02-17T23:42:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T23:42:00.627Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T23:42:00.628Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T23:42:00.628Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T23:42:10.173Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T23:42:10.180Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T23:43:00.623Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T23:43:00.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-02-17T23:43:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T23:43:00.627Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T23:43:00.627Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T23:43:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T23:43:10.177Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T23:43:10.184Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T23:44:00.623Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T23:44:00.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-02-17T23:44:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T23:44:00.627Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T23:44:00.627Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T23:44:00.628Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T23:44:10.174Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T23:44:10.175Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T23:45:00.627Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T23:45:00.628Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T23:45:00.627Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T23:45:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T23:45:00.629Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T23:45:00.629Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T23:45:10.197Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T23:45:10.199Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T23:46:00.624Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T23:46:00.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-02-17T23:46:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T23:46:00.627Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T23:46:00.627Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T23:46:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T23:46:10.211Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T23:46:10.211Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T23:47:00.624Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T23:47:00.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-02-17T23:47:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T23:47:00.628Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T23:47:00.629Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T23:47:00.629Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T23:47:10.179Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T23:47:10.179Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T23:48:00.624Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T23:48:00.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-02-17T23:48:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T23:48:00.627Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T23:48:00.627Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T23:48:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T23:48:10.201Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T23:48:10.209Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T23:49:00.624Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T23:49:00.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-02-17T23:49:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T23:49:00.627Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T23:49:00.627Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T23:49:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T23:49:10.211Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T23:49:10.211Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T23:50:00.624Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T23:50:00.625Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T23:50:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T23:50:00.628Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T23:50:00.630Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T23:50:00.630Z|12806684-1820-48dc-ae24-b8374736332c|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T23:50:10.201Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T23:50:10.209Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T23:51:00.624Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T23:51:00.624Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T23:51:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T23:51:00.627Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T23:51:00.627Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T23:51:00.628Z|12806684-1820-48dc-ae24-b8374736332c|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T23:51:10.201Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T23:51:10.212Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T23:52:00.624Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T23:52:00.624Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T23:52:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T23:52:00.627Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T23:52:00.627Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T23:52:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T23:52:10.209Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T23:52:10.211Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T23:53:00.627Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T23:53:00.628Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T23:53:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T23:53:00.629Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T23:53:00.630Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T23:53:00.630Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T23:53:10.183Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T23:53:10.189Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T23:54:00.624Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T23:54:00.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-02-17T23:54:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T23:54:00.627Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T23:54:00.627Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T23:54:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T23:54:10.212Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T23:54:10.212Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T23:55:00.627Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T23:55:00.627Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T23:55:00.627Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T23:55:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T23:55:00.628Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T23:55:00.628Z|35c1ad8f-e69e-4914-951a-02346e712015|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T23:55:10.192Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T23:55:10.194Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T23:56:00.624Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T23:56:00.624Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T23:56:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T23:56:00.627Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T23:56:00.627Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T23:56:00.627Z|35c1ad8f-e69e-4914-951a-02346e712015|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T23:56:10.173Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T23:56:10.213Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T23:57:00.624Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T23:57:00.625Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T23:57:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T23:57:00.627Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T23:57:00.628Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T23:57:00.628Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T23:57:10.180Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T23:57:10.180Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T23:58:00.624Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T23:58:00.624Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T23:58:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T23:58:00.632Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T23:58:00.632Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T23:58:00.632Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T23:58:10.175Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T23:58:10.179Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T23:59:00.624Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T23:59:00.624Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T23:59:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-17T23:59:00.627Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T23:59:00.627Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T23:59:00.627Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T23:59:10.177Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-17T23:59:10.178Z|36a8e4cb-0fdf-41cf-a273-cb1b1ce58225|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-18T00:00:00.624Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-18T00:00:00.625Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-18T00:00:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-18T00:00:00.627Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-18T00:00:00.628Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-18T00:00:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-18T00:00:10.187Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-18T00:00:10.191Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-18T00:01:00.625Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-18T00:01:00.627Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-18T00:01:00.627Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-18T00:01:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-18T00:01:00.632Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-18T00:01:00.633Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-18T00:01:10.187Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-18T00:01:10.188Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-18T00:02:00.623Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-18T00:02:00.624Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-18T00:02:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-18T00:02:00.627Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-18T00:02:00.627Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-18T00:02:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-18T00:02:10.210Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-18T00:02:10.210Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-18T00:03:00.623Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-18T00:03:00.624Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-18T00:03:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-18T00:03:00.627Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-18T00:03:00.628Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-18T00:03:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-18T00:03:10.179Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-18T00:03:10.180Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-18T00:04:00.623Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-18T00:04:00.625Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-18T00:04:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-18T00:04:00.627Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-18T00:04:00.628Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-18T00:04:00.628Z|35c1ad8f-e69e-4914-951a-02346e712015|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 RZuyvHXN2BdsQA2U) ...
2023-02-18T00:04:10.179Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-18T00:04:10.180Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-18T00:05:00.624Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-18T00:05:00.624Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-18T00:05:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-18T00:05:00.627Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-18T00:05:00.628Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-18T00:05:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-18T00:05:10.196Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-18T00:05:10.200Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-18T00:06:00.624Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-18T00:06:00.625Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-18T00:06:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-18T00:06:00.627Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-18T00:06:00.628Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-18T00:06:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-18T00:06:10.187Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-18T00:06:10.187Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-18T00:07:00.624Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-18T00:07:00.624Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-18T00:07:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-18T00:07:00.627Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-18T00:07:00.627Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-18T00:07:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-18T00:07:10.176Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-18T00:07:10.177Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-18T00:08:00.623Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-18T00:08:00.624Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-18T00:08:00.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 RZuyvHXN2BdsQA2U) ...
2023-02-18T00:08:00.627Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-18T00:08:00.627Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-18T00:08:00.628Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|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 RZuyvHXN2BdsQA2U) ...
2023-02-18T00:08:10.175Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-18T00:08:10.178Z|dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-18T00:09:00.624Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-18T00:09:00.624Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-18T00:09:00.625Z|35c1ad8f-e69e-4914-951a-02346e712015|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 RZuyvHXN2BdsQA2U) ...
2023-02-18T00:09:00.627Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-18T00:09:00.627Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-18T00:09:00.627Z|12806684-1820-48dc-ae24-b8374736332c|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 RZuyvHXN2BdsQA2U) ...
2023-02-18T00:09:10.178Z|35c1ad8f-e69e-4914-951a-02346e712015|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-02-18T00:09:10.183Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK